You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems is_at_target_ does not return true, but I am not experienced enough in c++ to see whats wrong there.
I will have a look again later, maybe i can come up with a fix / pull request.
The text was updated successfully, but these errors were encountered:
Further research has shown: This behaviour is only visible, when close-duration is longer than open-duration.
Most of the time this is a misconfiguration (it was in my case), but it has lead me to swapped open- / close-duration assignments in VenetianBlinds::control (@pawelma FYI)
I am using the test-branch. There is one Venetian Blind that does not stop/turn of the relay when fully opened.
config:
log:
It seems
is_at_target_
does not returntrue
, but I am not experienced enough in c++ to see whats wrong there.I will have a look again later, maybe i can come up with a fix / pull request.
The text was updated successfully, but these errors were encountered: