Leiaz
Leiaz
This code is the same as the one for "wrong password" when connecting. Maybe if you have other devices, make sure you are using the same mesh name and passwords....
> I've renamed init.py to awoxmeshlight.py, so "import awoxmeshlight" works. Also I changed Line 3 to "import packetutils as pckt", because "from . import ..." didn't work. This could be...
The password should also be in the app data, readable if you have root access (with `adb root` for instance). If one of you wants to improve the README, you...
It is not covered as my light didn't have a random MAC address. Is it not visible when you scan for bluetooth devices ? If it is not the same...
The complete error message would be helpful.
It means there is no `session_key` . Did you check if `connect` returned True ?
You can try to get more info with the debug messages [see here](https://github.com/Leiaz/python-awox-mesh-light#printing-some-debug-info).
If you used the AWOX app, you have to get the password from the app in some way, or reset the light to default password, if you don't want to...
>I'd like to pair/group several devices, do you know how to do it. I guess mesh id and mesh group handle should be used but I didn't work it out...
> Do you know the purpose of writing byte 1 to STATUS_CHAR_UUID at connection time ? Is it to swith status feedback on for notification subscription ? It looks like...