moes_temp_humidity.yaml 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254
  1. name: Moes thermostat and hydrostat
  2. products:
  3. - id: dlsdk5zvkuuhufpy
  4. primary_entity:
  5. entity: switch
  6. name: Main switch
  7. category: config
  8. dps:
  9. - id: 1
  10. type: boolean
  11. name: switch
  12. - id: 19
  13. type: bitfield
  14. optional: true
  15. name: fault_code
  16. mapping:
  17. - dps_val: null
  18. value: OK
  19. - dps_val: 0
  20. value: OK
  21. - dps_val: 1
  22. value: Cooling fault
  23. - dps_val: 2
  24. value: Heating fault
  25. - dps_val: 4
  26. value: Temperature diff fault
  27. - id: 24
  28. type: string
  29. name: cycle_time
  30. - id: 106
  31. type: string
  32. name: unknown_106
  33. secondary_entities:
  34. - entity: switch
  35. name: Switch 1
  36. dps:
  37. - id: 2
  38. type: boolean
  39. name: switch
  40. # Auto rules are in an undocumented encoding, so just added as an attribute
  41. - id: 101
  42. type: hex
  43. name: auto_rules
  44. - entity: switch
  45. name: Switch 2
  46. dps:
  47. - id: 3
  48. type: boolean
  49. name: switch
  50. # Auto rules are in an undocumented encoding, so just added as an attribute
  51. - id: 102
  52. type: hex
  53. name: auto_rules
  54. - entity: select
  55. name: Mode
  56. category: config
  57. dps:
  58. - id: 4
  59. type: string
  60. name: option
  61. mapping:
  62. - dps_val: auto
  63. value: Auto
  64. - dps_val: manual
  65. value: Manual
  66. - entity: sensor
  67. name: Current temperature
  68. class: temperature
  69. dps:
  70. - id: 6
  71. type: integer
  72. name: sensor
  73. unit: C
  74. class: measurement
  75. mapping:
  76. - scale: 10
  77. - entity: number
  78. name: Temperature calibration
  79. category: config
  80. dps:
  81. - id: 18
  82. type: integer
  83. name: value
  84. range:
  85. min: -90
  86. max: 90
  87. mapping:
  88. - scale: 10
  89. - entity: sensor
  90. name: Current humidity
  91. class: humidity
  92. dps:
  93. - id: 20
  94. type: integer
  95. name: sensor
  96. unit: "%"
  97. class: measurement
  98. mapping:
  99. - scale: 10
  100. - entity: number
  101. name: Maximum humidity
  102. category: config
  103. class: humidity
  104. dps:
  105. - id: 21
  106. type: integer
  107. name: value
  108. unit: "%"
  109. range:
  110. min: 0
  111. max: 1000
  112. mapping:
  113. - scale: 10
  114. - entity: number
  115. name: Minimum humidity
  116. category: config
  117. class: humidity
  118. dps:
  119. - id: 22
  120. type: integer
  121. name: value
  122. unit: "%"
  123. range:
  124. min: 0
  125. max: 1000
  126. mapping:
  127. - scale: 10
  128. - entity: number
  129. name: Timer 1
  130. category: config
  131. dps:
  132. - id: 103
  133. type: integer
  134. name: value
  135. unit: s
  136. range:
  137. min: 0
  138. max: 86400
  139. - entity: number
  140. name: Timer 2
  141. category: config
  142. dps:
  143. - id: 104
  144. type: integer
  145. name: value
  146. unit: s
  147. range:
  148. min: 0
  149. max: 86400
  150. - entity: select
  151. name: Power on state
  152. category: config
  153. dps:
  154. - id: 105
  155. type: string
  156. name: option
  157. mapping:
  158. - dps_val: "on"
  159. value: "On"
  160. - dps_val: "off"
  161. value: "Off"
  162. - dps_val: memory
  163. value: Last State
  164. - entity: number
  165. name: High temperature switch level
  166. category: config
  167. class: temperature
  168. icon: "mdi:thermometer-chevron-up"
  169. dps:
  170. - id: 7
  171. type: integer
  172. name: value
  173. optional: true
  174. unit: C
  175. range:
  176. min: -500
  177. max: 1100
  178. mapping:
  179. - scale: 10
  180. - entity: switch
  181. name: High temperature switch
  182. category: config
  183. dps:
  184. - id: 8
  185. type: boolean
  186. name: switch
  187. - entity: number
  188. name: High temperature alarm level
  189. category: config
  190. class: temperature
  191. icon: "mdi:thermometer-chevron-up"
  192. dps:
  193. - id: 9
  194. type: integer
  195. name: value
  196. unit: C
  197. range:
  198. min: -500
  199. max: 1100
  200. mapping:
  201. - scale: 10
  202. - entity: number
  203. name: Low temperature switch level
  204. category: config
  205. class: temperature
  206. icon: "mdi:thermometer-chevron-down"
  207. dps:
  208. - id: 10
  209. type: integer
  210. name: value
  211. optional: true
  212. unit: C
  213. range:
  214. min: -500
  215. max: 1100
  216. mapping:
  217. - scale: 10
  218. - entity: switch
  219. name: Low temperature switch
  220. category: config
  221. dps:
  222. - id: 11
  223. type: boolean
  224. name: switch
  225. - entity: number
  226. name: Low temperature alarm level
  227. category: config
  228. class: temperature
  229. icon: "mdi:thermometer-chevron-down"
  230. dps:
  231. - id: 12
  232. type: integer
  233. name: value
  234. unit: C
  235. range:
  236. min: -500
  237. max: 1100
  238. mapping:
  239. - scale: 10
  240. - entity: binary_sensor
  241. name: Fault
  242. class: problem
  243. category: diagnostic
  244. dps:
  245. - id: 19
  246. type: bitfield
  247. name: sensor
  248. optional: true
  249. mapping:
  250. - dps_val: null
  251. value: false
  252. - dps_val: 0
  253. value: false
  254. - value: true