Leiaz
Leiaz
It takes time to connect, not 5 seconds with the light I have, but it is not instantaneous, so you could try to stay connected so you don't have to...
Yes, you must disconnect before you can connect again. I see you ran your script with `-i`, this should give you a python prompt after running the script. To test...
It was reported by other people. I have not used my light for long without setting a password and I haven't seen this. The light may be in a sort...
> I think this should turn on the lamp If your panel works like the light bulb, it doesn't work this way. The device doesn't have a "on/off characteristic" that...
Ok. I don't know homebridge but don't hesitate to ask if there is something you don't understand about my code.
If `mylight.session_key` doesn't exist, it means connect failed or did not happen. I don't know Flask except for what I just read about it, but a web server can spawn...
The error comes from `/usr/bin/pip`. From [this comment](https://github.com/pypa/pip/issues/5240#issuecomment-383279052), this is due to a change in pip that breaks some wrapper scripts. A workaround is calling pip with `python -m pip`.
Try `python -m pip install .` (a dot, for "this directory") With your command pip tries to find a package called setup.py.
Bluepy can't connect to the device. It could mean your Bluetooth adapter is off, or the light is already connected. If you connected to the light with some tool like...
I don't have the remote, so I haven't looked into this. What is the remote's "model number", as listed in the Bluetooth device's information ? You have given the same...