moes_trv_thermostat.yaml 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219
  1. name: Radiator valve
  2. products:
  3. - id: b6wax7g0
  4. name: Moes Zigbee BRT-100-TRV
  5. primary_entity:
  6. entity: climate
  7. translation_key: thermostat
  8. dps:
  9. - id: 1
  10. type: string
  11. optional: true
  12. name: hvac_mode
  13. mapping:
  14. - dps_val: auto
  15. value: auto
  16. - dps_val: manual
  17. value: heat
  18. - value: heat
  19. hidden: true
  20. - id: 2
  21. type: integer
  22. optional: true
  23. name: temperature
  24. unit: C
  25. range:
  26. min: 0
  27. max: 45
  28. mapping:
  29. - constraint: preset_mode
  30. conditions:
  31. - dps_val: true
  32. value_redirect: eco_temp
  33. - id: 3
  34. type: integer
  35. optional: true
  36. name: current_temperature
  37. mapping:
  38. - scale: 10
  39. - id: 4
  40. type: boolean
  41. name: boost_mode
  42. hidden: true
  43. - id: 7
  44. type: string
  45. optional: true
  46. name: hvac_action
  47. mapping:
  48. - dps_val: opened
  49. value: heating
  50. - dps_val: closed
  51. value: idle
  52. - id: 106
  53. type: boolean
  54. optional: true
  55. name: preset_mode
  56. mapping:
  57. - dps_val: true
  58. value: eco
  59. - dps_val: false
  60. constraint: boost_mode
  61. conditions:
  62. - dps_val: true
  63. value: boost
  64. - dps_val: false
  65. value: comfort
  66. - dps_val: null
  67. value: comfort
  68. hidden: true
  69. - dps_val: null
  70. constraint: boost_mode
  71. conditions:
  72. - dps_val: true
  73. value: boost
  74. hidden: true
  75. - dps_val: false
  76. value: comfort
  77. hidden: true
  78. - dps_val: null
  79. value: comfort
  80. hidden: true
  81. - id: 107
  82. type: integer
  83. optional: true
  84. name: eco_temp
  85. range:
  86. min: 5
  87. max: 35
  88. - id: 108
  89. type: integer
  90. optional: true
  91. name: max_temperature
  92. - id: 109
  93. type: integer
  94. optional: true
  95. name: min_temperature
  96. secondary_entities:
  97. - entity: switch
  98. name: Holiday mode
  99. icon: "mdi:caravan"
  100. category: config
  101. dps:
  102. - id: 1
  103. type: string
  104. name: switch
  105. mapping:
  106. - dps_val: holidays
  107. value: true
  108. - dps_val: auto
  109. value: false
  110. - value: false
  111. hidden: true
  112. - entity: number
  113. name: Boost timer
  114. icon: "mdi:timer"
  115. category: config
  116. dps:
  117. - id: 5
  118. type: integer
  119. optional: true
  120. name: rapid_countdown
  121. unit: min
  122. range:
  123. min: 0
  124. max: 720
  125. mapping:
  126. - step: 15
  127. - id: 101
  128. type: base64
  129. optional: true
  130. name: schedule
  131. - id: 103
  132. type: integer
  133. optional: true
  134. name: value
  135. unit: s
  136. range:
  137. min: 100
  138. max: 900
  139. - entity: switch
  140. name: Window open detection
  141. category: config
  142. dps:
  143. - id: 8
  144. type: boolean
  145. optional: true
  146. name: switch
  147. - entity: binary_sensor
  148. class: window
  149. category: diagnostic
  150. dps:
  151. - id: 9
  152. type: string
  153. name: sensor
  154. mapping:
  155. - dps_val: opened
  156. value: true
  157. - dps_val: closed
  158. value: false
  159. - entity: lock
  160. translation_key: child_lock
  161. category: config
  162. dps:
  163. - id: 13
  164. type: boolean
  165. optional: true
  166. name: lock
  167. - entity: sensor
  168. class: battery
  169. category: diagnostic
  170. dps:
  171. - id: 14
  172. type: integer
  173. name: sensor
  174. unit: "%"
  175. - entity: valve
  176. dps:
  177. - id: 104
  178. type: integer
  179. optional: true
  180. name: valve
  181. readonly: true
  182. - entity: number
  183. name: Temperature calibration
  184. icon: "mdi: thermometer-check"
  185. category: config
  186. dps:
  187. - id: 105
  188. type: integer
  189. name: value
  190. unit: °
  191. range:
  192. min: -9
  193. max: 9
  194. - entity: number
  195. name: Maximum temperature
  196. category: config
  197. icon: "mdi:thermometer-chevron-up"
  198. dps:
  199. - id: 108
  200. type: integer
  201. optional: true
  202. name: value
  203. unit: C
  204. range:
  205. min: 15
  206. max: 45
  207. - entity: number
  208. name: Minimum temperature
  209. category: config
  210. icon: "mdi:thermometer-chevron-down"
  211. dps:
  212. - id: 109
  213. type: integer
  214. optional: true
  215. name: value
  216. unit: C
  217. range:
  218. min: 0
  219. max: 15