beca_zht002_thermostat_c.yaml 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. name: Thermostat
  2. products:
  3. - id: aoclfnxz
  4. name: MOES Zigbee Thermostat
  5. primary_entity:
  6. entity: climate
  7. icon: "mdi:thermostat"
  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. value: "heat"
  17. - id: 16
  18. name: temperature
  19. type: integer
  20. unit: C
  21. range:
  22. min: 1
  23. max: 45
  24. - id: 24
  25. name: current_temperature
  26. type: integer
  27. mapping:
  28. - scale: 10
  29. - id: 36
  30. name: hvac_action
  31. type: string
  32. mapping:
  33. - dps_val: open
  34. value: heating
  35. - dps_val: close
  36. value: idle
  37. secondary_entities:
  38. - entity: lock
  39. name: Child lock
  40. icon: "mdi:hand-back-right-off"
  41. category: config
  42. dps:
  43. - id: 40
  44. type: boolean
  45. name: lock
  46. - entity: select
  47. name: Sensor selection
  48. icon: "mdi:thermometer-check"
  49. category: config
  50. dps:
  51. - id: 43
  52. name: option
  53. type: string
  54. mapping:
  55. - dps_val: in
  56. value: internal
  57. - dps_val: ou
  58. value: external
  59. - dps_val: al
  60. value: both
  61. - entity: number
  62. name: Temperature correction
  63. icon: "mdi:thermometer-plus"
  64. category: config
  65. dps:
  66. - id: 27
  67. name: value
  68. type: integer
  69. range:
  70. min: -9
  71. max: 9
  72. - entity: number
  73. name: DeadZone temp
  74. icon: "mdi:thermometer-alert"
  75. category: config
  76. dps:
  77. - id: 26
  78. name: value
  79. type: integer
  80. range:
  81. min: 1
  82. max: 5
  83. - entity: number
  84. name: High limit temperature ceiling
  85. category: config
  86. dps:
  87. - id: 19
  88. name: value
  89. type: integer
  90. icon: "mdi:thermometer-alert"
  91. range:
  92. min: 45
  93. max: 70