cdpuk / givenergy-local

Home Assistant integration for local access to GivEnergy inverter and battery systems
MIT License
50 stars 14 forks source link

Charge/discharge power limit values do not match GE portal #28

Closed cdpuk closed 1 year ago

cdpuk commented 1 year ago

The GE portal has been updated to more accurately (though not completely accurate) interpret the power limit values. The new step value appears to be 81W instead of 64W, with similar glitches to the top end of the scale as before.

Key: Value entered in GE portal -> Value in inverter registers -> Value read back from the GE portal

81W   -> 1  -> 81W
2106W -> 26 -> 2106W (26*81)
2430W -> 30 -> 2430W (30*81)
2511W -> 31 -> 2600W (!!)
2600W -> 50 -> 2600W (??!?!)