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

INVTDIR is define #26

Closed jeanmarc77 closed 1 year ago

jeanmarc77 commented 1 year ago

Hi, I am unable to pull request, here's an update .. $LOGFILE = "$INVTDIR/errors/mi600.log"; $MI600_DATAFILE = "$INVTDIR/errors/mi600.dat"; $LAST_KWHTOTAL_FILE = "$INVTDIR/errors/lastKWHtotal.dat";

soe135 commented 1 year ago

In my opinion it looks O.K. We can do it so. Thank you.