Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error during Nuki connecting #31

Open
miloit opened this issue Dec 30, 2024 · 1 comment
Open

error during Nuki connecting #31

miloit opened this issue Dec 30, 2024 · 1 comment

Comments

@miloit
Copy link

miloit commented Dec 30, 2024

I alwys getting this error

2024-12-30 18:17:36.618|I|nuki.py:570|Nuki connecting
Task exception was never retrieved
future: <Task finished name='Task-1' coro=<Nuki.pair() done, defined at /home/michael/Projects/nuki/RaspiNukiBridge/nuki.py:639> exception=BleakError('Device with address 54:D272:8E:0F:FD was not found.')>
Traceback (most recent call last):
File "/home/michael/Projects/nuki/RaspiNukiBridge/nuki.py", line 644, in pair
await self.connect()
File "/home/michael/Projects/nuki/RaspiNukiBridge/nuki.py", line 571, in connect
await self._client.connect()
File "/home/michael/Projects/nuki/RaspiNukiBridge/myenv/lib/python3.11/site-packages/bleak/backends/bluezdbus/client.py", line 120, in connect
raise BleakError(
bleak.exc.BleakError: Device with address 54:D272:8E:0F:FD was not found.

@dauden1184
Copy link
Owner

The mac address seems in the wrong format, is it missing a ':' between D2 and 72?
54:D2:72:8E:0F:FD

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants