mirror of
https://github.com/lumapu/ahoy.git
synced 2025-07-14 06:57:17 +02:00
0.7.31
* fixed docu #1085 * changed active power limit MqTT messages to QOS2 #1072 * improved alarm messages, added alarm-id to log #1089 * trigger power limit read on next day (if inverter was offline meanwhile) * disabled improv implementation to check if it is related to 'Schwuppdizitaet' * changed live view to gray once inverter isn't available * added inverter status to API * changed sum of totals on WebGui depending on inverter status #1084 * merge maximum power (AC and DC) from PR #1080
This commit is contained in:
parent
995c7ea5fb
commit
55764102ce
20 changed files with 223 additions and 112 deletions
|
@ -217,6 +217,7 @@
|
|||
|
||||
function parseRelease(obj) {
|
||||
release = obj["name"].substring(6);
|
||||
getAjax("/api/index", parse);
|
||||
}
|
||||
|
||||
getAjax("/api/index", parse);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue