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
Sounds great! We were informed by Easee that they will improve docs with regards to all statuses/reasons/whatever, and they also provided a link showing this information for main status:
OpModeType { // <summary> /// No car connected. /// </summary> Disconnected = 1, // <summary> /// Car connected, charger is waiting for load balancer or remote authorization. SuspendedEVSE. /// </summary> AwaitingStart = 2, /// <summary> /// Charging. /// </summary> Charging = 3, /// <summary> /// Car has paused/stopped charging. /// </summary> Completed = 4, /// <summary> /// Error in charger. /// </summary> Error = 5, /// <summary> /// Charger is waiting for car to take energy. SuspendedEV. /// </summary> ReadyToCharge = 6 }
It matches well what you describe, except 0 is not confirmed. I've seen completed in app or web, but it may very well mean that car paused the charging (for instance with car scheduling) as it is explained in the text above.
I was digging in a js source code at easee cloud and I found some reason for reason for no current and other things.
The text was updated successfully, but these errors were encountered: