fixed communication error #652

reset values is no bound to MQTT any more, setting moved to `inverter` #649
fixed wording on `index.hmtl` #661
This commit is contained in:
lumapu 2023-02-08 00:19:04 +01:00
parent 75539c5daf
commit 5765e054f3
13 changed files with 146 additions and 111 deletions

View file

@ -173,6 +173,10 @@
color = "#00d";
avail = "not yet available";
}
else if(0 == i["ts_last_success"]) {
icon = iconSuccess;
avail = "available but no data was received until now";
}
else {
icon = iconSuccess;
avail = "available and is ";