bht002_gblw_thermostat.yaml 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  1. name: Thermostat
  2. products:
  3. - id: v5214objiaepcaer
  4. model: BHT-002 GBLW
  5. entities:
  6. - entity: climate
  7. dps:
  8. - id: 1
  9. name: hvac_mode
  10. type: boolean
  11. mapping:
  12. - dps_val: false
  13. value: "off"
  14. - dps_val: true
  15. constraint: mode
  16. conditions:
  17. - dps_val: manual
  18. value: heat
  19. - dps_val: program
  20. value: auto
  21. - id: 2
  22. name: mode
  23. type: string
  24. - id: 3
  25. name: hvac_action
  26. type: string
  27. optional: true
  28. mapping:
  29. - dps_val: Warming
  30. value: heating
  31. - dps_val: Heat
  32. value: heating
  33. - dps_val: "Off"
  34. value: idle
  35. - dps_val: Closed
  36. value: idle
  37. - dps_val: null
  38. value: idle
  39. - id: 16
  40. name: temperature
  41. type: integer
  42. unit: C
  43. range:
  44. min: 50
  45. max: 950
  46. mapping:
  47. - scale: 10
  48. step: 5
  49. - id: 19
  50. name: max_temperature
  51. type: integer
  52. mapping:
  53. - scale: 10
  54. - id: 24
  55. name: current_temperature
  56. type: integer
  57. mapping:
  58. - scale: 10
  59. - entity: button
  60. translation_key: factory_reset
  61. category: config
  62. dps:
  63. - id: 39
  64. type: boolean
  65. optional: true
  66. name: button
  67. - entity: switch
  68. name: Window detect
  69. category: config
  70. icon: "mdi:window-open-variant"
  71. dps:
  72. - id: 8
  73. type: boolean
  74. name: switch
  75. - entity: lock
  76. translation_key: child_lock
  77. category: config
  78. dps:
  79. - id: 40
  80. type: boolean
  81. name: lock
  82. - entity: switch
  83. translation_key: anti_frost
  84. category: config
  85. dps:
  86. - id: 10
  87. type: boolean
  88. name: switch
  89. - entity: select
  90. name: Temperature sensor
  91. icon: "mdi:thermometer"
  92. category: config
  93. dps:
  94. - id: 43
  95. type: string
  96. name: option
  97. mapping:
  98. - dps_val: in
  99. value: Internal
  100. - dps_val: out
  101. value: External
  102. - entity: number
  103. name: Maximum temperature
  104. category: config
  105. icon: "mdi:thermometer-chevron-up"
  106. dps:
  107. - id: 19
  108. type: integer
  109. name: value
  110. unit: C
  111. range:
  112. min: 350
  113. max: 950
  114. mapping:
  115. - scale: 10
  116. step: 5
  117. - entity: binary_sensor
  118. class: window
  119. category: diagnostic
  120. dps:
  121. - id: 25
  122. type: string
  123. name: sensor
  124. mapping:
  125. - dps_val: "close"
  126. value: false
  127. - dps_val: "open"
  128. value: true
  129. - entity: number
  130. translation_key: temperature_calibration
  131. category: config
  132. dps:
  133. - id: 27
  134. type: integer
  135. name: value
  136. unit: °
  137. range:
  138. min: -9
  139. max: 9