We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The GoodWe API returns a soc field which provides information on the battery State of Charge.
soc
{ "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.
The text was updated successfully, but these errors were encountered:
any succes pushing that to pvoutput ?
Sorry, something went wrong.
No branches or pull requests
The GoodWe API returns a
soc
field which provides information on the battery State of Charge.You can also get this data from the Inverter section
It would be useful to have this data returned as well. The
soc
value is just a percentage.The text was updated successfully, but these errors were encountered: