mypyllant-component
mypyllant-component copied to clipboard
regular timeouts after 0.9.8
trafficstars
Before submitting a new issue
- [x ] I redownloaded the latest release and restarted Home Assistant
- [x ] I've checked known issues
- [x ] I've enabled debug logs and attached the relevant logs to this ticket
- x[ ] I tried generating test data and attaching it
Problem description
Consider it as a report rather than the issue. After installing v0.9.8 I can still can see quota-exceed messages in the log. Those look pretty regular (each hour). Is there any way to work around them?
I'm using 300s for updates and 3600 for energy data update. 5 sec "before refreshing"
I'm fetching real-time-stats, real-time-power-usage, system connection status, energy management data. Considering some of them are not supported by my end, how can I determine if I'm wasting my call quota?
Logs
config $ cat ./home-assistant.log | grep vaillant
2025-10-26 16:41:04.765 ERROR (MainThread) [custom_components.mypyllant.coordinator] Error fetching myVAILLANT data: Quota Exceeded, response was: { "statusCode": 403, "message": "Out of call volume quota. Quota will be replenished in 00:18:56." } on https://api.vaillant-group.com/service-connected-control/end-user-app-api/v1/homes, skipping update of myVAILLANT SystemCoordinator for another 1135s
2025-10-26 16:43:46.206 ERROR (MainThread) [custom_components.mypyllant.coordinator] Error fetching myVAILLANT data: Quota Exceeded, response was: { "statusCode": 403, "message": "Out of call volume quota. Quota will be replenished in 00:16:14." } on https://api.vaillant-group.com/service-connected-control/end-user-app-api/v1/homes, skipping update of myVAILLANT SystemCoordinator for another 973s
config $ cat ./home-assistant.log | grep vaillant
2025-10-26 16:41:04.765 ERROR (MainThread) [custom_components.mypyllant.coordinator] Error fetching myVAILLANT data: Quota Exceeded, response was: { "statusCode": 403, "message": "Out of call volume quota. Quota will be replenished in 00:18:56." } on https://api.vaillant-group.com/service-connected-control/end-user-app-api/v1/homes, skipping update of myVAILLANT SystemCoordinator for another 1135s
2025-10-26 16:43:46.206 ERROR (MainThread) [custom_components.mypyllant.coordinator] Error fetching myVAILLANT data: Quota Exceeded, response was: { "statusCode": 403, "message": "Out of call volume quota. Quota will be replenished in 00:16:14." } on https://api.vaillant-group.com/service-connected-control/end-user-app-api/v1/homes, skipping update of myVAILLANT SystemCoordinator for another 973s
config $ cat ./home-assistant.log | grep vaillant
2025-10-26 16:41:04.765 ERROR (MainThread) [custom_components.mypyllant.coordinator] Error fetching myVAILLANT data: Quota Exceeded, response was: { "statusCode": 403, "message": "Out of call volume quota. Quota will be replenished in 00:18:56." } on https://api.vaillant-group.com/service-connected-control/end-user-app-api/v1/homes, skipping update of myVAILLANT SystemCoordinator for another 1135s
2025-10-26 16:43:46.206 ERROR (MainThread) [custom_components.mypyllant.coordinator] Error fetching myVAILLANT data: Quota Exceeded, response was: { "statusCode": 403, "message": "Out of call volume quota. Quota will be replenished in 00:16:14." } on https://api.vaillant-group.com/service-connected-control/end-user-app-api/v1/homes, skipping update of myVAILLANT SystemCoordinator for another 973s
2025-10-26 17:55:53.952 ERROR (MainThread) [custom_components.mypyllant.coordinator] Error fetching myVAILLANT data: Quota Exceeded, response was: { "statusCode": 403, "message": "Out of call volume quota. Quota will be replenished in 00:04:07." } on https://api.vaillant-group.com/service-connected-control/end-user-app-api/v1/systems/d398c8a7-463b-499d-80b5-cf934046bf9b/meta-info/connection-status, skipping update of myVAILLANT SystemCoordinator for another 246s
2025-10-26 18:56:10.077 ERROR (MainThread) [custom_components.mypyllant.coordinator] Error fetching myVAILLANT data: Quota Exceeded, response was: { "statusCode": 403, "message": "Out of call volume quota. Quota will be replenished in 00:03:50." } on https://api.vaillant-group.com/service-connected-control/end-user-app-api/v1/systems/d398c8a7-463b-499d-80b5-cf934046bf9b/meta-info/connection-status, skipping update of myVAILLANT SystemCoordinator for another 229s
2025-10-26 19:51:33.149 ERROR (MainThread) [custom_components.mypyllant.coordinator] Error fetching myVAILLANT data: Quota Exceeded, response was: { "statusCode": 403, "message": "Out of call volume quota. Quota will be replenished in 00:08:27." } on https://api.vaillant-group.com/service-connected-control/end-user-app-api/v1/systems/d398c8a7-463b-499d-80b5-cf934046bf9b/meta-info/connection-status, skipping update of myVAILLANT SystemCoordinator for another 506s
2025-10-26 20:56:58.110 ERROR (MainThread) [custom_components.mypyllant.coordinator] Error fetching myVAILLANT data: Quota Exceeded, response was: { "statusCode": 403, "message": "Out of call volume quota. Quota will be replenished in 00:03:02." } on https://api.vaillant-group.com/service-connected-control/end-user-app-api/v1/systems/d398c8a7-463b-499d-80b5-cf934046bf9b/meta-info/connection-status, skipping update of myVAILLANT SystemCoordinator for another 181s
2025-10-26 21:57:25.106 ERROR (MainThread) [custom_components.mypyllant.coordinator] Error fetching myVAILLANT data: Quota Exceeded, response was: { "statusCode": 403, "message": "Out of call volume quota. Quota will be replenished in 00:02:35." } on https://api.vaillant-group.com/service-connected-control/end-user-app-api/v1/systems/d398c8a7-463b-499d-80b5-cf934046bf9b/meta-info/connection-status, skipping update of myVAILLANT SystemCoordinator for another 154s
2025-10-26 22:52:43.117 ERROR (MainThread) [custom_components.mypyllant.coordinator] Error fetching myVAILLANT data: Quota Exceeded, response was: { "statusCode": 403, "message": "Out of call volume quota. Quota will be replenished in 00:07:17." } on https://api.vaillant-group.com/service-connected-control/end-user-app-api/v1/systems/d398c8a7-463b-499d-80b5-cf934046bf9b/meta-info/connection-status, skipping update of myVAILLANT SystemCoordinator for another 436s
2025-10-26 23:52:55.012 ERROR (MainThread) [custom_components.mypyllant.coordinator] Error fetching myVAILLANT data: Quota Exceeded, response was: { "statusCode": 403, "message": "Out of call volume quota. Quota will be replenished in 00:07:06." } on https://api.vaillant-group.com/service-connected-control/end-user-app-api/v1/systems/d398c8a7-463b-499d-80b5-cf934046bf9b/meta-info/connection-status, skipping update of myVAILLANT SystemCoordinator for another 425s
2025-10-27 00:58:09.049 ERROR (MainThread) [custom_components.mypyllant.coordinator] Error fetching myVAILLANT data: Quota Exceeded, response was: { "statusCode": 403, "message": "Out of call volume quota. Quota will be replenished in 00:01:51." } on https://api.vaillant-group.com/service-connected-control/end-user-app-api/v1/systems/d398c8a7-463b-499d-80b5-cf934046bf9b/meta-info/connection-status, skipping update of myVAILLANT SystemCoordinator for another 110s
2025-10-27 01:58:28.035 ERROR (MainThread) [custom_components.mypyllant.coordinator] Error fetching myVAILLANT data: Quota Exceeded, response was: { "statusCode": 403, "message": "Out of call volume quota. Quota will be replenished in 00:01:32." } on https://api.vaillant-group.com/service-connected-control/end-user-app-api/v1/systems/d398c8a7-463b-499d-80b5-cf934046bf9b/meta-info/connection-status, skipping update of myVAILLANT SystemCoordinator for another 91s
2025-10-27 02:58:39.111 ERROR (MainThread) [custom_components.mypyllant.coordinator] Error fetching myVAILLANT data: Quota Exceeded, response was: { "statusCode": 403, "message": "Out of call volume quota. Quota will be replenished in 00:01:21." } on https://api.vaillant-group.com/service-connected-control/end-user-app-api/v1/systems/d398c8a7-463b-499d-80b5-cf934046bf9b/meta-info/connection-status, skipping update of myVAILLANT SystemCoordinator for another 80s
2025-10-27 03:53:51.170 ERROR (MainThread) [custom_components.mypyllant.coordinator] Error fetching myVAILLANT data: Quota Exceeded, response was: { "statusCode": 403, "message": "Out of call volume quota. Quota will be replenished in 00:06:09." } on https://api.vaillant-group.com/service-connected-control/end-user-app-api/v1/systems/d398c8a7-463b-499d-80b5-cf934046bf9b/meta-info/connection-status, skipping update of myVAILLANT SystemCoordinator for another 368s
2025-10-27 04:59:03.170 ERROR (MainThread) [custom_components.mypyllant.coordinator] Error fetching myVAILLANT data: Quota Exceeded, response was: { "statusCode": 403, "message": "Out of call volume quota. Quota will be replenished in 00:00:57." } on https://api.vaillant-group.com/service-connected-control/end-user-app-api/v1/systems/d398c8a7-463b-499d-80b5-cf934046bf9b/meta-info/connection-status, skipping update of myVAILLANT SystemCoordinator for another 56s
2025-10-27 05:54:18.174 ERROR (MainThread) [custom_components.mypyllant.coordinator] Error fetching myVAILLANT data: Quota Exceeded, response was: { "statusCode": 403, "message": "Out of call volume quota. Quota will be replenished in 00:05:42." } on https://api.vaillant-group.com/service-connected-control/end-user-app-api/v1/systems/d398c8a7-463b-499d-80b5-cf934046bf9b/meta-info/connection-status, skipping update of myVAILLANT SystemCoordinator for another 341s
2025-10-27 06:59:34.949 ERROR (MainThread) [custom_components.mypyllant.coordinator] Error fetching myVAILLANT data: Quota Exceeded, response was: { "statusCode": 403, "message": "Out of call volume quota. Quota will be replenished in 00:00:26." } on https://api.vaillant-group.com/service-connected-control/end-user-app-api/v1/systems/d398c8a7-463b-499d-80b5-cf934046bf9b/meta-info/connection-status, skipping update of myVAILLANT SystemCoordinator for another 25s
2025-10-27 07:54:53.180 ERROR (MainThread) [custom_components.mypyllant.coordinator] Error fetching myVAILLANT data: Quota Exceeded, response was: { "statusCode": 403, "message": "Out of call volume quota. Quota will be replenished in 00:05:07." } on https://api.vaillant-group.com/service-connected-control/end-user-app-api/v1/systems/d398c8a7-463b-499d-80b5-cf934046bf9b/meta-info/connection-status, skipping update of myVAILLANT SystemCoordinator for another 306s