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

BT Errors in HA Core Logs #53

Open
TobiGitHubi opened this issue Dec 24, 2024 · 1 comment
Open

BT Errors in HA Core Logs #53

TobiGitHubi opened this issue Dec 24, 2024 · 1 comment

Comments

@TobiGitHubi
Copy link

TobiGitHubi commented Dec 24, 2024

Until 2024.12.x Updates of HA I got Error messages in the HA Core Logs, any hints for a beginner to fix this?
Or will it be fixed in a future update?

Error1:
Logger: custom_components.bluetti_bt.coordinator
Quelle: helpers/update_coordinator.py:379
Integration: Bluetti BT (Dokumentation, Probleme)
Erstmals aufgetreten: 23. Dezember 2024 um 21:59:38 (8 Vorkommnisse)
Zuletzt protokolliert: 14:01:33
Unexpected error fetching Bluetti polling coordinator data

Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 379, in _async_refresh
self.data = await self._async_update_data()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/bluetti_bt/coordinator.py", line 78, in _async_update_data
return await self.reader.read_data()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/bluetti_bt/bluetti_bt_lib/bluetooth/device_reader.py", line 155, in read_data
await self.client.disconnect()
File "/usr/local/lib/python3.13/site-packages/habluetooth/wrappers.py", line 404, in disconnect
return await self._backend.disconnect()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.13/site-packages/bleak/backends/bluezdbus/client.py", line 409, in disconnect
reply = await self._bus.call(
^^^^^^^^^^^^^^^^^^^^^
...<6 lines>...
)
^
File "/usr/local/lib/python3.13/site-packages/dbus_fast/aio/message_bus.py", line 385, in call
await future
File "src/dbus_fast/aio/message_reader.py", line 19, in dbus_fast.aio.message_reader._message_reader
File "src/dbus_fast/_private/unmarshaller.py", line 775, in dbus_fast._private.unmarshaller.Unmarshaller._unmarshall
File "src/dbus_fast/_private/unmarshaller.py", line 636, in dbus_fast._private.unmarshaller.Unmarshaller._read_header
File "src/dbus_fast/_private/unmarshaller.py", line 374, in dbus_fast._private.unmarshaller.Unmarshaller._read_to_pos
File "src/dbus_fast/_private/unmarshaller.py", line 317, in dbus_fast._private.unmarshaller.Unmarshaller._read_sock_with_fds
EOFError

Error2:
Logger: custom_components.bluetti_bt.bluetti_bt_lib.bluetooth.device_reader
Quelle: custom_components/bluetti_bt/bluetti_bt_lib/bluetooth/device_reader.py:143
Integration: Bluetti BT (Dokumentation, Probleme)
Erstmals aufgetreten: 05:29:14 (1 Vorkommnisse)
Zuletzt protokolliert: 05:29:14
Bleak error: [org.bluez.Error.Failed] Operation failed with ATT error: 0x0e (Unlikely Error)

Thanks for reading and have a great christmas time...

@TobiGitHubi
Copy link
Author

Updatet to 1.4.1 today, will have a look what happened now...

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