Skip to content

Commit d4b13fa

Browse files
committed
2 parents 66e5648 + eebe9ca commit d4b13fa

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,9 @@ Please not that some MBUS serial devices uses EVEN parity (the default is ODD).
2828
## Options
2929

3030
It is possible to configure a scale factor of currents, power and energy measurements. Some meters are known to to not be connected directly to main power, but through a current transformer with a reduction factor of 50.
31+
32+
## Remote MBUS
33+
You can connect to a remote MBUS device using TCP/IP by selecting connection type "network" in setup.
34+
35+
If your device is connected to a Linux host, then ser2net is a good choice to run on the host to bridge the typical MBUS serial interface to TCP/IP. This ser2net config (/etc/ser2net.conf) line makes a 2400 baud serial MBUS device available on TCP/IP port 3001:
36+
`3001:raw:600:/dev/ttyUSB0:2400 8DATABITS EVEN 1STOPBIT`

0 commit comments

Comments
 (0)