MyPyllant produziert leider mal wieder Fehler.
Gemerkt habe ich es, weil meine Arbeitszahl heute nur zweimal ganz kurz angezeigt wurde. Nun habe ich mal testweise das
Energiedaten-Update von 7200 s (2 h) auf 14400 s (4 h) gestellt. Nun heißt es (offenbar für 7 Stunden?!) abwarten.
Habt Ihr auch diese Probleme?
1.
Protokolldetails (FEHLER)
Dieser Fehler stammt von einer benutzerdefinierten Integration
Logger: custom_components.mypyllant.coordinator
Quelle: helpers/update_coordinator.py:458
Integration: myVAILLANT (Dokumentation, Probleme)
Erstmals aufgetreten: 17:56:22 (2 Vorkommnisse)
Zuletzt protokolliert: 17:58:34
Error fetching myVAILLANT data: Quota Exceeded, response was: { "statusCode": 403, "message": "Out of call volume quota. Quota will be replenished in 07:03:38." } on https://api.vaillant-group.com/service-connected-control/end-user-app-api/v1/emf/v2/796ef9c7-cc2a-4499-8a65-c118ec399d10/devices/41819528-3855-5680-b132-d1b64c845576/buckets?resolution=HOUR&operationMode=DOMESTIC_HOT_WATER&energyType=CONSUMED_ELECTRICAL_ENERGY&startDate=2026-01-25T00:00:00.000%2B01:00&endDate=2026-01-26T00:00:00.000%2B01:00, skipping update of myVAILLANT DailyDataCoordinator for another 25417s
Error fetching myVAILLANT data: Quota Exceeded, response was: { "statusCode": 403, "message": "Out of call volume quota. Quota will be replenished in 07:01:26." } on https://api.vaillant-group.com/service-connected-control/end-user-app-api/v1/emf/v2/796ef9c7-cc2a-4499-8a65-c118ec399d10/devices/41819528-3855-5680-b132-d1b64c845576/buckets?resolution=HOUR&operationMode=DOMESTIC_HOT_WATER&energyType=CONSUMED_ELECTRICAL_ENERGY&startDate=2026-01-25T00:00:00.000%2B01:00&endDate=2026-01-26T00:00:00.000%2B01:00, skipping update of myVAILLANT DailyDataCoordinator for another 25285s
2.
Protokolldetails (WARNUNG)
Dieser Fehler stammt von einer benutzerdefinierten Integration
Logger: custom_components.mypyllant.sensor
Quelle: custom_components/mypyllant/sensor.py:233
Integration: myVAILLANT (Dokumentation, Probleme)
Erstmals aufgetreten: 17:56:24 (2 Vorkommnisse)
Zuletzt protokolliert: 17:58:34
No daily data, skipping sensors
2.
Protokolldetails (WARNUNG)
Logger: myPyllant.api
Quelle: /usr/local/lib/python3.13/site-packages/myPyllant/api.py:1419
Erstmals aufgetreten: 17:56:22 (17 Vorkommnisse)
Zuletzt protokolliert: 20:28:34
Could not get rooms data
Traceback (most recent call last):
File "/usr/local/lib/python3.13/site-packages/myPyllant/api.py", line 1414, in get_ambisense_rooms
response = await self.aiohttp_session.get(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
...<2 lines>...
)
^
File "/usr/local/lib/python3.13/site-packages/myPyllant/http_client.py", line 30, in _request
return await super()._request(method, str_or_url, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.13/site-packages/aiohttp/client.py", line 904, in _request
await raise_for_status(resp)
File "/usr/local/lib/python3.13/site-packages/myPyllant/http_client.py", line 82, in on_raise_for_status
raise e
File "/usr/local/lib/python3.13/site-packages/myPyllant/http_client.py", line 79, in on_raise_for_status
response.raise_for_status()
~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "/usr/local/lib/python3.13/site-packages/aiohttp/client_reqrep.py", line 636, in raise_for_status
raise ClientResponseError(
...<5 lines>...
)
aiohttp.client_exceptions.ClientResponseError: 409, message='Conflict, response was: {"errorCode":"NO_FACILITY_FOR_SYSTEM_ID","errorMessage":"No facility found for system id 796ef9c7-cc2a-4499-8a65-c118ec399d10"}', url='https://api.vaillant-group.com/service-connected-control/end-user-app-api/v1/api/v1/ambisense/facilities/796ef9c7-cc2a-4499-8a65-c118ec399d10/rooms'