homeassistant-seatconnect icon indicating copy to clipboard operation
homeassistant-seatconnect copied to clipboard

All entities unknown | development still active?

Open z-master42 opened this issue 8 months ago • 6 comments

With regard to the Fork source (API changes), is this integration being developed further? Currently, all entities are unknown to me in Home Assistant or are no longer provided by the integration.

Get errors like this for all entity types used:

Logger: homeassistant.components.sensor
Quelle: helpers/entity_platform.py:356
Integration: Sensor (Dokumentation, Probleme)
Erstmals aufgetreten: 5. Juni 2024 um 16:19:28 (2 Vorkommnisse)
Zuletzt protokolliert: 05:56:32

Error while setting up seatconnect platform for sensor
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 356, in _async_setup_platform
    await asyncio.shield(awaitable)
  File "/config/custom_components/seatconnect/sensor.py", line 22, in async_setup_entry
    data = hass.data[DOMAIN][entry.entry_id][DATA]
           ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^
KeyError: 'xxx.....'

and also:

Logger: seatconnect.connection
Quelle: runner.py:190
Erstmals aufgetreten: 3. Juni 2024 um 20:51:01 (1548 Vorkommnisse)
Zuletzt protokolliert: 05:01:16

Could not fetch StoredVehicleDataResponse, error: 0
Could not fetch position, HTTP status code: 429
Could not fetch trip statistics, HTTP status code: 429
Could not fetch realCarData, error: Failed to set token for "seat"
Received unhandled error indicating client-side problem. Restart or try again later.

z-master42 avatar Jun 06 '24 04:06 z-master42