ole1986 / centronic-py

Centronic USB Stick to control Becker Shutter CC31/CC51
43 stars 10 forks source link

Get current state of a shutter #29

Closed oliver-noekel closed 3 years ago

oliver-noekel commented 3 years ago

Hi Ole, do you have an idea to get the state e.g. "opened" / "closed" or even better a percentage "75%" of a device?

ole1986 commented 3 years ago

@oliver-noekel I do not know/have a product which does support it.

Since the shutters do not communicate back to the remote (so not bidirectional) I assume there is no chance to get the actual position or state from the shutter.

For moving the shutters up/down at a position you can try the --send DOWN:<interval> command or use the intermediate position --send DOWN2|UP2 (if supported by the shutter).

oliver-noekel commented 3 years ago

@ole1986 Thanks for your feedback and your support!