Replies: 1 comment
-
I have a Sonoff ZBDongle-P. It doesn't like ser2net. I have a few ConBee II adapters that are fine with ser2net. I reverted to a direct connection. |
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
-
I have been running z2m in a docker container with a Sonoff USB ZBDongle-P for a couple of years now without issues - it runs great.
I am now trying to move the adapter to a different network host and use ser2net to pass the traffic. The connection is made successfully but the adapter disconnects again after about 30 seconds. I can find no helpful information in either the ser2net log nor the z2m log. I do not believe that this is a network problem because the problem persists even if both ser2net and z2m are running on the same host.
The z2m output look like this:
I am using ser2net v4.3.11 and the config file looks like
I have tried removing the dtr and rts options and also tried the nobreak option but to no avail.
The sonoff device is correctly mapped to ttyUSB0
Other folk seem to have no problems with ser2net and so I must be doing something wrong here.
How can I diagnose this problem - ser2net provides no log output and z2m is already set to log_level=debug.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions