thomluther / anker-solix-api

Python library for Anker Solix API
MIT License
36 stars 10 forks source link

Update Monitor, energy Export and System Export with request delay #91

Closed thomluther closed 2 months ago

thomluther commented 2 months ago

The energy Export runs into Too many Request Problem for 25-30 Request per minute. Adjust delay to limit Requests per minute accordingly. The monitor will now display Request statistic. The system Export will also utilize async delay of Api instead of own delay.