Issue #1621 Contrary to the comment on #1424, it seems dp 104 is not regularly sent, sso it is not suitable to use for hvac_action and need to be optional along with dp 23 as highlighted in #1621.
@@ -35,19 +35,6 @@ primary_entity:
value: "away"
- dps_val: false
value: "home"
- - id: 104
- type: integer
- name: hvac_action
- mapping:
- - constraint: hvac_mode
- conditions:
- - dps_val: false
- value: "off"
- - dps_val: true
- - dps_val: 0
- value: idle
- - value: heating
secondary_entities:
- entity: switch
name: Window check
@@ -73,6 +60,7 @@ secondary_entities:
- id: 23
type: string
name: option
+ optional: true
mapping:
- dps_val: "c"
value: Celsius
@@ -136,5 +124,6 @@ secondary_entities:
dps:
- id: 104
type: integer
name: sensor
unit: "%"