vivax_heatpump.yaml 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290
  1. name: Heat pump
  2. products:
  3. - id: 9xvzf8c0bg33eenj
  4. name: Vivax ACP-12CH35REWI / Tadiran Apollo
  5. - id: keycnvksyhjcrg8t
  6. name: Thermor Nagano HEWRQU1
  7. primary_entity:
  8. entity: climate
  9. dps:
  10. - id: 1
  11. type: boolean
  12. name: hvac_mode
  13. mapping:
  14. - dps_val: false
  15. value: "off"
  16. - dps_val: true
  17. constraint: mode
  18. conditions:
  19. - dps_val: auto
  20. value: heat_cool
  21. - dps_val: cold
  22. value: cool
  23. - dps_val: wet
  24. value: dry
  25. - dps_val: hot
  26. value: heat
  27. - dps_val: wind
  28. value: fan_only
  29. - id: 2
  30. type: integer
  31. name: temperature
  32. range:
  33. min: 16
  34. max: 30
  35. mapping:
  36. - constraint: temperature_unit
  37. conditions:
  38. - dps_val: f
  39. range:
  40. min: 64
  41. max: 86
  42. value_redirect: temp_set_f
  43. - id: 3
  44. type: integer
  45. name: current_temperature
  46. mapping:
  47. - scale: 2
  48. constraint: temperature_unit
  49. conditions:
  50. - dps_val: f
  51. scale: 1
  52. value_redirect: temp_current_f
  53. - id: 4
  54. type: string
  55. name: mode
  56. hidden: true
  57. - id: 5
  58. type: string
  59. name: fan_mode
  60. mapping:
  61. - dps_val: auto
  62. value: auto
  63. - dps_val: low
  64. value: low
  65. - dps_val: high
  66. value: medium
  67. - dps_val: strong
  68. value: high
  69. - id: 8
  70. type: boolean
  71. name: preset_mode
  72. mapping:
  73. - dps_val: true
  74. value: eco
  75. - dps_val: false
  76. value: comfort
  77. - id: 18
  78. type: integer
  79. name: current_humidity
  80. - id: 19
  81. type: string
  82. name: temperature_unit
  83. mapping:
  84. - dps_val: c
  85. value: C
  86. - dps_val: f
  87. value: F
  88. - id: 23
  89. type: integer
  90. name: temp_current_f
  91. optional: true
  92. hidden: true
  93. - id: 24
  94. type: integer
  95. name: temp_set_f
  96. range:
  97. min: 64
  98. max: 86
  99. optional: true
  100. hidden: true
  101. # Undocumented but in log
  102. - id: 102
  103. type: integer
  104. name: pm25
  105. - id: 105
  106. type: string
  107. name: air_quality
  108. - id: 107
  109. type: boolean
  110. name: strong
  111. - id: 111
  112. type: boolean
  113. name: new_style
  114. - id: 113
  115. type: string
  116. name: sense
  117. - id: 114
  118. type: boolean
  119. name: self_cleaning
  120. - id: 116
  121. type: integer
  122. name: fault_code
  123. # next two look obviously swing (logged values ud_00 and lr_00),
  124. # but full mappings not available to map to swing mode
  125. # from #1183, seems to be ud_00, ud_01, ud_02, ud_03, ud_04, ud_0c
  126. # (last one is swing, others are pos)
  127. - id: 117
  128. type: string
  129. name: swing_mode
  130. mapping:
  131. - dps_val: ud_0c
  132. constraint: horizontal_swing
  133. conditions:
  134. - dps_val: lr_0c
  135. value: both
  136. - dps_val: lr_00
  137. value: vertical
  138. - dps_val: [lr_01, lr_02, lr_03, lr_04]
  139. value: vertical
  140. hidden: true
  141. - dps_val: ud_00
  142. constraint: horizontal_swing
  143. conditions:
  144. - dps_val: lr_0c
  145. value: horizontal
  146. - dps_val: lr_00
  147. value: "off"
  148. - dps_val: [lr_01, lr_02, lr_03, lr_04]
  149. value: "off"
  150. hidden: true
  151. - value: "off"
  152. hidden: true
  153. constraint: horizontal_swing
  154. conditions:
  155. - dps_val: lr_0c
  156. value: horizontal
  157. - id: 118
  158. type: string
  159. name: horizontal_swing
  160. - id: 101
  161. type: boolean
  162. name: mood_lighting
  163. optional: true
  164. - id: 103
  165. type: integer
  166. name: co2
  167. optional: true
  168. - id: 104
  169. type: integer
  170. name: volatile_organic_compounds
  171. optional: true
  172. - id: 110
  173. type: boolean
  174. name: heating_10c
  175. optional: true
  176. - id: 112
  177. type: integer
  178. name: power
  179. optional: true
  180. - id: 119
  181. type: boolean
  182. name: cleaning_56c
  183. optional: true
  184. secondary_entities:
  185. - entity: switch
  186. name: Emergency heat
  187. icon: "mdi:fire"
  188. dps:
  189. - id: 12
  190. type: boolean
  191. name: switch
  192. - entity: light
  193. translation_key: display
  194. category: config
  195. dps:
  196. - id: 13
  197. type: boolean
  198. name: switch
  199. - entity: select
  200. translation_key: temperature_unit
  201. category: config
  202. dps:
  203. - id: 19
  204. type: string
  205. name: option
  206. mapping:
  207. - dps_val: c
  208. value: celsius
  209. - dps_val: f
  210. value: fahrenheit
  211. - entity: switch
  212. name: Quiet
  213. category: config
  214. icon: "mdi:music-off"
  215. dps:
  216. - id: 108
  217. type: boolean
  218. name: switch
  219. # Boolean dps 16 = Beep and 109 = Sleep documented but missing from log
  220. - entity: switch
  221. name: Sleep
  222. category: config
  223. icon: "mdi:power-sleep"
  224. dps:
  225. - id: 109
  226. type: boolean
  227. name: switch
  228. optional: true
  229. - entity: switch
  230. name: Health
  231. category: config
  232. icon: "mdi:shield-bug"
  233. dps:
  234. - id: 106
  235. type: boolean
  236. name: switch
  237. optional: true
  238. - entity: select
  239. name: Vertical swing
  240. category: config
  241. icon: "mdi:arrow-up-down-bold"
  242. dps:
  243. - id: 117
  244. type: string
  245. name: option
  246. mapping:
  247. - dps_val: ud_00
  248. value: Top
  249. - dps_val: ud_01
  250. value: Upper
  251. - dps_val: ud_02
  252. value: Middle
  253. - dps_val: ud_03
  254. value: Lower
  255. - dps_val: ud_04
  256. value: Bottom
  257. - dps_val: ud_0c
  258. value: Swing
  259. - entity: select
  260. name: Horizontal swing
  261. category: config
  262. icon: "mdi:arrow-up-down-bold"
  263. dps:
  264. - id: 117
  265. type: string
  266. name: option
  267. mapping:
  268. - dps_val: lr_00
  269. value: Leftmost
  270. - dps_val: lr_01
  271. value: Left
  272. - dps_val: lr_02
  273. value: Middle
  274. - dps_val: lr_03
  275. value: Right
  276. - dps_val: lr_04
  277. value: Rightmost
  278. - dps_val: lr_0c
  279. value: Swing
  280. - entity: binary_sensor
  281. class: problem
  282. category: diagnostic
  283. dps:
  284. - id: 116
  285. type: bitfield
  286. name: sensor
  287. mapping:
  288. - dps_val: 0
  289. value: false
  290. - value: true