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

changing meter size when current is higher than 10A #27

Closed dr-ni closed 1 year ago

dr-ni commented 1 year ago

if the resolution is <= 720p the meter size is always changin because of an unwanted linebreak

possible fix: change VDC to V to save space

jeanmarc77 commented 1 year ago

Hi, I believe it's wiser to keep VDC, as people can mess up with array and grid voltage. It can change it to ⎓ might be cooler. Nobody use <720p ;)

dr-ni commented 1 year ago

ok keep me informed so I can test it

jeanmarc77 commented 1 year ago

ok you can give it a try, even though 123s interface is suppose to be see on a pc monitor. There is m.php, which is supposed to be mobile or minimale interface. (i haven't work on it much)

dr-ni commented 1 year ago

perfect :-)