etop_ch7100_thermostat.yaml 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322
  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: temperature
  113. type: integer
  114. range:
  115. min: 5
  116. max: 40
  117. mapping:
  118. - constraint: temperature_unit
  119. conditions:
  120. - dps_val: f
  121. value_redirect: temp_f
  122. range:
  123. min: 32
  124. max: 104
  125. - id: 106
  126. name: temp_f
  127. type: integer
  128. range:
  129. min: 32
  130. max: 104
  131. hidden: true
  132. secondary_entities:
  133. - entity: select
  134. name: Temperature unit
  135. category: config
  136. dps:
  137. - id: 23
  138. type: string
  139. name: option
  140. mapping:
  141. - dps_val: c
  142. value: Celsius
  143. icon: "mdi:temperature-celsius"
  144. - dps_val: f
  145. value: Fahrenheit
  146. icon: "mdi:temperature-fahrenheit"
  147. - entity: sensor
  148. name: Current humidity
  149. class: humidity
  150. dps:
  151. - id: 34
  152. type: integer
  153. name: sensor
  154. unit: "%"
  155. class: measurement
  156. - entity: lock
  157. name: Child lock
  158. icon: "mdi:hand-back-right-off"
  159. category: config
  160. dps:
  161. - id: 40
  162. type: boolean
  163. name: lock
  164. - entity: switch
  165. name: Schedule
  166. icon: "mdi:calendar-clock"
  167. category: config
  168. dps:
  169. - id: 102
  170. type: boolean
  171. name: switch
  172. - entity: number
  173. name: Temporary hold time
  174. icon: "mdi:timer"
  175. category: config
  176. dps:
  177. - id: 103
  178. type: integer
  179. name: value
  180. unit: min
  181. range:
  182. min: 0
  183. max: 1440
  184. - entity: climate
  185. name: Temporary hold
  186. category: config
  187. dps:
  188. - id: 1
  189. name: power
  190. type: boolean
  191. hidden: true
  192. - id: 103
  193. name: hvac_mode
  194. type: integer
  195. mapping:
  196. - dps_val: 0
  197. value: "off"
  198. - constraint: power
  199. conditions:
  200. - dps_val: true
  201. value: heat_cool
  202. - dps_val: false
  203. value: "off"
  204. - id: 111
  205. name: temperature
  206. type: integer
  207. range:
  208. min: 5
  209. max: 40
  210. mapping:
  211. - constraint: temperature_unit
  212. conditions:
  213. - dps_val: f
  214. value_redirect: temp_f
  215. - id: 112
  216. name: temp_f
  217. type: integer
  218. range:
  219. min: 32
  220. max: 104
  221. hidden: true
  222. - id: 23
  223. name: temperature_unit
  224. type: string
  225. mapping:
  226. - dps_val: c
  227. value: C
  228. - dps_val: f
  229. value: F
  230. - id: 24
  231. name: current_temperature
  232. type: integer
  233. mapping:
  234. - constraint: temperature_unit
  235. conditions:
  236. - dps_val: f
  237. value_redirect: current_temp_f
  238. - id: 29
  239. name: current_temp_f
  240. type: integer
  241. hidden: true
  242. - entity: climate
  243. name: Auto range
  244. category: config
  245. dps:
  246. - id: 1
  247. name: power
  248. type: boolean
  249. hidden: true
  250. - id: 2
  251. name: hvac_mode
  252. type: string
  253. mapping:
  254. - dps_val: auto
  255. constraint: power
  256. conditions:
  257. - dps_val: false
  258. value: "off"
  259. - dps_val: true
  260. value: heat_cool
  261. - id: 104
  262. name: target_temp_high
  263. type: integer
  264. range:
  265. min: 6
  266. max: 40
  267. mapping:
  268. - constraint: temperature_unit
  269. conditions:
  270. - dps_val: f
  271. value_redirect: temp_high_f
  272. range:
  273. min: 33
  274. max: 104
  275. - id: 106
  276. name: temp_high_f
  277. type: integer
  278. range:
  279. min: 33
  280. max: 104
  281. hidden: true
  282. - id: 105
  283. name: target_temp_low
  284. type: integer
  285. range:
  286. min: 5
  287. max: 39
  288. mapping:
  289. - constraint: temperature_unit
  290. conditions:
  291. - dps_val: f
  292. value_redirect: temp_low_f
  293. range:
  294. min: 32
  295. max: 103
  296. - id: 107
  297. name: temp_low_f
  298. type: integer
  299. range:
  300. min: 32
  301. max: 103
  302. hidden: true
  303. - id: 23
  304. name: temperature_unit
  305. type: string
  306. mapping:
  307. - dps_val: c
  308. value: C
  309. - dps_val: f
  310. value: F
  311. - id: 24
  312. name: current_temperature
  313. type: integer
  314. mapping:
  315. - constraint: temperature_unit
  316. conditions:
  317. - dps_val: f
  318. value_redirect: current_temp_f
  319. - id: 29
  320. name: current_temp_f
  321. type: integer
  322. hidden: true