Based on the model list, only 2 of 5 models support heating Based on user feedback, model "5" does not support "Eco". Issue #3729
@@ -20,12 +20,14 @@ entities:
dps_val: "0"
- value: heat
dps_val: "1"
+ available: support_heat
- value: dry
dps_val: "2"
- value: fan_only
dps_val: "3"
- value: heat_cool
dps_val: "4" # Listed as ECO
+ available: support_eco
- id: 2
type: integer
name: temperature
@@ -107,6 +109,23 @@ entities:
value: NPE cooling
- dps_val: "5"
value: NPE heating and cooling
+ - id: 103
+ type: string
+ name: support_heat
+ mapping:
+ - dps_val: "3"
+ value: true
+ - dps_val: "5"
+ - value: false
+ name: support_eco
+ value: false
+ # only the spec for model 5 is known for sure
+ - value: true
- entity: binary_sensor
class: problem
category: diagnostic