Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add State Of Charge to get Battery Info #60

Open
dev-rowbot opened this issue Dec 7, 2021 · 1 comment
Open

Add State Of Charge to get Battery Info #60

dev-rowbot opened this issue Dec 7, 2021 · 1 comment

Comments

@dev-rowbot
Copy link

The GoodWe API returns a soc field which provides information on the battery State of Charge.

{
  "data": {
    "soc": {
      "power": 62,
      "status": 1
    }
  }
}

You can also get this data from the Inverter section

{
  "data": {
    "inverter": [
      {
        "sn": "xxxxxxxxxxx",
        "discharge_current_limit_bms": "100A",
        "charge_current_limit_bms": "100A",
        "soc": "62%"
      }
    ]
  }
}

It would be useful to have this data returned as well. The soc value is just a percentage.

@elRadix
Copy link

elRadix commented Aug 3, 2022

any succes pushing that to pvoutput ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants