qh_gd_elegant_heater.yaml 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  1. name: IR panel heater
  2. products:
  3. - id: 4iuq3mlns7b2zi7q
  4. name: QH-GD Elegant Series
  5. primary_entity:
  6. entity: climate
  7. translation_only_key: heater
  8. dps:
  9. - id: 1
  10. type: boolean
  11. name: hvac_mode
  12. mapping:
  13. - dps_val: false
  14. value: "off"
  15. - dps_val: true
  16. value: heat
  17. - id: 2
  18. type: integer
  19. name: temperature
  20. range:
  21. min: 10
  22. max: 45
  23. unit: C
  24. - id: 3
  25. type: integer
  26. name: current_temperature
  27. - id: 6
  28. type: boolean
  29. name: preset_mode
  30. mapping:
  31. - dps_val: false
  32. value: comfort
  33. - dps_val: true
  34. value: eco
  35. - id: 11
  36. type: string
  37. name: hvac_action
  38. mapping:
  39. - constraint: hvac_mode
  40. conditions:
  41. - dps_val: false
  42. value: "off"
  43. - dps_val: true
  44. mapping:
  45. - dps_val: heating
  46. value: heating
  47. - dps_val: standby
  48. value: idle
  49. - id: 21
  50. name: fault_code
  51. type: bitfield
  52. secondary_entities:
  53. - entity: lock
  54. translation_key: child_lock
  55. category: config
  56. dps:
  57. - id: 7
  58. type: boolean
  59. name: lock
  60. - entity: select
  61. translation_key: timer
  62. category: config
  63. dps:
  64. - id: 19
  65. type: string
  66. name: option
  67. mapping:
  68. - dps_val: cancel
  69. value: "Off"
  70. - dps_val: "1h"
  71. value: "1 hour"
  72. - dps_val: "2h"
  73. value: "2 hours"
  74. - dps_val: "3h"
  75. value: "3 hours"
  76. - dps_val: "4h"
  77. value: "4 hours"
  78. - dps_val: "5h"
  79. value: "5 hours"
  80. - dps_val: "6h"
  81. value: "6 hours"
  82. - dps_val: "7h"
  83. value: "7 hours"
  84. - dps_val: "8h"
  85. value: "8 hours"
  86. - dps_val: "9h"
  87. value: "9 hours"
  88. - dps_val: "10h"
  89. value: "10 hours"
  90. - dps_val: "11h"
  91. value: "11 hours"
  92. - dps_val: "12h"
  93. value: "12 hours"
  94. - dps_val: "13h"
  95. value: "13 hours"
  96. - dps_val: "14h"
  97. value: "14 hours"
  98. - dps_val: "15h"
  99. value: "15 hours"
  100. - dps_val: "16h"
  101. value: "16 hours"
  102. - dps_val: "17h"
  103. value: "17 hours"
  104. - dps_val: "18h"
  105. value: "18 hours"
  106. - dps_val: "19h"
  107. value: "19 hours"
  108. - dps_val: "20h"
  109. value: "20 hours"
  110. - dps_val: "21h"
  111. value: "21 hours"
  112. - dps_val: "22h"
  113. value: "22 hours"
  114. - dps_val: "23h"
  115. value: "23 hours"
  116. - dps_val: "24h"
  117. value: "24 hours"
  118. - entity: sensor
  119. translation_key: time_remaining
  120. class: duration
  121. category: diagnostic
  122. dps:
  123. - id: 20
  124. type: integer
  125. name: sensor
  126. unit: min
  127. - entity: binary_sensor
  128. class: problem
  129. category: diagnostic
  130. dps:
  131. - id: 21
  132. type: bitfield
  133. name: sensor
  134. mapping:
  135. - dps_val: 0
  136. value: false
  137. - value: true