Z-Wave JS Ui does not re-establish connection if TCP drops #7201
Unanswered
goldriver2
asked this question in
Request Support / Investigate Issue
Replies: 1 comment
-
👋 Hey @goldriver2! Thanks for opening an issue! It doesn't look like you provided a logfile though. While not strictly necessary for every issue, having a driver log on loglevel debug is required to diagnose most issues. Please consider uploading a logfile that captures your problem. As a reminder, here's how to create one: |
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
-
Checklist
I have read and followed the above instructions
I have checked the troubleshooting section and my problem is not described there.
I have read the changelog and my problem was not mentioned there or the fix did not work.
Describe the issue
What is happening?
I'm using a Z-Wave adapter (with Docker and Z-Wave-JS installed) shared via TCP (ser2net on the server side). my router rebooted today and the connection broke. However, it is not restored automatically as I had expected. Instead, the following message is displayed on the Z-Wave JS UI interface:
Driver: Serial port errored: read ETIMEDOUT (ZW0100)
What did you expect to happen instead?
It would be nice if it tried to reconnect every few seconds until the server can be reached again.
Steps to reproduce the behavior:
the message Driver: Serial port errored: read ETIMEDOUT (ZW0100) will be displayed and the z-Net is unreacheable
Software versions
Driver (node-zwave-js): 13.1.0
Z-Wave JS UI: 9.17.0
Homeseer Z-Wave Plus plugin
Z-Wave Controller (Stick/Dongle/...)
Manufacturer: Homeseer
Model name: N-net
Device information
No response
Checklist
I made sure to provide a driver log on level debug.
The log includes a re-interview of the problematic device (if applicable).
The log includes the problematic interaction with the device (if applicable).
I provided the node ID of the problematic device (if applicable).
Upload Logfile
2024-09-28 07:36:46.486 INFO Z-WAVE: Controller status: Driver: Serial port errored: read ECONNRESET (ZW0100)
2024-09-28 07:36:46.486 INFO GATEWAY: Driver is CLOSED
2024-09-28 07:36:46.487 INFO Z-WAVE: Restarting client in 1 seconds, retry 1
2024-09-28 07:36:47.503 INFO Z-WAVE-SERVER: Client disconnected
2024-09-28 07:36:47.515 INFO Z-WAVE-SERVER: Client disconnected
Beta Was this translation helpful? Give feedback.
All reactions