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

Connection not working anymore after update home-assistant to version 2024.07 or 2024.07.1 #103

Open
JohanCl opened this issue Jul 15, 2024 · 0 comments

Comments

@JohanCl
Copy link

JohanCl commented Jul 15, 2024

This integration was always working great but after home assistant upgrade to version 2024.07, 2024.07.1 and 2024.07.02 there is no active communication anymore with the machine.
Part of the diagnostic log:
INFO (MainThread) [custom_components.delonghi_primadonna.device] Connect to XX.XX.XX.XX.XX.XX
WARNING (MainThread) [custom_components.delonghi_primadonna.device] BleakError: No backend with an available connection slot that can reach address XX.XX.XX.XX.XX.XX was found
ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved (None)
Traceback (most recent call last):
File "/config/custom_components/delonghi_primadonna/device.py", line 302, in power_on
await self.send_command(BYTES_POWER)
File "/config/custom_components/delonghi_primadonna/device.py", line 403, in send_command
await self._connect()
File "/config/custom_components/delonghi_primadonna/device.py", line 234, in _connect
raise error
File "/config/custom_components/delonghi_primadonna/device.py", line 228, in _connect
await self._client.connect()
File "/usr/local/lib/python3.12/site-packages/habluetooth/wrappers.py", line 285, in connect
wrapped_backend = self._async_get_best_available_backend_and_device(manager)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/habluetooth/wrappers.py", line 394, in _async_get_best_available_backend_and_device
raise BleakError(
bleak.exc.BleakError: No backend with an available connection slot that can reach address XX:XX:XX:XX:XX:XX was found

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

1 participant