* next attempt to fix yield day for multiple inverters #1016
* fix export settings date #1040
* fix time on WebUI (timezone was not observed) #913 #1016
This commit is contained in:
lumapu 2023-07-24 23:33:54 +02:00
parent e5d78bf5b4
commit ffe7d47b31
8 changed files with 29 additions and 15 deletions

View file

@ -401,7 +401,7 @@ class Inverter {
avail = true;
if(avail) {
if(InverterStatus::OFF == status)
if(status < InverterStatus::PRODUCING)
status = InverterStatus::STARTING;
else
status = InverterStatus::WAS_ON;