beok_tgm50_thermostat.yaml 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221
  1. name: Thermostat
  2. products:
  3. - id: m3j5wouhgsvjlma9
  4. name: Beok TGM50-WIFI-WP
  5. primary_entity:
  6. entity: climate
  7. translation_only_key: thermostat
  8. dps:
  9. - id: 1
  10. name: hvac_mode
  11. type: boolean
  12. mapping:
  13. - dps_val: true
  14. constraint: preset_mode
  15. conditions:
  16. - dps_val: auto
  17. value: auto
  18. - dps_val: temporary
  19. value: auto
  20. hidden: true
  21. - dps_val: home
  22. value: heat
  23. - dps_val: leave
  24. value: heat
  25. hidden: true
  26. - dps_val: false
  27. value: "off"
  28. - id: 2
  29. name: temperature
  30. type: integer
  31. range:
  32. min: 50
  33. max: 300
  34. mapping:
  35. - scale: 10
  36. step: 5
  37. - id: 3
  38. type: integer
  39. name: current_temperature
  40. mapping:
  41. - scale: 10
  42. - id: 4
  43. type: string
  44. name: preset_mode
  45. mapping:
  46. - dps_val: leave
  47. value: away
  48. - dps_val: home
  49. value: manual
  50. - dps_val: auto
  51. value: program
  52. - dps_val: temporary
  53. value: temp_override
  54. - id: 5
  55. type: string
  56. name: hvac_action
  57. mapping:
  58. - dps_val: "0"
  59. constraint: hvac_mode
  60. conditions:
  61. - dps_val: true
  62. value: idle
  63. - dps_val: false
  64. value: "off"
  65. - dps_val: "1"
  66. value: heating
  67. - id: 11
  68. name: fault_code
  69. type: bitfield
  70. - id: 15
  71. name: max_temperature
  72. type: integer
  73. secondary_entities:
  74. - entity: lock
  75. translation_key: child_lock
  76. category: config
  77. dps:
  78. - id: 9
  79. type: boolean
  80. name: lock
  81. - entity: binary_sensor
  82. category: diagnostic
  83. class: problem
  84. dps:
  85. - id: 11
  86. type: bitfield
  87. name: sensor
  88. mapping:
  89. - dps_val: 0
  90. value: false
  91. - value: true
  92. - entity: number
  93. name: Temperature hysteresis
  94. category: config
  95. icon: "mdi:thermometer-plus"
  96. dps:
  97. - id: 101
  98. type: integer
  99. name: value
  100. unit: °
  101. range:
  102. min: 5
  103. max: 95
  104. mapping:
  105. - scale: 10
  106. - entity: number
  107. name: Maximum temperature
  108. category: config
  109. class: temperature
  110. icon: "mdi:thermometer-chevron-up"
  111. dps:
  112. - id: 15
  113. type: integer
  114. name: value
  115. unit: C
  116. range:
  117. min: 15
  118. max: 95
  119. - entity: number
  120. name: Calibration offset
  121. category: config
  122. icon: "mdi:arrow-collapse-up"
  123. dps:
  124. - id: 19
  125. type: integer
  126. name: value
  127. unit: °
  128. range:
  129. min: -90
  130. max: 90
  131. mapping:
  132. - scale: 10
  133. - entity: number
  134. name: External temperature limit
  135. category: config
  136. class: temperature
  137. icon: "mdi:arrow-collapse-up"
  138. dps:
  139. - id: 102
  140. type: integer
  141. name: value
  142. unit: C
  143. range:
  144. min: 5
  145. max: 60
  146. - entity: switch
  147. translation_key: anti_frost
  148. category: config
  149. dps:
  150. - id: 103
  151. type: boolean
  152. name: switch
  153. - entity: button
  154. name: Factory reset
  155. class: restart
  156. dps:
  157. - id: 104
  158. name: button
  159. type: boolean
  160. - entity: light
  161. translation_key: backlight
  162. category: config
  163. dps:
  164. - id: 106
  165. type: string
  166. name: brightness
  167. mapping:
  168. - dps_val: "0"
  169. value: 0
  170. - dps_val: "1"
  171. value: 100
  172. - dps_val: "2"
  173. value: 180
  174. - dps_val: "3"
  175. value: 255
  176. - entity: select
  177. name: Schedule
  178. category: config
  179. icon: "mdi:calendar-clock"
  180. dps:
  181. - id: 107
  182. type: string
  183. name: option
  184. mapping:
  185. - dps_val: "1"
  186. value: "Weekday+Weekend"
  187. - dps_val: "2"
  188. value: "Mon-Sat+Sun"
  189. - dps_val: "3"
  190. value: "Daily"
  191. - entity: switch
  192. name: Invert output
  193. category: config
  194. icon: "mdi:swap-horizontal"
  195. dps:
  196. - id: 108
  197. type: boolean
  198. name: switch
  199. - entity: select
  200. name: Sensor selection
  201. category: config
  202. icon: "mdi:home-thermometer"
  203. dps:
  204. - id: 110
  205. type: string
  206. name: option
  207. mapping:
  208. - dps_val: "1"
  209. value: Internal
  210. - dps_val: "2"
  211. value: External
  212. - dps_val: "3"
  213. value: Both
  214. - entity: switch
  215. name: Sound
  216. category: config
  217. icon: "mdi:music-note"
  218. dps:
  219. - id: 109
  220. type: boolean
  221. name: switch