hombli_thermostatic_radiator_valve.yaml 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  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. mapping:
  64. - dps_val: "c"
  65. value: Celsius
  66. icon: "mdi:temperature-celsius"
  67. - dps_val: "f"
  68. value: Fahrenheit
  69. icon: "mdi:temperature-fahrenheit"
  70. - entity: number
  71. name: Temperature calibration
  72. category: config
  73. icon: "mdi:thermometer-check"
  74. dps:
  75. - id: 27
  76. type: integer
  77. name: value
  78. mapping:
  79. - scale: 10
  80. step: 5
  81. range:
  82. min: -60
  83. max: 60
  84. - entity: lock
  85. name: Child lock
  86. icon: "mdi:hand-back-right-off"
  87. category: config
  88. dps:
  89. - id: 40
  90. type: boolean
  91. name: lock
  92. - entity: binary_sensor
  93. class: battery
  94. category: diagnostic
  95. dps:
  96. - id: 105
  97. type: bitfield
  98. name: sensor
  99. class: measurement
  100. mapping:
  101. - dps_val: 0
  102. value: false
  103. - value: true
  104. - entity: switch
  105. name: Schedule
  106. icon: "mdi:calendar-clock"
  107. category: config
  108. dps:
  109. - id: 108
  110. type: boolean
  111. name: switch
  112. - entity: switch
  113. name: Antiscale
  114. category: config
  115. icon: "mdi:shimmer"
  116. dps:
  117. - id: 130
  118. type: boolean
  119. name: switch