macxq / foxess-ha

Home Assistant & FoxESS integration. Monitor you photovoltaic installation directly from HA ☀️ ⚡️
121 stars 37 forks source link

Fix for api limit flood #269

Closed FozzieUK1 closed 2 months ago

FozzieUK1 commented 2 months ago

If an inverter is in alarm, and the api call to read the real time variables fails as a result, retrying every 1 minute would cause the integration to burn through api calls every minute.

This state has been corrected to retry no more than every 5 minutes.