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. translation_key: sound
  74. category: config
  75. dps:
  76. - id: 13
  77. type: boolean
  78. name: switch
  79. - entity: binary_sensor
  80. category: diagnostic
  81. class: problem
  82. dps:
  83. - id: 16
  84. type: bitfield
  85. name: sensor
  86. mapping:
  87. - dps_val: 0
  88. value: false
  89. - value: true
  90. - id: 16
  91. name: fault_code
  92. type: bitfield
  93. - entity: number
  94. translation_key: temperature_calibration
  95. class: temperature_delta
  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: C
  107. - entity: number
  108. translation_key: maximum_temperature
  109. category: config
  110. class: temperature
  111. dps:
  112. - id: 21
  113. type: integer
  114. name: value
  115. range:
  116. min: 15
  117. max: 70
  118. unit: C
  119. - entity: select
  120. name: Sensor
  121. category: config
  122. icon: "mdi:home-thermometer"
  123. dps:
  124. - id: 25
  125. type: string
  126. name: option
  127. mapping:
  128. - dps_val: "1"
  129. value: Internal
  130. - dps_val: "2"
  131. value: External
  132. - dps_val: "3"
  133. value: Both
  134. - entity: switch
  135. translation_key: anti_frost
  136. category: config
  137. dps:
  138. - id: 26
  139. type: boolean
  140. name: switch
  141. - entity: button
  142. name: Reset
  143. category: config
  144. dps:
  145. - id: 31
  146. type: boolean
  147. name: button
  148. - entity: select
  149. name: Backlight brightness
  150. category: config
  151. dps:
  152. - id: 41
  153. type: string
  154. name: option
  155. mapping:
  156. - dps_val: "0"
  157. icon: "mdi:lightbulb-on-10"
  158. value: None
  159. - dps_val: "1"
  160. icon: "mdi:lightbulb-on-40"
  161. value: Low
  162. - dps_val: "2"
  163. icon: "mdi:lightbulb-on-70"
  164. value: Middle
  165. - dps_val: "3"
  166. icon: "mdi:lightbulb-on"
  167. value: High
  168. - entity: select
  169. name: Schedule
  170. category: config
  171. icon: "mdi:calendar-clock"
  172. dps:
  173. - id: 42
  174. type: string
  175. name: option
  176. optional: true
  177. mapping:
  178. - dps_val: "1"
  179. value: "Weekday+Weekend"
  180. - dps_val: "2"
  181. value: "Mon-Sat+Sun"
  182. - dps_val: "3"
  183. value: "Daily"
  184. - entity: switch
  185. name: Output reverse
  186. category: config
  187. icon: "mdi:swap-horizontal"
  188. dps:
  189. - id: 101
  190. type: boolean
  191. name: switch
  192. - entity: number
  193. name: Temperature hysteresis
  194. class: temperature_delta
  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: C
  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