idea_heatingbelt_airconditioner.yaml 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159
  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. - dps_val: null
  82. value: "off"
  83. hidden: true
  84. - dps_val: true
  85. constraint: swing_horiz
  86. conditions:
  87. - dps_val: false
  88. value: vertical
  89. - dps_val: true
  90. value: both
  91. - dps_val: null
  92. value: vertical
  93. hidden: true
  94. - constraint: swing_horiz
  95. conditions:
  96. - dps_val: true
  97. value: horizontal
  98. hidden: true
  99. - dps_val: null
  100. value: "off"
  101. hidden: true
  102. - id: 33
  103. type: boolean
  104. optional: true
  105. name: swing_horiz
  106. hidden: true
  107. secondary_entities:
  108. - entity: switch
  109. name: Aux heat
  110. icon: "mdi:fire"
  111. category: config
  112. dps:
  113. - id: 12
  114. type: boolean
  115. name: switch
  116. optional: true
  117. - entity: switch
  118. name: Sleep
  119. icon: "mdi:power-sleep"
  120. category: config
  121. dps:
  122. - id: 25
  123. type: boolean
  124. name: switch
  125. optional: true
  126. - entity: binary_sensor
  127. class: problem
  128. category: diagnostic
  129. dps:
  130. - id: 22
  131. type: bitfield
  132. name: sensor
  133. optional: true
  134. mapping:
  135. - dps_val: 0
  136. value: true
  137. constraint: fault_code_2
  138. conditions:
  139. - dps_val: null
  140. value: false
  141. - dps_val: 0
  142. value: false
  143. - dps_val: null
  144. value: true
  145. constraint: fault_code_2
  146. conditions:
  147. - dps_val: null
  148. value: false
  149. - dps_val: 0
  150. value: false
  151. - value: true
  152. - id: 22
  153. type: bitfield
  154. optional: true
  155. name: fault_code
  156. - id: 101
  157. type: bitfield
  158. optional: true
  159. name: fault_code_2