hombli_thermostatic_radiator_valve.yaml 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  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. translation_key: temperature_unit
  57. category: config
  58. dps:
  59. - id: 23
  60. type: string
  61. name: option
  62. optional: true
  63. mapping:
  64. - dps_val: c
  65. value: celsius
  66. - dps_val: f
  67. value: fahrenheit
  68. - entity: number
  69. name: Temperature calibration
  70. category: config
  71. icon: "mdi:thermometer-check"
  72. dps:
  73. - id: 27
  74. type: integer
  75. name: value
  76. mapping:
  77. - scale: 10
  78. step: 5
  79. range:
  80. min: -60
  81. max: 60
  82. - entity: lock
  83. translation_key: child_lock
  84. category: config
  85. dps:
  86. - id: 40
  87. type: boolean
  88. name: lock
  89. - entity: binary_sensor
  90. class: battery
  91. category: diagnostic
  92. dps:
  93. - id: 105
  94. type: bitfield
  95. name: sensor
  96. class: measurement
  97. mapping:
  98. - dps_val: 0
  99. value: false
  100. - value: true
  101. - entity: switch
  102. name: Schedule
  103. icon: "mdi:calendar-clock"
  104. category: config
  105. dps:
  106. - id: 108
  107. type: boolean
  108. name: switch
  109. - entity: switch
  110. name: Antiscale
  111. category: config
  112. icon: "mdi:shimmer"
  113. dps:
  114. - id: 130
  115. type: boolean
  116. name: switch
  117. - entity: sensor
  118. name: Valve
  119. category: diagnostic
  120. dps:
  121. - id: 104
  122. type: integer
  123. optional: true
  124. name: sensor
  125. unit: "%"