beok_tr8b_thermostat.yaml 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248
  1. name: Beok TR8B thermostat
  2. entities:
  3. - entity: climate
  4. translation_only_key: combo_floor
  5. dps:
  6. - id: 1
  7. type: boolean
  8. name: hvac_mode
  9. mapping:
  10. - dps_val: false
  11. value: "off"
  12. - dps_val: true
  13. constraint: preset_mode
  14. conditions:
  15. - dps_val: cool
  16. value: cool
  17. - dps_val: ventil
  18. value: fan_only
  19. - dps_val: heat
  20. value: heat
  21. - dps_val: floor
  22. value: cool
  23. - dps_val: floor_heat
  24. value: heat
  25. - id: 2
  26. type: string
  27. name: preset_mode
  28. mapping:
  29. - dps_val: cool
  30. value: cool
  31. - dps_val: ventil
  32. value: fan_only
  33. - dps_val: heat
  34. value: heat
  35. - dps_val: floor
  36. value: floor_cool
  37. - dps_val: floor_heat
  38. value: floor_heat
  39. - id: 16
  40. type: integer
  41. name: temperature
  42. range:
  43. min: 50
  44. max: 2000
  45. mapping:
  46. - scale: 10
  47. step: 5
  48. constraint: temperature_unit
  49. conditions:
  50. - dps_val: f
  51. step: 10
  52. - id: 19
  53. type: integer
  54. name: max_temperature
  55. mapping:
  56. - scale: 10
  57. - id: 23
  58. type: string
  59. name: temperature_unit
  60. mapping:
  61. - dps_val: c
  62. value: C
  63. - dps_val: f
  64. value: F
  65. - id: 24
  66. type: integer
  67. name: current_temperature
  68. mapping:
  69. - scale: 10
  70. - id: 26
  71. type: integer
  72. name: min_temperature
  73. mapping:
  74. - scale: 10
  75. - id: 28
  76. type: string
  77. name: fan_mode
  78. mapping:
  79. - dps_val: auto
  80. value: auto
  81. - dps_val: low
  82. value: low
  83. - dps_val: middle
  84. value: medium
  85. - dps_val: high
  86. value: high
  87. - id: 36
  88. type: string
  89. name: hvac_action
  90. mapping:
  91. - dps_val: open
  92. value: idle
  93. constraint: preset_mode
  94. conditions:
  95. - dps_val: [cool, floor]
  96. value: cooling
  97. - dps_val: [heat, floor_heat]
  98. value: heating
  99. - dps_val: close
  100. value: idle
  101. - id: 101
  102. type: bitfield
  103. name: features
  104. - id: 102
  105. type: integer
  106. name: temperature_step
  107. mapping:
  108. - scale: 10
  109. - id: 104
  110. type: bitfield
  111. name: valid_modes
  112. - id: 105
  113. type: string
  114. name: model
  115. - id: 106
  116. type: string
  117. name: light_mode
  118. - entity: switch
  119. translation_key: anti_frost
  120. category: config
  121. dps:
  122. - id: 10
  123. type: boolean
  124. name: switch
  125. - entity: select
  126. translation_key: temperature_unit
  127. category: config
  128. dps:
  129. - id: 23
  130. type: string
  131. name: option
  132. mapping:
  133. - dps_val: c
  134. value: celsius
  135. - dps_val: f
  136. value: fahrenheit
  137. - entity: number
  138. name: Maximum temperature
  139. category: config
  140. icon: "mdi:thermometer-chevron-up"
  141. dps:
  142. - id: 19
  143. type: integer
  144. name: value
  145. range:
  146. min: 50
  147. max: 2000
  148. mapping:
  149. - scale: 10
  150. step: 10
  151. - id: 23
  152. type: string
  153. name: unit
  154. mapping:
  155. - dps_val: c
  156. value: C
  157. - dps_val: f
  158. value: F
  159. - entity: number
  160. name: Minimum temperature
  161. category: config
  162. icon: "mdi:thermometer-chevron-down"
  163. dps:
  164. - id: 26
  165. type: integer
  166. name: value
  167. range:
  168. min: 50
  169. max: 2000
  170. mapping:
  171. - scale: 10
  172. step: 10
  173. - id: 23
  174. type: string
  175. name: unit
  176. mapping:
  177. - dps_val: c
  178. value: C
  179. - dps_val: f
  180. value: F
  181. - entity: select
  182. name: Schedule
  183. icon: "mdi:calendar-clock"
  184. category: config
  185. dps:
  186. - id: 31
  187. type: string
  188. name: option
  189. mapping:
  190. - dps_val: "5_2"
  191. value: Weekdays+weekend
  192. - dps_val: "6_1"
  193. value: Mon-Sat+Sun
  194. - dps_val: "7"
  195. value: Daily
  196. - id: 30
  197. type: string
  198. name: week_program
  199. - id: 103
  200. type: string
  201. name: schedule
  202. - entity: lock
  203. translation_key: child_lock
  204. category: config
  205. dps:
  206. - id: 40
  207. type: boolean
  208. name: lock
  209. - entity: binary_sensor
  210. class: problem
  211. category: diagnostic
  212. dps:
  213. - id: 45
  214. type: bitfield
  215. name: sensor
  216. mapping:
  217. - dps_val: 0
  218. value: false
  219. - value: true
  220. - id: 45
  221. type: bitfield
  222. name: fault_code
  223. - entity: sensor
  224. class: battery
  225. dps:
  226. - id: 107
  227. type: integer
  228. name: sensor
  229. unit: "%"
  230. class: measurement
  231. - entity: number
  232. name: Temperature calibration
  233. category: config
  234. icon: "mdi:thermometer-check"
  235. dps:
  236. - id: 109
  237. type: integer
  238. name: value
  239. range:
  240. min: -99
  241. max: 99
  242. mapping:
  243. - scale: 10
  244. - id: 108
  245. type: integer
  246. name: step
  247. mapping:
  248. - scale: 10