etop_ch7100_thermostat.yaml 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262
  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. name: Current humidity
  170. class: humidity
  171. dps:
  172. - id: 34
  173. type: integer
  174. name: sensor
  175. unit: "%"
  176. class: measurement
  177. - entity: lock
  178. name: Child lock
  179. icon: "mdi:hand-back-right-off"
  180. category: config
  181. dps:
  182. - id: 40
  183. type: boolean
  184. name: lock
  185. - entity: switch
  186. name: Schedule
  187. icon: "mdi:calendar-clock"
  188. category: config
  189. dps:
  190. - id: 102
  191. type: boolean
  192. name: switch
  193. - entity: number
  194. name: Temporary hold time
  195. icon: "mdi:timer"
  196. category: config
  197. dps:
  198. - id: 103
  199. type: integer
  200. name: value
  201. unit: min
  202. range:
  203. min: 0
  204. max: 1440
  205. - entity: climate
  206. name: Temporary hold
  207. category: config
  208. dps:
  209. - id: 1
  210. name: power
  211. type: boolean
  212. hidden: true
  213. - id: 103
  214. name: hvac_mode
  215. type: integer
  216. mapping:
  217. - dps_val: 0
  218. value: "off"
  219. - constraint: power
  220. conditions:
  221. - dps_val: true
  222. value: heat_cool
  223. - dps_val: false
  224. value: "off"
  225. - id: 111
  226. name: temperature
  227. type: integer
  228. range:
  229. min: 5
  230. max: 40
  231. mapping:
  232. - constraint: temperature_unit
  233. conditions:
  234. - dps_val: f
  235. value_redirect: temp_f
  236. - id: 112
  237. name: temp_f
  238. type: integer
  239. range:
  240. min: 32
  241. max: 104
  242. hidden: true
  243. - id: 23
  244. name: temperature_unit
  245. type: string
  246. mapping:
  247. - dps_val: c
  248. value: C
  249. - dps_val: f
  250. value: F
  251. - id: 24
  252. name: current_temperature
  253. type: integer
  254. mapping:
  255. - constraint: temperature_unit
  256. conditions:
  257. - dps_val: f
  258. value_redirect: current_temp_f
  259. - id: 29
  260. name: current_temp_f
  261. type: integer
  262. hidden: true