rhyst
rhyst
If you want to do this you can run this script using the Bleak python library https://github.com/hbldh/bleak/blob/develop/examples/service_explorer.py If you were able to post the output here then we could try...
I also remembered that someone else apparently got the DPG1C working and claimed it used the same commands: https://github.com/rhyst/idasen-controller/issues/3
@dmitrym0 thank you for getting that. It's odd, it looks like it has all the right characteristics. The only thing I can think of is that for some reason that...
If you run the script with `--monitor` and then move the desk using the physical switch, do you see the height being updated?
Aha, that must means that the movement commands are wrong then. Apologies for the trial and error style approach but could you try replacing `UUID_COMMAND` with the different characteristics that...
Ah that is interesting because in the decompiled app there is some code for sending a `wakeup` command. I wonder if that explains why this works intermittently. I think the...
So one thing I realised was that maybe the wake up command is being sent to the "reference input" characterisitc rather than the "command" characteristic. Perhaps someone could try: ```...
I've just pushed a change which may help with this if anyone is willing to test. I was inspired by [this repo](https://github.com/pfilipp/idasen-controller) to use a different characteristic to perform the...
Nothing has changed with the initial connection so it shouldn't be different 😓 Have you tried increasing the connection timeout? And maybe unpair and repair?
Ah I've uploaded it as `1.1.0rc1` so you should be able to run: ``` pip install idasen-controller==1.1.0rc1 ```