calex_convector_heater.yaml 3.3 KB

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