della_airconditioner.yaml 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168
  1. name: Della air conditioner
  2. primary_entity:
  3. entity: climate
  4. dps:
  5. - id: 1
  6. name: hvac_mode
  7. type: boolean
  8. mapping:
  9. - dps_val: false
  10. value: "off"
  11. - dps_val: true
  12. constraint: mode
  13. conditions:
  14. - dps_val: cold
  15. value: cool
  16. - dps_val: hot
  17. value: heat
  18. - dps_val: wet
  19. value: dry
  20. - dps_val: wind
  21. value: fan_only
  22. - dps_val: auto
  23. value: heat_cool
  24. - id: 2
  25. name: temperature
  26. type: integer
  27. range:
  28. min: 160
  29. max: 320
  30. mapping:
  31. - scale: 10
  32. step: 10
  33. constraint: temperature_unit
  34. conditions:
  35. - dps_val: F
  36. range:
  37. min: 600
  38. max: 900
  39. - id: 3
  40. name: current_temperature
  41. type: integer
  42. mapping:
  43. - scale: 10
  44. - id: 4
  45. name: mode
  46. type: string
  47. hidden: true
  48. - id: 5
  49. name: fan_mode
  50. type: string
  51. mapping:
  52. - dps_val: low
  53. value: low
  54. - dps_val: mid
  55. value: medium
  56. - dps_val: high
  57. value: high
  58. - dps_val: auto
  59. value: auto
  60. # preset only works in cooling mode
  61. - id: 8
  62. name: preset_mode
  63. type: boolean
  64. mapping:
  65. - dps_val: true
  66. value: eco
  67. - dps_val: false
  68. value: comfort
  69. - id: 19
  70. name: temperature_unit
  71. type: string
  72. - id: 105
  73. name: swing_mode
  74. type: boolean
  75. mapping:
  76. - dps_val: true
  77. value: vertical
  78. - dps_val: false
  79. value: "off"
  80. - id: 107
  81. type: bitfield
  82. name: fault_code
  83. secondary_entities:
  84. - entity: switch
  85. name: Emergency heat
  86. icon: "mdi:fire"
  87. dps:
  88. - id: 12
  89. name: switch
  90. type: boolean
  91. - entity: light
  92. name: Backlight
  93. category: config
  94. icon: "mdi:television-ambient-light"
  95. dps:
  96. - id: 13
  97. name: switch
  98. type: boolean
  99. - entity: lock
  100. name: Child lock
  101. category: config
  102. icon: "mdi:hand-right-back-off"
  103. dps:
  104. - id: 14
  105. name: lock
  106. type: boolean
  107. - entity: select
  108. name: Temperature unit
  109. icon: "mdi:temperature-celsius"
  110. category: config
  111. dps:
  112. - id: 19
  113. type: string
  114. name: option
  115. mapping:
  116. - dps_val: C
  117. value: Celsius
  118. - dps_val: F
  119. value: Fahrenheit
  120. - entity: sensor
  121. class: energy
  122. category: diagnostic
  123. dps:
  124. - id: 28
  125. name: sensor
  126. type: integer
  127. unit: kWh
  128. class: total_increasing
  129. - entity: switch
  130. name: Sleep
  131. category: config
  132. icon: "mdi:power-sleep"
  133. dps:
  134. - id: 102
  135. name: switch
  136. type: boolean
  137. - entity: switch
  138. name: Clean
  139. dps:
  140. - id: 103
  141. name: switch
  142. type: boolean
  143. - entity: switch
  144. name: Anti-frost
  145. category: config
  146. dps:
  147. - id: 104
  148. name: switch
  149. type: boolean
  150. - entity: switch
  151. name: iHealth
  152. icon: "mdi:creation"
  153. dps:
  154. - id: 106
  155. name: switch
  156. type: boolean
  157. - entity: binary_sensor
  158. name: Fault
  159. class: problem
  160. category: diagnostic
  161. dps:
  162. - id: 107
  163. name: sensor
  164. type: bitfield
  165. mapping:
  166. - dps_val: 0
  167. value: false
  168. - value: true