hombli_thermostatic_radiator_valve.yaml 2.4 KB

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