-
Notifications
You must be signed in to change notification settings - Fork 26
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
Shutters don't close but go to shading #46
Comments
I had raised the same issue on Homebridge, but they say it's a plugin issue... Expected BehaviorWith blinds open, when tapping on a blinds button in Home, I expect the blinds to go fully down. Current BehaviorThe go fully down, but then go slightly back to turn the slats horizontal. Sometimes they show as 1% status. VersionsHomebridge: 0.4.50 |
@Sroose your thoughts please? |
In the Loxone Config Software, you can change this behaviour for your blinds. There is a field which defines how much backwards the blind should go after reaching it's destination or something. |
My blinds don't have this behavior when I control them via Loxone software... Looking at the logs those end positions are sent as:
Could it be that iOS 13 no longer sends the bool and thus you don't send FullUp and FullDown? https://github.com/Sroose/homebridge-loxone-ws/blob/master/items/BlindsItem.js#L119-L125 Would a workaround be to do |
Yes, there is a setting "Return duration for shading with blinds" - but that needs to be set so that my controller can adjust the angle of the slats between vertical and horizontal. My blinds have two parameters: slat rotation and position. If you set a ManualPosition downward then during the movement the slats go vertical and then at the end they are set to horizontal again. If you go up, then there is no adjustment, because upwards motion already sets the slats to horizontal. Is there a way to enhance the logic to also take this into account? i.e. to have a separate command for the slat angle and to set that to vertical going downwards as to prevent my controller to restoring horizontal slats after fully closing? |
I experimented a bit more and this seems to work to a degree:
The problem I am having with this is that if the blinds are already moving in the opposite direction then this command only stops them. it needs to be sent a second time. ManualPosition doesn't have this issue, I can always change it and it immediately reverse. @Sroose is there a way to send the |
This is so far the best result. When moving to fully closed from stand-still it closes the slats. This is the case for example if you tap the blinds button or instruct Siri to close the blinds. If the blinds are opening and then you close it, this doesn't work, because issuing
|
Hi, did you finally manage it to work completely? |
I did some more or less random experimenting, with limited success. The problem remains unsolved. |
maybe its necessary to use IObroker for that!? |
I have blinds that can also rotate the shutters to shade. Why is it when I close shutters via HomeKit, they go fully down and then go back to shading? I cannot achieve that they fully close.
The text was updated successfully, but these errors were encountered: