-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Aloha,
is it possible to get the actual solarInputPower values when gridReverse is set to forbidden and a outputLimit is set?
Atm. the SolarFlow reports (limited) values
"solarInputPower": 132,
"solarPower1": 75,
"solarPower2": 57,when gridReverse is forbidden, a outputLimit is set and the battery is full (state standby).
"outputLimit": 105,
"gridReverse": 2,if I allow gridReverse, the solarInputPower is what I would expect:
"solarInputPower": 539,
"solarPower1": 207,
"solarPower2": 332,
>>snip
"gridReverse": 1,
"outputLimit": 255,
"outputHomePower": 504,but I can no longer limit the output because the solarflow will go into bypass mode (when the battery is full) and ignore the outputLimit
My problem is that I use solarInputPower for some calculations and would like to get the "real" values everytime.
Maybe it's a HW limitation but I'll have to ask ;)
Metadata
Metadata
Assignees
Labels
No labels