nashone_mts700wb_thermostat.yaml 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. name: Nashone MTS-700-WB thermostat
  2. primary_entity:
  3. entity: climate
  4. dps:
  5. - id: 1
  6. type: boolean
  7. name: power
  8. hidden: true
  9. mapping:
  10. - dps_val: False
  11. value: "off"
  12. - id: 2
  13. type: string
  14. name: hvac_mode
  15. mapping:
  16. - dps_val: cold
  17. constraint: power
  18. conditions:
  19. - dps_val: true
  20. value: cool
  21. - dps_val: false
  22. value_redirect: power
  23. value: "off"
  24. - dps_val: hot
  25. constraint: power
  26. conditions:
  27. - dps_val: true
  28. value: heat
  29. - dps_val: false
  30. value_redirect: power
  31. - id: 3
  32. type: string
  33. name: work_state
  34. - id: 16
  35. type: integer
  36. name: temperature
  37. range:
  38. min: -20
  39. max: 105
  40. mapping:
  41. - constraint: temperature_unit
  42. conditions:
  43. - dps_val: f
  44. value_redirect: temp_f
  45. range:
  46. min: -4
  47. max: 221
  48. - id: 17
  49. type: integer
  50. name: temp_f
  51. range:
  52. min: -4
  53. max: 221
  54. hidden: true
  55. - id: 23
  56. type: string
  57. name: temperature_unit
  58. mapping:
  59. - dps_val: c
  60. value: C
  61. - dps_val: f
  62. value: F
  63. - id: 24
  64. type: integer
  65. name: current_temperature
  66. mapping:
  67. - constraint: temperature_unit
  68. conditions:
  69. - dps_val: f
  70. value_redirect: temp_current_f
  71. - id: 29
  72. type: integer
  73. name: temp_current_f
  74. hidden: true
  75. secondary_entities:
  76. - entity: number
  77. category: config
  78. name: Calibration offset
  79. icon: "mdi:arrow-collapse-up"
  80. dps:
  81. - id: 27
  82. type: integer
  83. name: value
  84. range:
  85. min: -5
  86. max: 5
  87. - entity: switch
  88. category: config
  89. name: Factory reset
  90. icon: "mdi:cog-refresh"
  91. dps:
  92. - id: 39
  93. type: boolean
  94. name: switch
  95. - entity: select
  96. name: Timer
  97. category: config
  98. icon: "mdi:timer"
  99. dps:
  100. - id: 41
  101. type: string
  102. name: option
  103. mapping:
  104. - dps_val: "cancel"
  105. value: "off"
  106. - dps_val: "1h"
  107. value: "1 hour"
  108. - entity: sensor
  109. category: diagnostic
  110. name: Timer
  111. icon: "mdi:timer"
  112. dps:
  113. - id: 42
  114. type: integer
  115. unit: min
  116. name: sensor
  117. mapping:
  118. - scale: 60