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

wrong yAxis Maximum for multiple inverters #43

Closed dr-ni closed 1 year ago

dr-ni commented 1 year ago

Settings: Inverter 1: yAxis Maximum 600 W Inverter 2: yAxis Maximum 600 W

Index page yAxis Maximum is 1200 W but should be 600 W because logging curves never reach more than 600 W

jeanmarc77 commented 1 year ago

depend on your config, most have several invt production that accumulate. you can set yAxis Maximum to 300 if you prefer

dr-ni commented 1 year ago

if I'll set it to 300 then the single pages inv1 and inv2 will be also 300 but should be 600

jeanmarc77 commented 1 year ago

If i change i guess most people will complain. Do you have a proposition ? Meanwill you can change yAxis: { max: null }

dr-ni commented 1 year ago

maybe you can add an additional yAxis Maximum setting for the Index page? where I have to fix in index.php?