Open() and Close() are reversed
Posted: Wednesday 13 June 2018 16:59
Hello,
I'm using a script to control my blinds.
The state returned is correct (Open, Closed, Stopped)
If my blind is opened (up), the blind.state shows 'open'.
If I send the command blind.close(), nothing will happen (it will stay up).
If I send the command blind.open(), it will close (go down).
If I send the command blind.stop(), it will stop or move to the favorite position. This is correct.
If the blind is closed (down) and I send the command blind.close(), it will go up.
So the commands open() and close are reversed!
Can this be fixed?
Thanks,
Olivier
I'm using a script to control my blinds.
The state returned is correct (Open, Closed, Stopped)
If my blind is opened (up), the blind.state shows 'open'.
If I send the command blind.close(), nothing will happen (it will stay up).
If I send the command blind.open(), it will close (go down).
If I send the command blind.stop(), it will stop or move to the favorite position. This is correct.
If the blind is closed (down) and I send the command blind.close(), it will go up.
So the commands open() and close are reversed!
Can this be fixed?
Thanks,
Olivier