After an HA update the Tellemetry integration threw up this error Failed Setup , will retry: The Requested Resource does not exist.
It finds the cars but none of the sensors or controls. This did work perfect previouly.
Many thanks
Eddie
Logger: homeassistant.config_entries
Source: config_entries.py:640
First occurred: 11:40:12 (1 occurrences)
Last logged: 11:40:12
Error setting up entry Teslemetry for teslemetry
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 640, in __async_setup_with_context
result = await component.async_setup_entry(hass, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/teslemetry/__init__.py", line 173, in async_setup_entry
await asyncio.gather(
...<22 lines>...
)
File "/config/custom_components/teslemetry/__init__.py", line 257, in async_setup_stream
await vehicle_stream.get_config()
File "/usr/local/lib/python3.13/site-packages/teslemetry_stream/vehicle.py", line 38, in get_config
req = await self.stream._session.get(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
...<3 lines>...
)
^
File "/usr/local/lib/python3.13/site-packages/aiohttp/client.py", line 834, in _request
resp.raise_for_status()
~~~~~~~~~~~~~~~~~~~~~^^
File "/usr/local/lib/python3.13/site-packages/aiohttp/client_reqrep.py", line 1161, in raise_for_status
raise ClientResponseError(
...<5 lines>...
)
aiohttp.client_exceptions.ClientResponseError: 404, message='Not Found', url='https://api.teslemetry.com/api/config/LRW3F7EKXRXXXXXX'
Checklist
Describe the issue
After an HA update the Tellemetry integration threw up this error Failed Setup , will retry: The Requested Resource does not exist.
It finds the cars but none of the sensors or controls. This did work perfect previouly.
Many thanks
Eddie
Reproduction steps
2.We reset Telemetry account
3.Logs below
...
Debug logs