beca_bht006_thermostat_c.yaml 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169
  1. name: Thermostat
  2. products:
  3. - id: 7jzdtn4pwujmtskd
  4. name: Beca BAC-006 fancoil
  5. primary_entity:
  6. entity: climate
  7. dps:
  8. - id: 1
  9. type: boolean
  10. name: hvac_mode
  11. mapping:
  12. - dps_val: false
  13. value: "off"
  14. - dps_val: true
  15. constraint: mode
  16. conditions:
  17. - dps_val: "cold"
  18. value: cool
  19. - dps_val: "hot"
  20. value: heat
  21. - dps_val: "wind"
  22. value: fan_only
  23. - id: 2
  24. type: string
  25. name: mode
  26. optional: true
  27. hidden: true
  28. - id: 4
  29. type: boolean
  30. name: preset_mode
  31. mapping:
  32. - dps_val: true
  33. value: "eco"
  34. - dps_val: false
  35. value: "none"
  36. - id: 16
  37. type: integer
  38. name: temperature
  39. unit: C
  40. range:
  41. min: 50
  42. max: 350
  43. mapping:
  44. - scale: 10
  45. step: 5
  46. - id: 19
  47. type: integer
  48. name: max_temperature
  49. mapping:
  50. - scale: 10
  51. - id: 26
  52. type: integer
  53. name: min_temperature
  54. mapping:
  55. - scale: 10
  56. - id: 24
  57. type: integer
  58. name: current_temperature
  59. mapping:
  60. - scale: 10
  61. - id: 36
  62. type: string
  63. name: hvac_action
  64. readonly: true
  65. mapping:
  66. - dps_val: close
  67. constraint: hvac_mode
  68. conditions:
  69. - dps_val: false
  70. value: "off"
  71. - dps_val: true
  72. value: idle
  73. - dps_val: open
  74. constraint: mode
  75. conditions:
  76. - dps_val: hot
  77. value: heating
  78. - dps_val: cold
  79. value: cooling
  80. - dps_val: wind
  81. value: fan
  82. - id: 28
  83. type: string
  84. name: fan_mode
  85. mapping:
  86. - dps_val: auto
  87. value: auto
  88. - dps_val: low
  89. value: low
  90. - dps_val: middle
  91. value: medium
  92. - dps_val: high
  93. value: high
  94. secondary_entities:
  95. - entity: lock
  96. translation_key: child_lock
  97. category: config
  98. dps:
  99. - id: 40
  100. type: boolean
  101. name: lock
  102. - entity: number
  103. name: Temperature calibration
  104. icon: "mdi:thermometer-check"
  105. category: config
  106. dps:
  107. - id: 27
  108. name: value
  109. type: integer
  110. range:
  111. min: -9
  112. max: 9
  113. - entity: number
  114. name: Temperature hysteresis
  115. icon: "mdi:thermometer-plus"
  116. category: config
  117. dps:
  118. - id: 103
  119. type: integer
  120. name: value
  121. range:
  122. min: 1
  123. max: 5
  124. - entity: number
  125. name: ECO cool temperature
  126. category: config
  127. class: temperature
  128. icon: "mdi:thermometer-chevron-down"
  129. dps:
  130. - id: 104
  131. type: integer
  132. name: value
  133. range:
  134. min: 100
  135. max: 300
  136. mapping:
  137. - scale: 10
  138. step: 10
  139. - entity: number
  140. name: ECO heat temperature
  141. category: config
  142. class: temperature
  143. icon: "mdi:thermometer-chevron-up"
  144. dps:
  145. - id: 105
  146. type: integer
  147. name: value
  148. range:
  149. min: 100
  150. max: 300
  151. mapping:
  152. - scale: 10
  153. step: 10
  154. - entity: binary_sensor
  155. name: Schedule/Manual
  156. icon: "mdi:home-clock-outline"
  157. category: diagnostic
  158. dps:
  159. - id: 101
  160. type: boolean
  161. name: sensor
  162. - entity: binary_sensor
  163. name: Fan control
  164. icon: "mdi:fan"
  165. category: diagnostic
  166. dps:
  167. - id: 102
  168. type: boolean
  169. name: sensor