Charger Reconnects #307
Unanswered
GrantKeymer
asked this question in
Q&A
Replies: 2 comments 53 replies
-
As well as network transport layer issues it could be loading on your HA server, router etc. Basically a localised issue to your environment causing the websocket to drop. You can expect a few reconnects over the course of a week or two on a solid setup. |
Beta Was this translation helpful? Give feedback.
53 replies
-
Earlier today I saw this... Two hours have now passed since installing the update, and it looks very promising that this issue has been resolved, once and for all... The 'PONG Latency' has also reduced dramatically since the upgrade... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Just wondering if anybody else is experiencing frequent Charger Reconnects?
They can be as little as 10 minutes apart and occur for no apparent reason. I'm not sure if it indicates a problem, but has been happening with at least the last 3 releases. Here's a screenshot showing the relevant Lovelace card...
And here's an excerpt from the log, showing all entries relating to the Reconnect event...
2022-01-18 08:27:00 DEBUG (MainThread) [websockets.server] server < GET / HTTP/1.1
2022-01-18 08:27:00 DEBUG (MainThread) [websockets.server] server < Headers([('Connection', 'Upgrade'), ('Host', '192.168.1.6:9000'), ('Sec-WebSocket-Key', 'IUAswvKNnFJfZ127obKmNw=='), ('Sec-WebSocket-Protocol', 'ocpp1.6'), ('Sec-WebSocket-Version', '13'), ('Upgrade', 'websocket'), ('User-Agent', 'WebSocket++/0.8.2')])
2022-01-18 08:27:00 DEBUG (MainThread) [websockets.server] server > HTTP/1.1 101 Switching Protocols
2022-01-18 08:27:00 DEBUG (MainThread) [websockets.server] server > Headers([('Upgrade', 'websocket'), ('Connection', 'Upgrade'), ('Sec-WebSocket-Accept', '0FBLkyLz9+vDkI1NTfD4ipEjFo8='), ('Sec-WebSocket-Protocol', 'ocpp1.6'), ('Date', 'Mon, 17 Jan 2022 19:27:00 GMT'), ('Server', 'Python/3.9 websockets/9.1')])
Before anybody asks, the WiFi signal to my Pulsar Plus is shown as 'High' on the Wallbox Portal, or 3 bars on the app, so I'm certain that's not the cause.
Beta Was this translation helpful? Give feedback.
All reactions