4
0

calex_convector_heater.yaml 3.1 KB

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