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

Include "error" in status #26

Closed
wants to merge 1 commit into from
Closed

Include "error" in status #26

wants to merge 1 commit into from

Conversation

tmjo
Copy link
Collaborator

@tmjo tmjo commented Oct 15, 2020

Offical status from Easee. Seems we have good names, although not exact match, but Easee also have differences between app/web etc. The unknown status is confirmed as ERROR.

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
}

Offical status from Easee. Seems we have good names, although not exact match, but Easee also have differences between app/web etc. The unknown status is confirmed as ERROR.

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
}
@fondberg
Copy link
Contributor

I think #28 makes this redundant

@tmjo
Copy link
Collaborator Author

tmjo commented Oct 19, 2020

Yes, it is redundant now. Closing.

@tmjo tmjo closed this Oct 19, 2020
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

Successfully merging this pull request may close these issues.

2 participants