mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-03 12:15:54 +02:00
removed change power limit on dtu startup
This commit is contained in:
parent
0b968b4591
commit
ee9d06b1ef
1 changed files with 0 additions and 1 deletions
|
@ -851,7 +851,6 @@ void app::loadEEpconfig(void) {
|
||||||
// it is "doppelt-gemoppelt" because the inverter shall remember the setting if the dtu makes a power cycle / reboot
|
// it is "doppelt-gemoppelt" because the inverter shall remember the setting if the dtu makes a power cycle / reboot
|
||||||
if (iv->powerLimit[0] != 0xffff) {
|
if (iv->powerLimit[0] != 0xffff) {
|
||||||
iv->devControlCmd = ActivePowerContr; // set active power limit
|
iv->devControlCmd = ActivePowerContr; // set active power limit
|
||||||
iv->devControlRequest = true; // set to true to update the active power limit from setup html page
|
|
||||||
if (iv->powerLimit[1] & 0x0001){
|
if (iv->powerLimit[1] & 0x0001){
|
||||||
DPRINTLN(DBG_INFO, F("add inverter: ") + String(name) + ", SN: " + String(invSerial, HEX) + ", Power Limit: " + String(iv->powerLimit[0]) + " in %");
|
DPRINTLN(DBG_INFO, F("add inverter: ") + String(name) + ", SN: " + String(invSerial, HEX) + ", Power Limit: " + String(iv->powerLimit[0]) + " in %");
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Add table
Reference in a new issue