calex_convector_heater.yaml 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161
  1. name: Convection heater
  2. products:
  3. - id: yqnv4v88805rpkr1
  4. name: Calex Smart Heater
  5. primary_entity:
  6. entity: climate
  7. dps:
  8. - id: 1
  9. name: hvac_mode
  10. type: boolean
  11. mapping:
  12. - dps_val: true
  13. value: "heat"
  14. icon: "mdi:radiator"
  15. - dps_val: false
  16. value: "off"
  17. icon: "mdi:radiator-disabled"
  18. - id: 2
  19. name: temperature
  20. type: integer
  21. unit: ℃
  22. range:
  23. min: 5
  24. max: 35
  25. - id: 3
  26. name: current_temperature
  27. readonly: true
  28. type: integer
  29. unit: ℃
  30. range:
  31. min: -20
  32. max: 50
  33. - id: 11
  34. name: hvac_action
  35. type: string
  36. mapping:
  37. - dps_val: standby
  38. constraint: hvac_mode
  39. conditions:
  40. - dps_val: false
  41. value: "off"
  42. - dps_val: true
  43. value: idle
  44. - dps_val: working
  45. value: heating
  46. - id: 26
  47. name: week_program
  48. type: string
  49. optional: true
  50. - id: 101
  51. name: preset_mode
  52. type: string
  53. mapping:
  54. - dps_val: H1
  55. value: eco
  56. - dps_val: H2
  57. value: boost
  58. - dps_val: AF
  59. value: away
  60. - dps_val: P7
  61. value: activity
  62. secondary_entities:
  63. - entity: lock
  64. name: Child lock
  65. category: config
  66. dps:
  67. - id: 7
  68. type: boolean
  69. name: lock
  70. mapping:
  71. - dps_val: true
  72. icon: "mdi:hand-back-right-off"
  73. - dps_val: false
  74. icon: "mdi:hand-back-right"
  75. - entity: select
  76. name: Timer
  77. icon: "mdi:timer"
  78. category: config
  79. dps:
  80. - id: 19
  81. type: string
  82. name: option
  83. mapping:
  84. - dps_val: cancel
  85. value: "Off"
  86. - dps_val: 1h
  87. value: 1 hour
  88. - dps_val: 2h
  89. value: 2 hours
  90. - dps_val: 3h
  91. value: 3 hours
  92. - dps_val: 4h
  93. value: 4 hours
  94. - dps_val: 5h
  95. value: 5 hours
  96. - dps_val: 6h
  97. value: 6 hours
  98. - dps_val: 7h
  99. value: 7 hours
  100. - dps_val: 8h
  101. value: 8 hours
  102. - dps_val: 9h
  103. value: 9 hours
  104. - dps_val: 10h
  105. value: 10 hours
  106. - dps_val: 11h
  107. value: 11 hours
  108. - dps_val: 12h
  109. value: 12 hours
  110. - dps_val: 13h
  111. value: 13 hours
  112. - dps_val: 14h
  113. value: 14 hours
  114. - dps_val: 15h
  115. value: 15 hours
  116. - dps_val: 16h
  117. value: 16 hours
  118. - dps_val: 17h
  119. value: 17 hours
  120. - dps_val: 18h
  121. value: 18 hours
  122. - dps_val: 19h
  123. value: 19 hours
  124. - dps_val: 20h
  125. value: 20 hours
  126. - dps_val: 21h
  127. value: 21 hours
  128. - dps_val: 22h
  129. value: 22 hours
  130. - dps_val: 23h
  131. value: 23 hours
  132. - dps_val: 24h
  133. value: 24 hours
  134. - entity: sensor
  135. name: Time remaining
  136. icon: "mdi:timer"
  137. category: diagnostic
  138. dps:
  139. - id: 20
  140. name: sensor
  141. type: integer
  142. unit: min
  143. - entity: switch
  144. name: Night mode
  145. category: config
  146. icon: "mdi:lightbulb-night"
  147. dps:
  148. - id: 103
  149. name: switch
  150. type: boolean
  151. - entity: number
  152. name: Temperature calibration
  153. category: config
  154. dps:
  155. - id: 106
  156. type: integer
  157. name: value
  158. unit: ℃
  159. range:
  160. min: 0
  161. max: 40