starlight_heatpump.yaml 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336
  1. name: StarLight heatpump
  2. primary_entity:
  3. entity: climate
  4. translation_key: aircon_extra
  5. dps:
  6. - id: 1
  7. name: hvac_mode
  8. type: boolean
  9. mapping:
  10. - dps_val: false
  11. value: "off"
  12. icon: "mdi:hvac-off"
  13. - dps_val: true
  14. constraint: mode
  15. conditions:
  16. - dps_val: auto
  17. icon: "mdi:hvac"
  18. value: heat_cool
  19. - dps_val: cold
  20. icon: "mdi:snowflake"
  21. value: cool
  22. - dps_val: hot
  23. icon: "mdi:fire"
  24. value: heat
  25. - dps_val: wind
  26. icon: "mdi:fan"
  27. value: fan_only
  28. - dps_val: wet
  29. icon: "mdi:water"
  30. value: dry
  31. - id: 2
  32. name: temperature
  33. type: integer
  34. range:
  35. min: 160
  36. max: 310
  37. mapping:
  38. - scale: 10
  39. step: 5
  40. constraint: mode
  41. conditions:
  42. - dps_val: wet
  43. invalid: true
  44. - dps_val: wind
  45. invalid: true
  46. - id: 3
  47. name: current_temperature
  48. type: integer
  49. - id: 4
  50. name: mode
  51. type: string
  52. hidden: true
  53. - id: 5
  54. name: fan_mode
  55. type: string
  56. mapping:
  57. - dps_val: auto
  58. value: auto
  59. - dps_val: mute
  60. value: quiet
  61. - dps_val: low
  62. value: low
  63. - dps_val: mid_low
  64. value: medlow
  65. - dps_val: mid
  66. value: medium
  67. - dps_val: mid_high
  68. value: medhigh
  69. - dps_val: high
  70. value: high
  71. - dps_val: strong
  72. value: strong
  73. - id: 20
  74. name: unknown_20
  75. type: integer
  76. - id: 105
  77. name: sleep_mode
  78. type: string
  79. - id: 110
  80. name: unknown_110
  81. type: integer
  82. - id: 113
  83. name: swing_mode
  84. type: string
  85. mapping:
  86. - dps_val: "0"
  87. constraint: horizontal_swing
  88. conditions:
  89. - dps_val: "0"
  90. value: "off"
  91. - dps_val: "1"
  92. value: horizontal
  93. - value: horizontal
  94. - dps_val: "1"
  95. constraint: horizontal_swing
  96. conditions:
  97. - dps_val: "0"
  98. value: vertical
  99. - dps_val: "1"
  100. value: both
  101. - value: both
  102. - dps_val: "2"
  103. constraint: horizontal_swing
  104. conditions:
  105. - dps_val: "0"
  106. value: vertical
  107. - value: both
  108. - dps_val: "3"
  109. constraint: horizontal_swing
  110. conditions:
  111. - dps_val: "0"
  112. value: vertical
  113. - value: both
  114. - id: 114
  115. name: horizontal_swing
  116. type: string
  117. hidden: true
  118. - id: 119
  119. name: electricity_management
  120. type: string
  121. - id: 120
  122. name: unknown_120
  123. type: string
  124. - id: 123
  125. name: flags
  126. type: string
  127. - id: 126
  128. name: vertical_flow_position
  129. type: string
  130. - id: 127
  131. name: horizontal_flow_position
  132. type: string
  133. - id: 128
  134. name: unknown_128
  135. type: string
  136. - id: 129
  137. name: unknown_129
  138. type: string
  139. - id: 130
  140. name: maybe_eco_temp
  141. type: integer
  142. - id: 131
  143. name: unknown_131
  144. type: boolean
  145. - id: 132
  146. name: unknown_132
  147. type: boolean
  148. - id: 133
  149. name: unknown_133
  150. type: string
  151. - id: 134
  152. name: unknown_134
  153. type: json
  154. secondary_entities:
  155. - entity: sensor
  156. name: Current humidity
  157. category: diagnostic
  158. class: humidity
  159. dps:
  160. - id: 18
  161. name: sensor
  162. type: integer
  163. unit: "%"
  164. class: measurement
  165. - entity: select
  166. name: Vertical swing
  167. category: config
  168. icon: "mdi:arrow-up-down-bold"
  169. dps:
  170. - id: 113
  171. type: string
  172. name: option
  173. mapping:
  174. - dps_val: "0"
  175. value: "Off"
  176. - dps_val: "1"
  177. value: Full
  178. - dps_val: "2"
  179. value: Upper
  180. - dps_val: "3"
  181. value: Lower
  182. - entity: select
  183. name: Vertical position
  184. category: config
  185. icon: "mdi:unfold-more-horizontal"
  186. dps:
  187. - id: 126
  188. type: string
  189. name: option
  190. mapping:
  191. - dps_val: "0"
  192. value: Unknown
  193. - dps_val: "1"
  194. value: Top
  195. - dps_val: "2"
  196. value: Slightly Up
  197. - dps_val: "3"
  198. value: Middle
  199. - dps_val: "4"
  200. value: Slightly Down
  201. - dps_val: "5"
  202. value: Bottom
  203. - entity: select
  204. name: Horizontal swing
  205. category: config
  206. icon: "mdi:arrow-left-right-bold"
  207. dps:
  208. - id: 114
  209. type: string
  210. name: option
  211. mapping:
  212. - dps_val: "0"
  213. value: "Off"
  214. - dps_val: "1"
  215. value: Full
  216. - dps_val: "2"
  217. value: Left
  218. - dps_val: "3"
  219. value: Center
  220. - dps_val: "4"
  221. value: Right
  222. - entity: select
  223. name: Horizontal position
  224. category: config
  225. icon: "mdi:unfold-more-vertical"
  226. dps:
  227. - id: 127
  228. type: string
  229. name: option
  230. mapping:
  231. - dps_val: "0"
  232. value: Unknown
  233. - dps_val: "1"
  234. value: Leftmost
  235. - dps_val: "2"
  236. value: Slight Left
  237. - dps_val: "3"
  238. value: Center
  239. - dps_val: "4"
  240. value: Slight Right
  241. - dps_val: "5"
  242. value: Rightmost
  243. - entity: select
  244. name: Sleep mode
  245. category: config
  246. icon: "mdi:weather-night"
  247. dps:
  248. - id: 105
  249. type: string
  250. name: option
  251. mapping:
  252. - dps_val: "off"
  253. value: "Off"
  254. - dps_val: "normal"
  255. value: Standard
  256. - dps_val: "old"
  257. value: "Elderly"
  258. - dps_val: "child"
  259. value: "Child"
  260. - entity: switch
  261. name: Display
  262. category: config
  263. icon: "mdi:lightbulb-on-outline"
  264. dps:
  265. - id: 123
  266. type: hex
  267. name: switch
  268. mapping:
  269. - scale: 1
  270. mask: "0008"
  271. - entity: switch
  272. name: Buzzer
  273. category: config
  274. icon: "mdi:access-point"
  275. dps:
  276. - id: 123
  277. type: hex
  278. name: switch
  279. mapping:
  280. - scale: 1
  281. mask: "0010"
  282. - entity: switch
  283. name: Soft wind
  284. category: config
  285. icon: "mdi:weather-windy"
  286. dps:
  287. - id: 123
  288. type: hex
  289. name: switch
  290. mapping:
  291. - scale: 1
  292. mask: "8000"
  293. - entity: switch
  294. name: Anti-mildew
  295. category: config
  296. icon: "mdi:water-off-outline"
  297. dps:
  298. - id: 123
  299. type: hex
  300. name: switch
  301. mapping:
  302. - scale: 1
  303. mask: "0100"
  304. - entity: switch
  305. name: Health
  306. category: config
  307. icon: "mdi:heart-outline"
  308. dps:
  309. - id: 123
  310. type: hex
  311. name: switch
  312. mapping:
  313. - scale: 1
  314. mask: "0020"
  315. - entity: switch
  316. name: Anti-freeze
  317. category: config
  318. icon: "mdi:radiator"
  319. dps:
  320. - id: 123
  321. type: hex
  322. name: switch
  323. mapping:
  324. - scale: 1
  325. mask: "1000"
  326. - entity: switch
  327. name: Eco mode
  328. category: config
  329. icon: "mdi:leaf"
  330. dps:
  331. - id: 123
  332. type: hex
  333. name: switch
  334. mapping:
  335. - scale: 1
  336. mask: "0001"