You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have tried various forms of JSON POST request to the /ivp/sc/sched endpoint to try to set Force Discharge to True but all the requests have been rejected so far with { "err": "400 - Bad Request", "msg": "Unable to parse JSON request." }'
I'd really appreciate if someone could point me in the right direction with this. I reckon I could shave years off the payback time of my system if I could export excess energy from my battery.
The text was updated successfully, but these errors were encountered:
I'd like to force my Enphase batteries to export to the grid when the export rate is high.
I notice a GET request to
/ivp/sc/sched
produces the following output, which contains a fieldForce Discharge
I have tried various forms of JSON POST request to the
/ivp/sc/sched
endpoint to try to setForce Discharge
toTrue
but all the requests have been rejected so far with{ "err": "400 - Bad Request", "msg": "Unable to parse JSON request." }'
I'd really appreciate if someone could point me in the right direction with this. I reckon I could shave years off the payback time of my system if I could export excess energy from my battery.
The text was updated successfully, but these errors were encountered: