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 HAOS, with HACS installed, and the latest OCPP version, ive tried deleting and reloading several times with reboots.
i can add an entry to listing on 0.0.0.0 port 9000.
i have a SyncEnergy Wall Charger 2, and set the manual server to ws://{HA_IP}:9000 , and have tried some variations with... /, /{SERIAL} etc... but its not connecting to the OCPP server.
when i enable debugging, for occp and websockets (as per the docs) i just see...
2026-07-27 17:14:04.998 INFO (MainThread) [homeassistant.setup] Setting up ocpp
2026-07-27 17:14:04.998 INFO (MainThread) [custom_components.ocpp] config = {}
2026-07-27 17:14:04.998 INFO (MainThread) [homeassistant.setup] Setup of domain ocpp took 0.00 seconds
2026-07-27 17:14:05.000 INFO (MainThread) [websockets.server] server listening on 0.0.0.0:9000
and ...
2026-07-27 17:30:38.209 INFO (MainThread) [websockets.server] server closing
2026-07-27 17:30:38.210 INFO (MainThread) [websockets.server] server closed
2026-07-27 17:30:38.214 INFO (MainThread) [websockets.server] server listening on 0.0.0.0:9000
nothing more...
what am i doing wrong, do i need to raise an issue ?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
i have HAOS, with HACS installed, and the latest OCPP version, ive tried deleting and reloading several times with reboots.
i can add an entry to listing on 0.0.0.0 port 9000.
i have a SyncEnergy Wall Charger 2, and set the manual server to ws://{HA_IP}:9000 , and have tried some variations with... /, /{SERIAL} etc... but its not connecting to the OCPP server.
when i enable debugging, for occp and websockets (as per the docs) i just see...
2026-07-27 17:14:04.998 INFO (MainThread) [homeassistant.setup] Setting up ocpp
2026-07-27 17:14:04.998 INFO (MainThread) [custom_components.ocpp] config = {}
2026-07-27 17:14:04.998 INFO (MainThread) [homeassistant.setup] Setup of domain ocpp took 0.00 seconds
2026-07-27 17:14:05.000 INFO (MainThread) [websockets.server] server listening on 0.0.0.0:9000
and ...
2026-07-27 17:30:38.209 INFO (MainThread) [websockets.server] server closing
2026-07-27 17:30:38.210 INFO (MainThread) [websockets.server] server closed
2026-07-27 17:30:38.214 INFO (MainThread) [websockets.server] server listening on 0.0.0.0:9000
nothing more...
what am i doing wrong, do i need to raise an issue ?
All reactions