etop_ch7100_thermostat.yaml 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261
  1. name: ETOP CH7100 thermostat
  2. products:
  3. - id: evklbfoqwp4dygts
  4. primary_entity:
  5. entity: climate
  6. dps:
  7. - id: 1
  8. name: hvac_mode
  9. type: boolean
  10. mapping:
  11. - dps_val: false
  12. value: "off"
  13. - dps_val: true
  14. constraint: preset_mode
  15. conditions:
  16. - dps_val: cold
  17. value: cool
  18. - dps_val: hot
  19. value: heat
  20. - dps_val: aux
  21. value: heat
  22. - dps_val: auto
  23. value: heat_cool
  24. - id: 2
  25. name: preset_mode
  26. type: string
  27. mapping:
  28. - dps_val: cold
  29. value: Cool
  30. - dps_val: hot
  31. value: Heat
  32. - dps_val: aux
  33. value: Auxiliary Heat
  34. - dps_val: auto
  35. value: Auto
  36. - id: 3
  37. name: hvac_action
  38. type: string
  39. mapping:
  40. - dps_val: cooling
  41. constraint: hvac_mode
  42. conditions:
  43. - dps_val: false
  44. value: "off"
  45. - dps_val: true
  46. value: cooling
  47. - dps_val: heating
  48. constraint: hvac_mode
  49. conditions:
  50. - dps_val: false
  51. value: "off"
  52. - dps_val: true
  53. value: heating
  54. - dps_val: idle
  55. constraint: hvac_mode
  56. conditions:
  57. - dps_val: false
  58. value: "off"
  59. - dps_val: true
  60. value: idle
  61. - id: 16
  62. name: thermostat_set_temp
  63. type: integer
  64. mapping:
  65. - constraint: temperature_unit
  66. conditions:
  67. - dps_val: f
  68. value_redirect: thermostat_set_temp_f
  69. - id: 17
  70. name: thermostat_set_temp_f
  71. type: integer
  72. hidden: true
  73. - id: 23
  74. name: temperature_unit
  75. type: string
  76. mapping:
  77. - dps_val: c
  78. value: C
  79. - dps_val: f
  80. value: F
  81. - id: 24
  82. name: current_temperature
  83. type: integer
  84. mapping:
  85. - constraint: temperature_unit
  86. conditions:
  87. - dps_val: f
  88. value_redirect: current_temp_f
  89. - id: 27
  90. name: temperature_calibration
  91. type: integer
  92. optional: true
  93. - id: 28
  94. name: fan_mode
  95. type: string
  96. mapping:
  97. - dps_val: auto
  98. value: auto
  99. - dps_val: "on"
  100. value: "on"
  101. - id: 29
  102. name: current_temp_f
  103. type: integer
  104. hidden: true
  105. - id: 45
  106. name: unknown_45
  107. type: integer
  108. - id: 101
  109. name: unknown_101
  110. type: boolean
  111. - id: 104
  112. name: target_temp_high
  113. type: integer
  114. range:
  115. min: 6
  116. max: 40
  117. mapping:
  118. - constraint: temperature_unit
  119. conditions:
  120. - dps_val: f
  121. value_redirect: temp_high_f
  122. range:
  123. min: 33
  124. max: 104
  125. - id: 106
  126. name: temp_high_f
  127. type: integer
  128. range:
  129. min: 33
  130. max: 104
  131. hidden: true
  132. - id: 105
  133. name: target_temp_low
  134. type: integer
  135. range:
  136. min: 5
  137. max: 39
  138. mapping:
  139. - constraint: temperature_unit
  140. conditions:
  141. - dps_val: f
  142. value_redirect: temp_low_f
  143. range:
  144. min: 32
  145. max: 103
  146. - id: 107
  147. name: temp_low_f
  148. type: integer
  149. range:
  150. min: 32
  151. max: 103
  152. hidden: true
  153. secondary_entities:
  154. - entity: select
  155. name: Temperature unit
  156. category: config
  157. dps:
  158. - id: 23
  159. type: string
  160. name: option
  161. mapping:
  162. - dps_val: c
  163. value: Celsius
  164. icon: "mdi:temperature-celsius"
  165. - dps_val: f
  166. value: Fahrenheit
  167. icon: "mdi:temperature-fahrenheit"
  168. - entity: sensor
  169. class: humidity
  170. dps:
  171. - id: 34
  172. type: integer
  173. name: sensor
  174. unit: "%"
  175. class: measurement
  176. - entity: lock
  177. name: Child lock
  178. icon: "mdi:hand-back-right-off"
  179. category: config
  180. dps:
  181. - id: 40
  182. type: boolean
  183. name: lock
  184. - entity: switch
  185. name: Schedule
  186. icon: "mdi:calendar-clock"
  187. category: config
  188. dps:
  189. - id: 102
  190. type: boolean
  191. name: switch
  192. - entity: number
  193. name: Temporary hold time
  194. icon: "mdi:timer"
  195. category: config
  196. dps:
  197. - id: 103
  198. type: integer
  199. name: value
  200. unit: min
  201. range:
  202. min: 0
  203. max: 1440
  204. - entity: climate
  205. name: Temporary hold
  206. category: config
  207. dps:
  208. - id: 1
  209. name: power
  210. type: boolean
  211. hidden: true
  212. - id: 103
  213. name: hvac_mode
  214. type: integer
  215. mapping:
  216. - dps_val: 0
  217. value: "off"
  218. - constraint: power
  219. conditions:
  220. - dps_val: true
  221. value: heat_cool
  222. - dps_val: false
  223. value: "off"
  224. - id: 111
  225. name: temperature
  226. type: integer
  227. range:
  228. min: 5
  229. max: 40
  230. mapping:
  231. - constraint: temperature_unit
  232. conditions:
  233. - dps_val: f
  234. value_redirect: temp_f
  235. - id: 112
  236. name: temp_f
  237. type: integer
  238. range:
  239. min: 32
  240. max: 104
  241. hidden: true
  242. - id: 23
  243. name: temperature_unit
  244. type: string
  245. mapping:
  246. - dps_val: c
  247. value: C
  248. - dps_val: f
  249. value: F
  250. - id: 24
  251. name: current_temperature
  252. type: integer
  253. mapping:
  254. - constraint: temperature_unit
  255. conditions:
  256. - dps_val: f
  257. value_redirect: current_temp_f
  258. - id: 29
  259. name: current_temp_f
  260. type: integer
  261. hidden: true