-
-
Notifications
You must be signed in to change notification settings - Fork 37.1k
EufyLife BLE Client - Error doing job: Task exception was never retrieved (task: None) #167262
Copy link
Copy link
Open
Description
The problem
My Eufy Smart Scale T9140 can connect to HA but no data is received. When a scale reading is completed HA never gets the values, and the error included in the logs appears.
This snippet is included in the log but I'll post it here for additional clarity:
2026-04-02 23:54:20.074 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved (task: None)
Traceback (most recent call last):
File "/usr/local/lib/python3.14/site-packages/eufylife_ble_client/client.py", line 139, in connect
await self._ensure_connected()
File "/usr/local/lib/python3.14/site-packages/eufylife_ble_client/client.py", line 196, in _ensure_connected
resolved = self._resolve_characteristics(await client.get_services())
What version of Home Assistant Core has the issue?
core-2026.4.0
What was the last working version of Home Assistant Core?
No response
What type of installation are you running?
Home Assistant OS
Integration causing the issue
EufyLife BLE (i think(
Link to integration documentation on our website
https://github.com/home-assistant/core/tree/dev/homeassistant/components/eufylife_ble
Diagnostics information
home-assistant_eufylife_ble_2026-04-03T02-06-22.386Z.log
Example YAML snippet
Anything in the logs that might be useful for us?
Additional information
Thanks in advance!
Reactions are currently unavailable