hombli_thermostatic_radiator_valve.yaml 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. name: Radiator Thermostat
  2. products:
  3. - id: ngxyxyc8
  4. name: Hombli HBRT-0109
  5. primary_entity:
  6. entity: climate
  7. dps:
  8. - id: 101
  9. type: boolean
  10. name: hvac_mode
  11. mapping:
  12. - dps_val: false
  13. value: "off"
  14. - dps_val: true
  15. value: heat
  16. - id: 102
  17. type: integer
  18. name: current_temperature
  19. mapping:
  20. - scale: 10
  21. - id: 103
  22. type: integer
  23. name: temperature
  24. mapping:
  25. - scale: 10
  26. step: 5
  27. range:
  28. max: 300
  29. min: 50
  30. - id: 106
  31. type: boolean
  32. name: preset_mode
  33. mapping:
  34. - dps_val: true
  35. value: "away"
  36. - dps_val: false
  37. value: "home"
  38. secondary_entities:
  39. - entity: switch
  40. name: Window check
  41. icon: "mdi:window-open-variant"
  42. category: config
  43. dps:
  44. - id: 8
  45. type: boolean
  46. name: switch
  47. - entity: switch
  48. name: Anti frost
  49. icon: "mdi:snowflake"
  50. category: config
  51. dps:
  52. - id: 10
  53. type: boolean
  54. name: switch
  55. - entity: select
  56. name: Temperature unit
  57. icon: "mdi:temperature-celsius"
  58. category: config
  59. dps:
  60. - id: 23
  61. type: string
  62. name: option
  63. optional: true
  64. mapping:
  65. - dps_val: "c"
  66. value: Celsius
  67. icon: "mdi:temperature-celsius"
  68. - dps_val: "f"
  69. value: Fahrenheit
  70. icon: "mdi:temperature-fahrenheit"
  71. - entity: number
  72. name: Temperature calibration
  73. category: config
  74. icon: "mdi:thermometer-check"
  75. dps:
  76. - id: 27
  77. type: integer
  78. name: value
  79. mapping:
  80. - scale: 10
  81. step: 5
  82. range:
  83. min: -60
  84. max: 60
  85. - entity: lock
  86. name: Child lock
  87. icon: "mdi:hand-back-right-off"
  88. category: config
  89. dps:
  90. - id: 40
  91. type: boolean
  92. name: lock
  93. - entity: binary_sensor
  94. class: battery
  95. category: diagnostic
  96. dps:
  97. - id: 105
  98. type: bitfield
  99. name: sensor
  100. class: measurement
  101. mapping:
  102. - dps_val: 0
  103. value: false
  104. - value: true
  105. - entity: switch
  106. name: Schedule
  107. icon: "mdi:calendar-clock"
  108. category: config
  109. dps:
  110. - id: 108
  111. type: boolean
  112. name: switch
  113. - entity: switch
  114. name: Antiscale
  115. category: config
  116. icon: "mdi:shimmer"
  117. dps:
  118. - id: 130
  119. type: boolean
  120. name: switch
  121. - entity: sensor
  122. name: Valve
  123. category: diagnostic
  124. dps:
  125. - id: 104
  126. type: integer
  127. optional: true
  128. name: sensor
  129. unit: "%"