Frans Saris
Frans Saris
Sorry no solution yet. I see that the core also uses bluepy for some components not sure how they handle that currently https://github.com/home-assistant/core/search?q=bluepy&type=
Need to check if https://github.com/fsaris/home-assistant-awox/blob/main/custom_components/awox/awoxmeshlight/__init__.py can be updated to use bleak. I definitely want to get my light's working with the newer HA version. But will not be able to...
_Note for self_ Some examples of an bleak implementation as reference: - https://github.com/emlove/pyzerproc/blob/main/pyzerproc/light.py - https://github.com/emlove/pykulersky/blob/main/pykulersky/light.py - https://github.com/hbldh/bleak/blob/develop/examples/async_callback_with_queue.py
First steps are taking this evening. I'm able to use `bleak` to connect with the mesh and fetch the current status. Hope to make some more progress during the weekend.
Slowly making progress. Was able to turn on/off a light using the bleak library and ready the current status. But not able yet to trigger startNotify and control the light...
I created a beta release could you maybe test this (see https://hacs.xyz/docs/faq/beta)? I couldn't change to bleak (yet) as I'm running into an issue that the lights do not seem...
> > I created a beta release could you maybe test this (see https://hacs.xyz/docs/faq/beta)? > > I couldn't change to bleak (yet) as I'm running into an issue that the...
> Find devices process error: Command 'PATH=/usr/sbin:$PATH; rfkill unblock bluetooth' returned non-zero exit status 1." This will be fixed in one of the next updates
@0546timm could you also enable logging for gattpy by adding `pygatt: debug` to the `logs:` list in your config. And check the logs again
Is this after you filled in the credentials of AwoX connect? Or how far did you exactly get?