mypyllant-component
mypyllant-component copied to clipboard
[myPyllant.api] Could not get rooms data
Problem description
Not the end of the world, but after the latest update HA Log is throwing WARNING meesages every second making the log to growth exponentially.
Logs
2024-07-22 17:46:51.642 WARNING (MainThread) [myPyllant.api] Could not get rooms data Traceback (most recent call last): File "/usr/local/lib/python3.12/site-packages/myPyllant/api.py", line 1387, in get_ambisense_rooms response = await self.aiohttp_session.get( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/aiohttp/client.py", line 694, in _request await raise_for_status(resp) File "/usr/local/lib/python3.12/site-packages/myPyllant/http_client.py", line 73, in on_raise_for_status response.raise_for_status() File "/usr/local/lib/python3.12/site-packages/aiohttp/client_reqrep.py", line 1070, in raise_for_status raise ClientResponseError( aiohttp.client_exceptions.ClientResponseError: 409, message='Conflict', url=URL('https://api.vaillant-group.com/service-connected-control/end-user-app-api/v1/api/v1/ambisense/facilities/f0861e7f-093c-41e3-a1f7-7fae0c790c58/rooms')