etop_ch7100_thermostat.yaml 5.6 KB

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