I have 2x ET340 on the same RS485 bus, 120 ohm at both ends of the bus , CAT5E FTP for about 13meter with shielding connected to PE on one side.
a few times a day, sometimes multiple times an hour I saw the multiplus devices going into pass-through and the multiple error lines in the dbus-cgwacs log:
ERROR Lost connection to energy meter “052233X” @ “/dev/ttyUSB1” : 2
ERROR Lost connection to energy meter “052191X” @ “/dev/ttyUSB1” : 1
the meters where back in a few seconds and everything get’s back to normal.
today I decided to investigate a little more and increased the timeout for the dbus-cgwacs service from 250ms default to 500ms.
so far no more disconnects.
Anyone knows of any drawback of keeping this larger timeout value ?
I suspect OS running on the Cerbo devices not being a real time one (Linux) might introduce some small delays that can trigger the 250ms timeout.
OR
the ET340 are not consistent in always responding within 250ms
OR
the CAT5e FTP running along for 13m with the 3phase power cable might introduce some transient noise and communication can’t be resumed in 250ms but can in 500ms.
I’ve read all I could find on this forum about meters loosing connection, so far the timeout change is the only one that works so far, after different changes on the physical connection.