awaescher / homebridge-eltako-minisafe2

A Homebridge plugin to connect local Eltako installations to HomeKit. Requires a MiniSafe2.
https://www.npmjs.com/package/homebridge-eltako-minisafe2
Apache License 2.0
8 stars 2 forks source link

Can't change blinds while they are running to a given position #2

Closed awaescher closed 10 months ago

awaescher commented 10 months ago

When blinds are controlled and run lets say from position 0 → 80, they cannot be controlled until they reach their destination of 80. The GFA5-App sends up and down commands which seem to be able to interrupt and change the blind movement. Either use up and down or use the following approach which seemed to work with the GFA5-App either:

Before every moveToXXX command, send a "stop" command. This interrupts the blinds and sets a new target position.