amrij / zonnepanelen

Website which shows telemetry data from the TCP traffic of SolarEdge PV inverters
GNU General Public License v3.0
12 stars 6 forks source link

Made all API calls synchronous getting rid of the startup warning.. #71

Closed jvanderzande closed 3 years ago

jvanderzande commented 4 years ago

This is an update to zonnepanelen.php making all API calls synchronous in stead of asynchronous. This will get rid of the warning in the developer console and also make the script a little faster at startup. All number look fine for me but needs proper testen and checking of the displayed information to ensure there is no race condition at startup.