This repository has been archived by the owner on Feb 4, 2024. It is now read-only.
Add Sensornode for HMIP blind actuators with tilt functionality #365
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request:
Since one of the last updates the HmIP Blind actuators do not report the current positions in channel 4 anymore, but only use channel 4 for writing, and instead channel 3 for showing the current position ("LEVEL") + tilt ("LEVEL_2").
This is NOT an issue whenever a specific tilt position (e.g., 47%) is set (in CCU, Home Assistant, ...) and reached.
It IS an issue whenever the target is not specified (by, e.g., using the manual, regular wall switches, or the arrows in a web UI) and then stopped when the desired position is reached. Channel 4 will then stay in position 0 or 100 and not reflect the actual position. According to EQ-3, this behaviour is intended and will not be changed. Channel 3 should be used for getting the current (tilt) position.
Related discussions: https://github.com/danielperna84/pyhomematic/issues/241#issuecomment-748254645
This is very similar to the commit for the non-tiltable blind actuators: 6e8f05f