hysen_hy08acf_thermostat.yaml 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237
  1. name: Hysen HY08ACF thermostat
  2. products:
  3. - id: xhx9h0duu9b9bobs
  4. primary_entity:
  5. entity: climate
  6. translation_only_key: thermostat
  7. dps:
  8. - id: 1
  9. type: boolean
  10. name: hvac_mode
  11. mapping:
  12. - dps_val: false
  13. value: "off"
  14. - dps_val: true
  15. constraint: operation
  16. conditions:
  17. - dps_val: heat
  18. value: heat
  19. - dps_val: cool
  20. value: cool
  21. - dps_val: ventilate
  22. value: fan_only
  23. - dps_val: auto
  24. value: heat_cool
  25. - id: 2
  26. type: integer
  27. name: temperature
  28. unit: C
  29. range:
  30. min: 50
  31. max: 500
  32. mapping:
  33. - scale: 10
  34. step: 5
  35. - id: 3
  36. type: integer
  37. name: current_temperature
  38. mapping:
  39. - scale: 10
  40. - id: 4
  41. type: string
  42. name: preset_mode
  43. mapping:
  44. - dps_val: Program
  45. value: program
  46. - dps_val: TempProg
  47. value: temp_override
  48. hidden: true
  49. - dps_val: Manual
  50. value: manual
  51. - dps_val: Holiday
  52. value: away
  53. - id: 5
  54. type: string
  55. name: fan_mode
  56. mapping:
  57. - dps_val: low
  58. value: low
  59. - dps_val: med
  60. value: medium
  61. - dps_val: high
  62. value: high
  63. - dps_val: auto
  64. value: auto
  65. constraint: operation
  66. conditions:
  67. - dps_val: ventilate
  68. invalid: true
  69. - id: 13
  70. type: bitfield
  71. name: fault_code
  72. - id: 103
  73. type: integer
  74. name: max_temperature
  75. - id: 104
  76. type: integer
  77. name: min_temperature
  78. - id: 118
  79. name: operation
  80. type: string
  81. hidden: true
  82. - id: 119
  83. name: hvac_action
  84. type: string
  85. mapping:
  86. - constraint: hvac_mode
  87. conditions:
  88. - dps_val: false
  89. value: "off"
  90. - dps_val: true
  91. mapping:
  92. - dps_val: "0"
  93. value: idle
  94. - dps_val: "1"
  95. value: heating
  96. - dps_val: "2"
  97. value: cooling
  98. # another variant uses long names
  99. - dps_val: heatvalve
  100. value: heating
  101. - dps_val: coolvalve
  102. value: cooling
  103. - value: idle
  104. - id: 121
  105. name: program
  106. type: integer
  107. optional: true
  108. secondary_entities:
  109. - entity: lock
  110. translation_key: child_lock
  111. category: config
  112. dps:
  113. - id: 7
  114. type: boolean
  115. name: lock
  116. - id: 105
  117. type: string
  118. name: lock_type
  119. - entity: binary_sensor
  120. class: problem
  121. category: diagnostic
  122. dps:
  123. - id: 13
  124. type: bitfield
  125. name: sensor
  126. mapping:
  127. - dps_val: 0
  128. value: false
  129. - value: true
  130. - entity: switch
  131. name: Sleep
  132. category: config
  133. icon: "mdi:power-sleep"
  134. dps:
  135. - id: 117
  136. type: boolean
  137. name: switch
  138. - entity: sensor
  139. name: External temperature
  140. class: temperature
  141. category: diagnostic
  142. dps:
  143. - id: 101
  144. type: integer
  145. name: sensor
  146. unit: C
  147. mapping:
  148. - scale: 10
  149. - entity: number
  150. name: Temperature calibration
  151. category: config
  152. icon: "mdi:arrow-collapse-up"
  153. dps:
  154. - id: 102
  155. type: integer
  156. name: value
  157. unit: C
  158. range:
  159. min: -90
  160. max: 90
  161. mapping:
  162. - scale: 10
  163. - entity: number
  164. name: Maximum temperature
  165. category: config
  166. class: temperature
  167. icon: "mdi:thermometer-chevron-up"
  168. dps:
  169. - id: 103
  170. type: integer
  171. name: value
  172. unit: C
  173. range:
  174. min: 16
  175. max: 50
  176. - entity: number
  177. name: Minimum temperature
  178. category: config
  179. class: temperature
  180. icon: "mdi:thermometer-chevron-down"
  181. dps:
  182. - id: 104
  183. type: integer
  184. name: value
  185. unit: C
  186. range:
  187. min: 5
  188. max: 15
  189. - entity: switch
  190. name: Fan ECO
  191. category: config
  192. icon: "mdi:fan"
  193. dps:
  194. - id: 106
  195. name: switch
  196. type: string
  197. mapping:
  198. - dps_val: eco
  199. value: true
  200. - dps_val: nosaving
  201. value: false
  202. - entity: select
  203. name: Schedule
  204. category: config
  205. icon: "mdi:calendar-clock"
  206. dps:
  207. - id: 107
  208. name: option
  209. type: string
  210. mapping:
  211. - dps_val: "2daysrest"
  212. value: Weekdays+Weekend
  213. - dps_val: "1daysrest"
  214. value: 6 days+Sunday
  215. - dps_val: "0daysrest"
  216. value: Daily
  217. - id: 108
  218. name: workday_config
  219. type: string
  220. optional: true
  221. - id: 109
  222. name: restday_config
  223. type: string
  224. optional: true
  225. - entity: select
  226. name: Sensor
  227. category: config
  228. icon: "mdi:home-thermometer"
  229. dps:
  230. - id: 120
  231. type: string
  232. name: option
  233. mapping:
  234. - dps_val: in
  235. value: Internal
  236. - dps_val: out
  237. value: External