mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-10 07:26:38 +02:00
Major Updates active power limit
See the User_Manual.md for more information about the functionality of the active power limit.
This commit is contained in:
parent
8a02c62995
commit
6ac3876092
7 changed files with 247 additions and 18 deletions
|
@ -84,7 +84,7 @@ class Inverter {
|
|||
Inverter() {
|
||||
ts = 0;
|
||||
powerLimit[0] = 0xffff; // 65535 W Limit -> unlimited
|
||||
powerLimit[1] = 0x0001; // 0x0000 --> set temporary , 0x0001 --> set persistent
|
||||
powerLimit[1] = 0x0000; //
|
||||
devControlRequest = false;
|
||||
devControlCmd = 0xff;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue