royalclima_rcb150_ventilation.yaml 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181
  1. name: Ventilation system
  2. products:
  3. - id: qcgxajmb0sdg608j
  4. name: Royal Clima RCB 150
  5. primary_entity:
  6. entity: fan
  7. translation_key: ventilation
  8. dps:
  9. - id: 1
  10. name: switch
  11. type: boolean
  12. - id: 2
  13. name: preset_mode
  14. type: string
  15. mapping:
  16. - dps_val: Air_Supply
  17. value: fresh
  18. - dps_val: Recirculation
  19. value: circulate
  20. - dps_val: Sleep
  21. value: sleep
  22. - dps_val: Auto
  23. value: auto
  24. - dps_val: Eco
  25. value: eco
  26. - dps_val: Anti_Condensation
  27. value: anti-condensation
  28. - id: 12
  29. name: speed
  30. type: string
  31. mapping:
  32. - dps_val: "1"
  33. value: 17
  34. - dps_val: "2"
  35. value: 33
  36. - dps_val: "3"
  37. value: 50
  38. - dps_val: "4"
  39. value: 67
  40. - dps_val: "5"
  41. value: 83
  42. - dps_val: "6"
  43. value: 100
  44. secondary_entities:
  45. - entity: sensor
  46. class: pm25
  47. dps:
  48. - id: 3
  49. type: integer
  50. name: sensor
  51. unit: ugm3
  52. class: measurement
  53. - entity: switch
  54. name: Ionizer
  55. icon: "mdi:creation"
  56. category: config
  57. dps:
  58. - id: 5
  59. type: boolean
  60. name: switch
  61. - entity: sensor
  62. name: Filter life
  63. icon: "mdi:air-filter"
  64. category: diagnostic
  65. dps:
  66. - id: 11
  67. type: integer
  68. name: sensor
  69. unit: "%"
  70. - entity: button
  71. name: Filter reset
  72. category: config
  73. dps:
  74. - id: 13
  75. type: boolean
  76. name: button
  77. - entity: select
  78. name: "On timer"
  79. icon: "mdi:timer"
  80. category: config
  81. dps:
  82. - id: 16
  83. type: string
  84. name: option
  85. mapping:
  86. - dps_val: cancel
  87. value: "Off"
  88. - dps_val: "1h"
  89. value: "1 hour"
  90. - dps_val: "2h"
  91. value: "2 hours"
  92. - dps_val: "3h"
  93. value: "3 hours"
  94. - dps_val: "4h"
  95. value: "4 hours"
  96. - dps_val: "5h"
  97. value: "5 hours"
  98. - dps_val: "6h"
  99. value: "6 hours"
  100. - dps_val: "7h"
  101. value: "7 hours"
  102. - dps_val: "8h"
  103. value: "8 hours"
  104. - dps_val: "9h"
  105. value: "9 hours"
  106. - dps_val: "10h"
  107. value: "10 hours"
  108. - dps_val: "11h"
  109. value: "11 hours"
  110. - dps_val: "12h"
  111. value: "12 hours"
  112. - entity: sensor
  113. name: Outdoor temperature
  114. class: temperature
  115. dps:
  116. - id: 22
  117. type: integer
  118. name: sensor
  119. unit: C
  120. class: measurement
  121. - entity: climate
  122. name: Heater
  123. icon: "mdi:heat-wave"
  124. dps:
  125. - id: 42
  126. name: hvac_mode
  127. type: boolean
  128. mapping:
  129. - dps_val: false
  130. value: "off"
  131. - dps_val: true
  132. constraint: fan_switch
  133. conditions:
  134. - dps_val: true
  135. value: heat
  136. - value: "off"
  137. - id: 102
  138. name: temperature
  139. type: integer
  140. range:
  141. min: 10
  142. max: 30
  143. - id: 1
  144. name: fan_switch
  145. type: boolean
  146. hidden: true
  147. - entity: select
  148. name: "Off timer"
  149. icon: "mdi:timer"
  150. category: config
  151. dps:
  152. - id: 101
  153. type: string
  154. name: option
  155. mapping:
  156. - dps_val: cancel
  157. value: "Off"
  158. - dps_val: "1h"
  159. value: "1 hour"
  160. - dps_val: "2h"
  161. value: "2 hours"
  162. - dps_val: "3h"
  163. value: "3 hours"
  164. - dps_val: "4h"
  165. value: "4 hours"
  166. - dps_val: "5h"
  167. value: "5 hours"
  168. - dps_val: "6h"
  169. value: "6 hours"
  170. - dps_val: "7h"
  171. value: "7 hours"
  172. - dps_val: "8h"
  173. value: "8 hours"
  174. - dps_val: "9h"
  175. value: "9 hours"
  176. - dps_val: "10h"
  177. value: "10 hours"
  178. - dps_val: "11h"
  179. value: "11 hours"
  180. - dps_val: "12h"
  181. value: "12 hours"