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
The endpoint is definitely correct.. interestingly it's the {EID} part which I had incorrect (thus the Not Found), it is of the format /ivp/meters/ctreversal/(?:[pc](?:L[1-3])?/?)?$
This is where the p is Production and the c is Consumption.
..and to change any of these then one has to do a HTTP PUT to one of the above URLs:
{
"polarityReversal": "reverse",
}
Not specifying a line (aka "phase") number applies it across all lines/phases of that meter type (e.g. c instead of cL1 will apply to all Consumption lines/phases).
I believe an empty PUT (or {} which is what the GET currently returns or maybe "normal" instead of "reverse") should be sent to unset it (haven't tested).
GET requests require any valid token (anybody) but all other HTTP methods (currently just PUT) will require a prov or above token.
I get a
404 - Not found
when hitting the/ivp/meters/ctreversal/{EID}
endpoint. Has this changed / is there an alternate?The text was updated successfully, but these errors were encountered: