Skip to content

Unexpected error fetching #143

Description

@chrisliesenberg

Der Fehler tritt Permanent auf:

Logger: homeassistant.components.husqvarna_automower_ble
Quelle: helpers/update_coordinator.py:416
Integration: Husqvarna Automower BLE (Dokumentation, Probleme)
Erstmals aufgetreten: 02:41:19 (1 Vorkommnis)
Zuletzt protokolliert: 02:41:19

Unexpected error fetching husqvarna_automower_ble data
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 416, in _async_refresh
self.data = await self._async_update_data()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/husqvarna_automower_ble/coordinator.py", line 90, in _async_update_data
data["activity"] = await self.mower.mower_activity()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.13/site-packages/automower_ble/mower.py", line 144, in mower_activity
activity = await self.command("GetActivity")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.13/site-packages/automower_ble/mower.py", line 76, in command
response = await self._request_response(request)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.13/site-packages/automower_ble/protocol.py", line 360, in _request_response
response_data = await self._read_data()
^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.13/site-packages/automower_ble/protocol.py", line 325, in _read_data
data = data + chunk
~~~~~^~~~~~~
TypeError: can't concat bool to bytearray

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions