royalclima_rcb150_ventilation.yaml 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182
  1. name: Ventilation system
  2. products:
  3. - id: qcgxajmb0sdg608j
  4. name: Royal Clima RCB 150
  5. primary_entity:
  6. entity: fan
  7. translation_only_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. translation_key: ionizer
  55. category: config
  56. dps:
  57. - id: 5
  58. type: boolean
  59. name: switch
  60. - entity: sensor
  61. name: Filter life
  62. icon: "mdi:air-filter"
  63. category: diagnostic
  64. dps:
  65. - id: 11
  66. type: integer
  67. name: sensor
  68. unit: "%"
  69. - entity: button
  70. name: Filter reset
  71. category: config
  72. dps:
  73. - id: 13
  74. type: boolean
  75. name: button
  76. - entity: select
  77. name: "On timer"
  78. translation_key: timer
  79. category: config
  80. dps:
  81. - id: 16
  82. type: string
  83. name: option
  84. mapping:
  85. - dps_val: cancel
  86. value: "Off"
  87. - dps_val: "1h"
  88. value: "1 hour"
  89. - dps_val: "2h"
  90. value: "2 hours"
  91. - dps_val: "3h"
  92. value: "3 hours"
  93. - dps_val: "4h"
  94. value: "4 hours"
  95. - dps_val: "5h"
  96. value: "5 hours"
  97. - dps_val: "6h"
  98. value: "6 hours"
  99. - dps_val: "7h"
  100. value: "7 hours"
  101. - dps_val: "8h"
  102. value: "8 hours"
  103. - dps_val: "9h"
  104. value: "9 hours"
  105. - dps_val: "10h"
  106. value: "10 hours"
  107. - dps_val: "11h"
  108. value: "11 hours"
  109. - dps_val: "12h"
  110. value: "12 hours"
  111. - entity: sensor
  112. name: Outdoor temperature
  113. class: temperature
  114. dps:
  115. - id: 22
  116. type: integer
  117. name: sensor
  118. unit: C
  119. class: measurement
  120. - entity: climate
  121. translation_key: heater
  122. icon: "mdi:heat-wave"
  123. dps:
  124. - id: 42
  125. name: hvac_mode
  126. type: boolean
  127. mapping:
  128. - dps_val: false
  129. value: "off"
  130. - dps_val: true
  131. constraint: fan_switch
  132. conditions:
  133. - dps_val: true
  134. value: heat
  135. - dps_val: false
  136. value: "off"
  137. - id: 102
  138. name: temperature
  139. type: integer
  140. unit: C
  141. range:
  142. min: 10
  143. max: 30
  144. - id: 1
  145. name: fan_switch
  146. type: boolean
  147. hidden: true
  148. - entity: select
  149. name: "Off timer"
  150. translation_key: timer
  151. category: config
  152. dps:
  153. - id: 101
  154. type: string
  155. name: option
  156. mapping:
  157. - dps_val: cancel
  158. value: "Off"
  159. - dps_val: "1h"
  160. value: "1 hour"
  161. - dps_val: "2h"
  162. value: "2 hours"
  163. - dps_val: "3h"
  164. value: "3 hours"
  165. - dps_val: "4h"
  166. value: "4 hours"
  167. - dps_val: "5h"
  168. value: "5 hours"
  169. - dps_val: "6h"
  170. value: "6 hours"
  171. - dps_val: "7h"
  172. value: "7 hours"
  173. - dps_val: "8h"
  174. value: "8 hours"
  175. - dps_val: "9h"
  176. value: "9 hours"
  177. - dps_val: "10h"
  178. value: "10 hours"
  179. - dps_val: "11h"
  180. value: "11 hours"
  181. - dps_val: "12h"
  182. value: "12 hours"