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

how can I stop sunset auto on/off and log 24 hours? #39

Closed dr-ni closed 1 year ago

dr-ni commented 1 year ago
jeanmarc77 commented 1 year ago

why do you want to change that ?

dr-ni commented 1 year ago

I'm running also a windgenerator which is working also at night

jeanmarc77 commented 1 year ago

neat but 123s is intended for solar inverters. Maybe meterN will fit your need or you may tweak the code.

dr-ni commented 1 year ago

I don't want to use meterN. I just want to tweak 123s. So a small hint where the auto on/off is in the code would be very helpfull

jeanmarc77 commented 1 year ago

Set $memarray['awake'] to true but that will lead to 'communication error' and 'Missing 5' sample' for your solar inverter

dr-ni commented 1 year ago

ok I'll try, thank you :-)