The SolarEdge API daily rate limit of 300 equates to a call every 4.8 minutes. The value in const.py is currently 15mins, so if there is no use outside of HA, this can safely be set to 5mins instead.
I have actually connected to my docker instance and changed this manually, but get reverted on upgrades.
Can this be reduced in the source to 5 mins, or be made configurable in configuration.yaml or core.config_entries ?
I have automations that turn on/off depending on solar production, which at 15mins is virtually useless, for me anyway. (p.s my SolarEdge inverter is too old to support ModBus over TCP)
The limit I read on API documentation is 300 on daily basis, so a SCAN_INTERVAL would be fine to be set at 5 minutes.
How can I change that hardcoded parameter?