Farfar / homeassistant-seatconnect

Seat Connect - A home assistant plugin to add integration with your car
Apache License 2.0
61 stars 14 forks source link

All entities unknown | development still active? #59

Open z-master42 opened 3 months ago

z-master42 commented 3 months ago

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.
kamil-bednarek commented 1 month ago

same here

z-master42 commented 1 month ago

Log out of the Seat Connect and/or MySeat app. When you log in again, new terms and conditions/data protection provisions will appear for you to approve, after which the integration should work again.

oywino commented 3 weeks ago

Didn't work. Never asked for no T's & C's Still don't work.

oywino commented 4 days ago

Bump! Any advise, please? I'm on HAOS 2024.8.3 SEAT CONNECT Integration 1.1.9

Here's one of several errors logged:

Logger: homeassistant.components.sensor
Source: helpers/entity_platform.py:364
integration: Sensor (documentation, issues)
First occurred: 02:00:38 (2 occurrences)
Last logged: 23:25:06

Error while setting up seatconnect platform for sensor
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 364, 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: '01J57SZE642AK9EXXKHB176PTM'
federicotravaini commented 1 day ago

I'm facing the same issue and I can't solve it.