jeanmarc77 / 123solar

123Solar is a lightweight set of PHP/JS files that makes a web logger to monitor your photovoltaic inverter(s). It just need a web server and PHP, no databases are even needed. The philosophy is: To keep it simple, fast, with a low foot print to run on cheap and low powered devices.
GNU General Public License v3.0
36 stars 12 forks source link

Error in $nowUTC #23

Closed escix closed 2 years ago

escix commented 2 years ago

There is some error in $nowUTC calculations as it seems the sunset and sunrise times comparison with $nowUTC doesn't reflect actual time and the aurora failed to start.

escix commented 2 years ago

Figured out that I need to set the coordinates too. All good.