myuet_me82_thermostat.yaml 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209
  1. name: Thermostat
  2. products:
  3. - id: 7ingxzrs0wo9rqsd
  4. manufacturer: Myuet
  5. model: ME82
  6. entities:
  7. - entity: climate
  8. translation_key: thermostat
  9. dps:
  10. - id: 1
  11. type: boolean
  12. name: hvac_mode
  13. mapping:
  14. - dps_val: false
  15. value: "off"
  16. - dps_val: true
  17. value: "heat"
  18. - id: 16
  19. type: integer
  20. name: temperature
  21. mapping:
  22. - scale: 10
  23. step: 5
  24. unit: C
  25. range:
  26. min: 50
  27. max: 700
  28. - id: 19
  29. type: integer
  30. name: max_temperature
  31. optional: true
  32. mapping:
  33. - scale: 10
  34. - id: 26
  35. type: integer
  36. name: min_temperature
  37. optional: true
  38. mapping:
  39. - scale: 10
  40. - id: 24
  41. type: integer
  42. name: current_temperature
  43. mapping:
  44. - scale: 10
  45. - id: 36
  46. type: string
  47. name: hvac_action
  48. mapping:
  49. - dps_val: open
  50. value: heating
  51. - dps_val: close
  52. value: idle
  53. - id: 2
  54. type: string
  55. name: preset_mode
  56. mapping:
  57. - dps_val: auto
  58. value: program
  59. - dps_val: manual
  60. value: manual
  61. - entity: switch
  62. translation_key: anti_frost
  63. category: config
  64. dps:
  65. - id: 103
  66. type: boolean
  67. name: switch
  68. optional: true
  69. mapping:
  70. - dps_val: null
  71. value: false
  72. hidden: true
  73. - entity: number
  74. name: Maximum temperature
  75. class: temperature
  76. category: config
  77. icon: "mdi:thermometer-chevron-up"
  78. dps:
  79. - id: 19
  80. type: integer
  81. name: value
  82. optional: true
  83. unit: C
  84. mapping:
  85. - scale: 10
  86. step: 10
  87. range:
  88. min: 200
  89. max: 700
  90. - entity: number
  91. name: Minimum temperature
  92. class: temperature
  93. category: config
  94. icon: "mdi:thermometer-chevron-down"
  95. dps:
  96. - id: 26
  97. type: integer
  98. name: value
  99. optional: true
  100. unit: C
  101. mapping:
  102. - scale: 10
  103. step: 10
  104. range:
  105. min: 50
  106. max: 200
  107. - entity: number
  108. translation_key: temperature_calibration
  109. category: config
  110. dps:
  111. - id: 27
  112. type: integer
  113. optional: true
  114. name: value
  115. unit: °
  116. range:
  117. min: -9
  118. max: 9
  119. - entity: button
  120. translation_key: factory_reset
  121. category: config
  122. dps:
  123. - id: 39
  124. type: boolean
  125. name: button
  126. optional: true
  127. - entity: lock
  128. translation_key: child_lock
  129. category: config
  130. dps:
  131. - id: 40
  132. type: boolean
  133. name: lock
  134. optional: true
  135. mapping:
  136. - dps_val: null
  137. value: false
  138. hidden: true
  139. - entity: select
  140. name: Temperature sensor
  141. icon: "mdi:home-thermometer"
  142. category: config
  143. dps:
  144. - id: 43
  145. type: string
  146. optional: true
  147. name: option
  148. mapping:
  149. - dps_val: in
  150. value: Internal
  151. - dps_val: out
  152. value: External
  153. - dps_val: both
  154. value: Both
  155. - dps_val: null
  156. value: Internal
  157. hidden: true
  158. - entity: binary_sensor
  159. class: problem
  160. category: diagnostic
  161. dps:
  162. - id: 45
  163. type: bitfield
  164. name: sensor
  165. mapping:
  166. - dps_val: 0
  167. value: false
  168. - value: true
  169. - id: 45
  170. type: bitfield
  171. name: fault_code
  172. - entity: select
  173. name: Program type
  174. icon: "mdi:calendar-week"
  175. category: config
  176. dps:
  177. - id: 104
  178. type: string
  179. optional: true
  180. name: option
  181. mapping:
  182. - dps_val: "off"
  183. value: Disabled
  184. - dps_val: "weekend"
  185. value: Weekend
  186. - dps_val: "single_break"
  187. value: Six working days
  188. - dps_val: "no_day_off"
  189. value: Daily
  190. - entity: light
  191. translation_key: backlight
  192. category: config
  193. dps:
  194. - id: 52
  195. type: string
  196. optional: true
  197. name: brightness
  198. mapping:
  199. - dps_val: "closed"
  200. value: 0
  201. - dps_val: "20_bright"
  202. value: 51
  203. - dps_val: "50_bright"
  204. value: 128
  205. - dps_val: "100_bright"
  206. value: 255
  207. - dps_val: null
  208. value: 0
  209. hidden: true