8000 Availability switch always reports "available" · Issue #1623 · lbbrhzn/ocpp · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Availability switch always reports "available" #1623

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

Open
agoode opened this issue Apr 23, 2025 · 0 comments
Open

Availability switch always reports "available" #1623

agoode opened this issue Apr 23, 2025 · 0 comments

Comments

@agoode
Copy link
agoode commented Apr 23, 2025

Describe the bug

My EVSE will report a change on ConnectorID 0 when the ChangeAvailability command is sent. This causes the Status, but not the Status Connector field, to change.

The switch reflects the value of Status Connector, so toggling in HA will cause the command to be sent (making the EVSE unavailable) but then the switch will wrongly revert. The only way to make the EVSE available again is to quickly toggle off and on in HA.

metric_state=HAChargerStatuses.status_connector.value,

Logs:

2025-04-23 19:20:50.859 INFO (MainThread) [ocpp] GRU-10000325917: send [2,"1b975d08-6d3c-494d-b4ef-12cc36f3e462","ChangeAvailability",{"connectorId":0,"type":"Inoperative"}]
2025-04-23 19:20:51.218 INFO (MainThread) [ocpp] GRU-10000325917: receive message [2,"9","StatusNotification",{
	"connectorId":	0,
	"errorCode":	"NoError",
	"status":	"Unavailable"
}]
2025-04-23 19:20:51.225 INFO (MainThread) [ocpp] GRU-10000325917: send [3,"9",{}]
2025-04-23 19:20:51.226 INFO (MainThread) [ocpp] GRU-10000325917: receive message [3, "1b975d08-6d3c-494d-b4ef-12cc36f3e462", {
	"status":	"Accepted"
}]

Model: GRU 80A 2024
Firmware: UUGRW000A-03.11.5

To Reproduce
Steps to reproduce the behavior:

  1. Turn off "Availability"

Expected behavior
The availability stays off.

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

No branches or pull requests

1 participant
0