polytherm_polyalpha_thermostat.yaml 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. name: Thermostat
  2. products:
  3. - id: k2vv9hr0yumh0vo8
  4. manufacturer: Polytherm
  5. model: Polyalpha
  6. entities:
  7. - entity: climate
  8. translation_key: thermostat
  9. dps:
  10. - id: 1
  11. name: hvac_mode
  12. type: boolean
  13. mapping:
  14. - dps_val: false
  15. value: "off"
  16. - dps_val: true
  17. constraint: cool_heat
  18. conditions:
  19. - dps_val: false
  20. value: cool
  21. - dps_val: true
  22. value: heat
  23. - id: 104
  24. name: cool_heat
  25. type: boolean
  26. hidden: true
  27. - id: 2
  28. name: preset_mode
  29. type: string
  30. mapping:
  31. - dps_val: manual
  32. value: manual
  33. - dps_val: auto
  34. value: program
  35. - id: 16
  36. type: integer
  37. name: temperature
  38. unit: C
  39. range:
  40. min: 50
  41. max: 350
  42. mapping:
  43. - step: 5
  44. scale: 10
  45. - id: 24
  46. type: integer
  47. name: current_temperature
  48. mapping:
  49. - scale: 10
  50. - id: 36
  51. name: hvac_action
  52. type: string
  53. mapping:
  54. - dps_val: open
  55. constraint: cool_heat
  56. conditions:
  57. - dps_val: false
  58. value: cooling
  59. - dps_val: true
  60. value: heating
  61. - dps_val: close
  62. value: idle
  63. - entity: humidifier
  64. name: Humidity override
  65. hidden: unavailable
  66. dps:
  67. - id: 107
  68. type: integer
  69. optional: true
  70. name: available
  71. mapping:
  72. - dps_val: null
  73. value: false
  74. - value: true
  75. - id: 106
  76. type: integer
  77. optional: true
  78. name: humidity
  79. range:
  80. min: 50
  81. max: 80
  82. - id: 107
  83. type: integer
  84. optional: true
  85. name: current_humidity
  86. - entity: lock
  87. translation_key: child_lock
  88. category: config
  89. dps:
  90. - id: 40
  91. type: boolean
  92. name: lock
  93. - entity: light
  94. translation_key: backlight
  95. category: config
  96. dps:
  97. - id: 105
  98. name: brightness
  99. type: integer
  100. optional: true
  101. range:
  102. min: 0
  103. max: 255
  104. - entity: sensor
  105. name: Floor temperature
  106. class: temperature
  107. hidden: unavailable
  108. dps:
  109. - id: 103
  110. type: integer
  111. optional: true
  112. name: sensor
  113. unit: C
  114. class: measurement
  115. mapping:
  116. - scale: 10
  117. - id: 103
  118. type: integer
  119. optional: true
  120. name: available
  121. mapping:
  122. - dps_val: null
  123. value: false
  124. - value: true