Limit number of API calls for SolarEdge sensor

The SolarEdge API allows for 300 calls per day. Next to HA, I’m also using the API somewhere else and this causes me to reach this limit.

How would I go and reduce the update rate of the SolarEdge sensors? I believe they are being updated every 10 minutes by default at this moment but I don’t see a configuration parameter for it.

Thanks!

The default update is indeed 10 minutes.

Try using scan_interval to change the time between updates

@silvrr : Where in the COde must the Scan Intervall writen ?