kaisai_proheat_airconditioner.yaml 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203
  1. name: Air conditioner
  2. products:
  3. - id: nn2ooaacswz6uyi0
  4. manufacturer: Kaisai
  5. model: Pro Heat+ AC
  6. entities:
  7. - entity: climate
  8. dps:
  9. - id: 1
  10. name: hvac_mode
  11. type: boolean
  12. mapping:
  13. - dps_val: false
  14. value: "off"
  15. - dps_val: true
  16. constraint: mode
  17. conditions:
  18. - dps_val: "0"
  19. value: auto
  20. - dps_val: "1"
  21. value: cool
  22. - dps_val: "2"
  23. value: dry
  24. - dps_val: "3"
  25. value: fan_only
  26. - dps_val: "4"
  27. value: heat
  28. - id: 4
  29. name: mode
  30. type: string
  31. hidden: true
  32. - id: 2
  33. name: temperature
  34. type: integer
  35. unit: C
  36. range:
  37. min: 1600
  38. max: 3100
  39. mapping:
  40. - scale: 100
  41. step: 50
  42. - id: 3
  43. name: current_temperature
  44. type: integer
  45. unit: C
  46. mapping:
  47. - scale: 100
  48. - id: 5
  49. name: fan_mode
  50. type: string
  51. mapping:
  52. - constraint: auto_fan
  53. conditions:
  54. - dps_val: true
  55. value: auto
  56. - dps_val: "1"
  57. constraint: auto_fan
  58. conditions:
  59. - dps_val: false
  60. value: quiet
  61. - dps_val: "2"
  62. constraint: auto_fan
  63. conditions:
  64. - dps_val: false
  65. value: low
  66. - dps_val: "3"
  67. constraint: auto_fan
  68. conditions:
  69. - dps_val: false
  70. value: medium_low
  71. - dps_val: "4"
  72. constraint: auto_fan
  73. conditions:
  74. - dps_val: false
  75. value: medium
  76. - dps_val: "5"
  77. constraint: auto_fan
  78. conditions:
  79. - dps_val: false
  80. value: medium_high
  81. - dps_val: "6"
  82. constraint: auto_fan
  83. conditions:
  84. - dps_val: false
  85. value: high
  86. - dps_val: "7"
  87. constraint: auto_fan
  88. conditions:
  89. - dps_val: false
  90. value: turbo
  91. - id: 7
  92. name: auto_fan
  93. type: boolean
  94. hidden: true
  95. - id: 31
  96. name: swing_mode
  97. type: string
  98. mapping:
  99. - dps_val: "0"
  100. value: "off"
  101. - dps_val: "1"
  102. value: vertical
  103. - dps_val: "2"
  104. value: up
  105. - dps_val: "3"
  106. value: down
  107. - dps_val: "9"
  108. value: up_fixed
  109. - dps_val: "10"
  110. value: up_offset_fixed
  111. - dps_val: "11"
  112. value: middle_fixed
  113. - dps_val: "12"
  114. value: down_offset_fixed
  115. - dps_val: "13"
  116. value: down_fixed
  117. - id: 34
  118. name: swing_horizontal_mode
  119. type: string
  120. mapping:
  121. - dps_val: "0"
  122. value: "off"
  123. - dps_val: "1"
  124. value: horizontal
  125. - dps_val: "2"
  126. value: left
  127. - dps_val: "3"
  128. value: center
  129. - dps_val: "4"
  130. value: right
  131. - dps_val: "9"
  132. value: left_fixed
  133. - dps_val: "10"
  134. value: left_offset_fixed
  135. - dps_val: "11"
  136. value: center_fixed
  137. - dps_val: "12"
  138. value: right_offset_fixed
  139. - dps_val: "13"
  140. value: right_fixed
  141. - id: 8
  142. name: preset_mode
  143. type: boolean
  144. optional: true
  145. mapping:
  146. - dps_val: false
  147. value: none
  148. - dps_val: true
  149. value: eco
  150. - dps_value: null
  151. value: none
  152. hidden: true
  153. - entity: sensor
  154. name: Outdoor temperature
  155. class: temperature
  156. dps:
  157. - id: 116
  158. name: sensor
  159. type: integer
  160. unit: C
  161. optional: true
  162. mapping:
  163. - scale: 100
  164. - entity: sensor
  165. class: energy
  166. dps:
  167. - id: 127
  168. name: sensor
  169. type: integer
  170. unit: kWh
  171. class: total_increasing
  172. optional: true
  173. mapping:
  174. - scale: 100
  175. - entity: sensor
  176. name: External fan speed
  177. dps:
  178. - id: 117
  179. name: sensor
  180. type: integer
  181. unit: rpm
  182. optional: true
  183. - entity: sensor
  184. name: Compressor frequency
  185. class: frequency
  186. dps:
  187. - id: 119
  188. name: sensor
  189. type: integer
  190. unit: Hz
  191. optional: true
  192. - entity: binary_sensor
  193. name: Filter blockage
  194. class: problem
  195. dps:
  196. - id: 110
  197. name: sensor
  198. type: boolean
  199. optional: true