idea_heatingbelt_airconditioner.yaml 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157
  1. name: Air conditioner
  2. products:
  3. - id: 1dxlcglzadb1wwax
  4. name: Idea CS1 ISP-D114 TYWE 1S
  5. primary_entity:
  6. entity: climate
  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: mode
  16. conditions:
  17. - dps_val: cold
  18. value: cool
  19. - dps_val: hot
  20. value: heat
  21. - dps_val: wet
  22. value: dry
  23. - dps_val: wind
  24. value: fan_only
  25. - dps_val: auto
  26. value: heat_cool
  27. - id: 2
  28. type: integer
  29. name: temperature
  30. unit: C
  31. range:
  32. min: 16
  33. max: 32
  34. - id: 3
  35. type: integer
  36. name: current_temperature
  37. - id: 4
  38. type: string
  39. name: mode
  40. hidden: true
  41. - id: 5
  42. type: string
  43. name: fan_mode
  44. mapping:
  45. - dps_val: low
  46. value: low
  47. - dps_val: mid
  48. value: medium
  49. - dps_val: high
  50. value: high
  51. - dps_val: auto
  52. value: auto
  53. - id: 8
  54. type: boolean
  55. optional: true
  56. name: preset_mode
  57. mapping:
  58. - dps_val: true
  59. value: eco
  60. - dps_val: false
  61. value: comfort
  62. - dps_val: null
  63. value: comfort
  64. hidden: true
  65. - id: 18
  66. type: integer
  67. optional: true
  68. name: current_humidity
  69. - id: 30
  70. type: boolean
  71. optional: true
  72. name: swing_mode
  73. mapping:
  74. - dps_val: false
  75. constraint: swing_horiz
  76. conditions:
  77. - dps_val: false
  78. value: "off"
  79. - dps_val: true
  80. value: horizontal
  81. - value: "off"
  82. hidden: true
  83. - dps_val: true
  84. constraint: swing_horiz
  85. conditions:
  86. - dps_val: false
  87. value: vertical
  88. - dps_val: true
  89. value: both
  90. - value: vertical
  91. hidden: true
  92. - constraint: swing_horiz
  93. conditions:
  94. - dps_val: true
  95. value: horizontal
  96. hidden: true
  97. - value: "off"
  98. hidden: true
  99. - id: 33
  100. type: boolean
  101. optional: true
  102. name: swing_horiz
  103. hidden: true
  104. secondary_entities:
  105. - entity: switch
  106. name: Aux heat
  107. icon: "mdi:fire"
  108. category: config
  109. dps:
  110. - id: 12
  111. type: boolean
  112. name: switch
  113. optional: true
  114. - entity: switch
  115. name: Sleep
  116. icon: "mdi:power-sleep"
  117. category: config
  118. dps:
  119. - id: 25
  120. type: boolean
  121. name: switch
  122. optional: true
  123. - entity: binary_sensor
  124. name: Fault
  125. class: problem
  126. category: diagnostic
  127. dps:
  128. - id: 22
  129. type: bitfield
  130. name: sensor
  131. optional: true
  132. mapping:
  133. - dps_val: 0
  134. constraint: fault_code_2
  135. conditions:
  136. - dps_val: null
  137. value: false
  138. - dps_val: 0
  139. value: false
  140. - value: true
  141. - dps_val: null
  142. constraint: fault_code_2
  143. conditions:
  144. - dps_val: null
  145. value: false
  146. - dps_val: 0
  147. value: false
  148. - value: true
  149. - value: true
  150. - id: 22
  151. type: bitfield
  152. optional: true
  153. name: fault_code
  154. - id: 101
  155. type: bitfield
  156. optional: true
  157. name: fault_code_2