Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Danfoss Etrv100 window open status fixes #1673

Merged
merged 2 commits into from
Nov 21, 2023

Conversation

thertp
Copy link
Contributor

@thertp thertp commented Nov 20, 2023

Fix support for window open attributes 0x4000 and 0x4003.

The attributes 0x4000 are used to store the window open status.
This regroups the status of the internal mechanism and the external
sensor status.

The current code is reading attribute 0x4003, which is the attribute
used to store the external sensor status. So update it to read the
0x4000 attribute instead.

Signed-off-by: Arnaud Patard <[email protected]>
Add support for writing to attribute 0x4003 in order to set
the window status from an external sensors.

The ThermoOnOff type has been used as it was easier than creating
a new type.

Signed-off-by: Arnaud Patard <[email protected]>
@pipiche38 pipiche38 changed the base branch from stable7 to wip-stable-7.1.6 November 21, 2023 07:41
@pipiche38 pipiche38 merged commit 5d00770 into zigbeefordomoticz:wip-stable-7.1.6 Nov 21, 2023
2 checks passed
@pipiche38
Copy link
Collaborator

Many thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants