avatto_wt100_thermostat.yaml 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219
  1. name: Thermostat
  2. products:
  3. - id: gw173aldekvpzalg
  4. manufacturer: Avatto
  5. model: WT200W-EH
  6. entities:
  7. - entity: climate
  8. translation_only_key: thermostat
  9. dps:
  10. - id: 1
  11. name: hvac_mode
  12. type: boolean
  13. mapping:
  14. - dps_val: false
  15. value: "off"
  16. - dps_val: true
  17. constraint: preset_mode
  18. conditions:
  19. - dps_val: cold
  20. # manual
  21. value: heat
  22. - dps_val: hot
  23. # program
  24. value: auto
  25. - dps_val: wind
  26. # temporary program - HA does not have a distinct mode for this
  27. value: auto
  28. - id: 2
  29. name: temperature
  30. type: integer
  31. unit: C
  32. optional: true
  33. range:
  34. min: 50
  35. max: 700
  36. mapping:
  37. - scale: 10
  38. - id: 3
  39. name: current_temperature
  40. type: integer
  41. mapping:
  42. - scale: 10
  43. - id: 4
  44. name: preset_mode
  45. type: string
  46. mapping:
  47. - dps_val: cold
  48. value: manual
  49. - dps_val: hot
  50. value: program
  51. - dps_val: wind
  52. value: temp_override
  53. hidden: true
  54. - id: 5
  55. name: hvac_action
  56. type: string
  57. mapping:
  58. - dps_val: "0"
  59. value: idle
  60. - dps_val: "1"
  61. value: heating
  62. - id: 21
  63. name: max_temperature
  64. type: integer
  65. - entity: lock
  66. translation_key: child_lock
  67. category: config
  68. dps:
  69. - id: 8
  70. name: lock
  71. type: boolean
  72. - entity: switch
  73. name: Sound
  74. category: config
  75. icon: "mdi:music-note"
  76. dps:
  77. - id: 13
  78. type: boolean
  79. name: switch
  80. - entity: binary_sensor
  81. category: diagnostic
  82. class: problem
  83. dps:
  84. - id: 16
  85. type: bitfield
  86. name: sensor
  87. mapping:
  88. - dps_val: 0
  89. value: false
  90. - value: true
  91. - id: 16
  92. name: fault_code
  93. type: bitfield
  94. - entity: number
  95. translation_key: temperature_calibration
  96. category: config
  97. dps:
  98. - id: 20
  99. type: integer
  100. name: value
  101. range:
  102. min: -90
  103. max: 90
  104. mapping:
  105. - scale: 10
  106. unit: °
  107. - entity: number
  108. name: Maximum temperature
  109. category: config
  110. class: temperature
  111. icon: "mdi:thermometer-chevron-up"
  112. dps:
  113. - id: 21
  114. type: integer
  115. name: value
  116. range:
  117. min: 15
  118. max: 70
  119. unit: C
  120. - entity: select
  121. name: Sensor
  122. category: config
  123. icon: "mdi:home-thermometer"
  124. dps:
  125. - id: 25
  126. type: string
  127. name: option
  128. mapping:
  129. - dps_val: "1"
  130. value: Internal
  131. - dps_val: "2"
  132. value: External
  133. - dps_val: "3"
  134. value: Both
  135. - entity: switch
  136. translation_key: anti_frost
  137. category: config
  138. dps:
  139. - id: 26
  140. type: boolean
  141. name: switch
  142. - entity: button
  143. name: Reset
  144. category: config
  145. dps:
  146. - id: 31
  147. type: boolean
  148. name: button
  149. - entity: select
  150. name: Backlight brightness
  151. category: config
  152. dps:
  153. - id: 41
  154. type: string
  155. name: option
  156. mapping:
  157. - dps_val: "0"
  158. icon: "mdi:lightbulb-on-10"
  159. value: None
  160. - dps_val: "1"
  161. icon: "mdi:lightbulb-on-40"
  162. value: Low
  163. - dps_val: "2"
  164. icon: "mdi:lightbulb-on-70"
  165. value: Middle
  166. - dps_val: "3"
  167. icon: "mdi:lightbulb-on"
  168. value: High
  169. - entity: select
  170. name: Schedule
  171. category: config
  172. icon: "mdi:calendar-clock"
  173. dps:
  174. - id: 42
  175. type: string
  176. name: option
  177. optional: true
  178. mapping:
  179. - dps_val: "1"
  180. value: "Weekday+Weekend"
  181. - dps_val: "2"
  182. value: "Mon-Sat+Sun"
  183. - dps_val: "3"
  184. value: "Daily"
  185. - entity: switch
  186. name: Output reverse
  187. category: config
  188. icon: "mdi:swap-horizontal"
  189. dps:
  190. - id: 101
  191. type: boolean
  192. name: switch
  193. - entity: number
  194. name: Temperature hysteresis
  195. category: config
  196. icon: "mdi:thermometer-plus"
  197. dps:
  198. - id: 105
  199. type: integer
  200. name: value
  201. range:
  202. min: 5
  203. max: 95
  204. mapping:
  205. - scale: 10
  206. unit: °
  207. - entity: number
  208. name: External temperature limit
  209. category: config
  210. class: temperature
  211. icon: "mdi:arrow-collapse-up"
  212. dps:
  213. - id: 107
  214. type: integer
  215. name: value
  216. range:
  217. min: 20
  218. max: 70
  219. unit: C