Skip to content

Get actual solarInputPower values when gridReverse: 2 is set #12

@thehawkes

Description

@thehawkes

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions