etop_ch7100_thermostat.yaml 5.2 KB

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