della_airconditioner.yaml 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163
  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. translation_key: backlight
  93. category: config
  94. dps:
  95. - id: 13
  96. name: switch
  97. type: boolean
  98. - entity: lock
  99. translation_key: child_lock
  100. category: config
  101. dps:
  102. - id: 14
  103. name: lock
  104. type: boolean
  105. - entity: select
  106. translation_key: temperature_unit
  107. category: config
  108. dps:
  109. - id: 19
  110. type: string
  111. name: option
  112. mapping:
  113. - dps_val: C
  114. value: celsius
  115. - dps_val: F
  116. value: fahrenheit
  117. - entity: sensor
  118. class: energy
  119. category: diagnostic
  120. dps:
  121. - id: 28
  122. name: sensor
  123. type: integer
  124. unit: kWh
  125. class: total_increasing
  126. - entity: switch
  127. name: Sleep
  128. category: config
  129. icon: "mdi:power-sleep"
  130. dps:
  131. - id: 102
  132. name: switch
  133. type: boolean
  134. - entity: switch
  135. name: Clean
  136. dps:
  137. - id: 103
  138. name: switch
  139. type: boolean
  140. - entity: switch
  141. translation_key: anti_frost
  142. category: config
  143. dps:
  144. - id: 104
  145. name: switch
  146. type: boolean
  147. - entity: switch
  148. translation_key: uv_sterilization
  149. dps:
  150. - id: 106
  151. name: switch
  152. type: boolean
  153. - entity: binary_sensor
  154. class: problem
  155. category: diagnostic
  156. dps:
  157. - id: 107
  158. name: sensor
  159. type: bitfield
  160. mapping:
  161. - dps_val: 0
  162. value: false
  163. - value: true