OpenWonderLabs / python-host

The python code running on Raspberry Pi or other Linux based boards to control SwitchBot.
Apache License 2.0
379 stars 84 forks source link

Curtain BLE - Support slider control mode single side #33

Open iMicknl opened 2 years ago

iMicknl commented 2 years ago

Current Situation

I combined two Switchbot Curtains 2 and I would like to have the same options as the app. To control both sides via a single cover entity, but also to control both sides separately via cover entities.

Currently I added both mac addresses with the Python code and the behavior is like this:

Left: this will move both sides (as left is the main switchbot in the switchbot app) Right: this will move only the right side

It seems that there is no way to only move the left side seperately, while this is possible via the app. Is there any documentation how this works?

Logs

n/a

Configuration

n/a

Environment

n/a

Additional Context

No response