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

Prepare 7.1.006 ( December release) #1670

Merged
merged 81 commits into from
Dec 16, 2023
Merged

Prepare 7.1.006 ( December release) #1670

merged 81 commits into from
Dec 16, 2023

Conversation

pipiche38
Copy link
Collaborator

No description provided.

@pipiche38 pipiche38 self-assigned this Nov 18, 2023
pipiche38 and others added 28 commits November 19, 2023 21:07
Bought recently this plug with power consumption support from LIDL.
Add missing identifier to get it properly reporting power usage.

Signed-off-by: Arnaud Patard <[email protected]>
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]>
Dont use str(int(MsgCmd, 16)) as MsgCmd will be converted from
"01" to "1" for instance.

Signed-off-by: Arnaud Patard <[email protected]>
The loop is using range(24, len(MsgData), 4) to generate iterator
value instead of relying the current index value.

Signed-off-by: Arnaud Patard <[email protected]>
Danfoss Etrv100 window open status fixes
Modules/pluginModels.py: Add LIDL plug model A2
Modules/input.py: Decode8095: Fix fallback MsgCmd
…ZLinky where Cluster 0x0b04 Attribute 0x0b09 was given as not found !!
pipiche38 and others added 28 commits December 4, 2023 19:54
Remote Switch seems to communicate also on Cluster 000f/f000
* refactor and remove references to Domoticz and Devices by using abstract layer
Add force update (removed by mistake during refactoring)
…,sValue mapping and the ForceUpdate, to be used in domoMaj
@pipiche38 pipiche38 merged commit 4d20542 into stable7 Dec 16, 2023
5 checks passed
@pipiche38 pipiche38 deleted the wip-stable-7.1.6 branch December 16, 2023 12:20
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.

3 participants