moes_temp_humidity.yaml 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252
  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 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 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. class: temperature
  68. dps:
  69. - id: 6
  70. type: integer
  71. name: sensor
  72. unit: C
  73. class: measurement
  74. mapping:
  75. - scale: 10
  76. - entity: number
  77. name: Temperature calibration
  78. category: config
  79. dps:
  80. - id: 18
  81. type: integer
  82. name: value
  83. range:
  84. min: -90
  85. max: 90
  86. mapping:
  87. - scale: 10
  88. - entity: sensor
  89. class: humidity
  90. dps:
  91. - id: 20
  92. type: integer
  93. name: sensor
  94. unit: "%"
  95. class: measurement
  96. mapping:
  97. - scale: 10
  98. - entity: number
  99. name: Maximum humidity
  100. category: config
  101. class: humidity
  102. dps:
  103. - id: 21
  104. type: integer
  105. name: value
  106. unit: "%"
  107. range:
  108. min: 0
  109. max: 1000
  110. mapping:
  111. - scale: 10
  112. - entity: number
  113. name: Minimum humidity
  114. category: config
  115. class: humidity
  116. dps:
  117. - id: 22
  118. type: integer
  119. name: value
  120. unit: "%"
  121. range:
  122. min: 0
  123. max: 1000
  124. mapping:
  125. - scale: 10
  126. - entity: number
  127. name: Timer 1
  128. category: config
  129. dps:
  130. - id: 103
  131. type: integer
  132. name: value
  133. unit: s
  134. range:
  135. min: 0
  136. max: 86400
  137. - entity: number
  138. name: Timer 2
  139. category: config
  140. dps:
  141. - id: 104
  142. type: integer
  143. name: value
  144. unit: s
  145. range:
  146. min: 0
  147. max: 86400
  148. - entity: select
  149. name: Power on state
  150. category: config
  151. dps:
  152. - id: 105
  153. type: string
  154. name: option
  155. mapping:
  156. - dps_val: "on"
  157. value: "On"
  158. - dps_val: "off"
  159. value: "Off"
  160. - dps_val: memory
  161. value: Last State
  162. - entity: number
  163. name: High temperature switch level
  164. category: config
  165. class: temperature
  166. icon: "mdi:thermometer-chevron-up"
  167. dps:
  168. - id: 7
  169. type: integer
  170. name: value
  171. optional: true
  172. unit: C
  173. range:
  174. min: -500
  175. max: 1100
  176. mapping:
  177. - scale: 10
  178. - entity: switch
  179. name: High temperature switch
  180. category: config
  181. dps:
  182. - id: 8
  183. type: boolean
  184. name: switch
  185. - entity: number
  186. name: High temperature alarm level
  187. category: config
  188. class: temperature
  189. icon: "mdi:thermometer-chevron-up"
  190. dps:
  191. - id: 9
  192. type: integer
  193. name: value
  194. unit: C
  195. range:
  196. min: -500
  197. max: 1100
  198. mapping:
  199. - scale: 10
  200. - entity: number
  201. name: Low temperature switch level
  202. category: config
  203. class: temperature
  204. icon: "mdi:thermometer-chevron-down"
  205. dps:
  206. - id: 10
  207. type: integer
  208. name: value
  209. optional: true
  210. unit: C
  211. range:
  212. min: -500
  213. max: 1100
  214. mapping:
  215. - scale: 10
  216. - entity: switch
  217. name: Low temperature switch
  218. category: config
  219. dps:
  220. - id: 11
  221. type: boolean
  222. name: switch
  223. - entity: number
  224. name: Low temperature alarm level
  225. category: config
  226. class: temperature
  227. icon: "mdi:thermometer-chevron-down"
  228. dps:
  229. - id: 12
  230. type: integer
  231. name: value
  232. unit: C
  233. range:
  234. min: -500
  235. max: 1100
  236. mapping:
  237. - scale: 10
  238. - entity: binary_sensor
  239. name: Fault
  240. class: problem
  241. category: diagnostic
  242. dps:
  243. - id: 19
  244. type: bitfield
  245. name: sensor
  246. optional: true
  247. mapping:
  248. - dps_val: null
  249. value: false
  250. - dps_val: 0
  251. value: false
  252. - value: true