jbouwh / ser2net

Provides Docker images jbouwh/ser2net for use as DSRM to tcp adapter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ser2net

Provides docker images jbouwh/ser2net for use as DSRM to tcp adapter.

The docker images are based on debian buster and are generated for all platforms at Dockerhub jbouwh/ser2net

The image has a default configuration file included that exposes tcp port 3333 and binds /dev/tty/USB0 with baudrate of 115200, 1 stopbit no parity and 8 data bits.

This version of ser2net allows multiple simultaneous tcp connections (3 max).

To override the config file bind it to /etc/ser2net.conf. A docker-compose.yml is included to help starting up the container. If you want to use docker run you could start a container using: docker run -it -d -p 3333:3333 --device /dev/ttyUSB0:/dev/ttyUSB0 --name ser2net --restart always jbouwh/ser2net:latest

This version of ser2net is customized to use with a generic DSMR (Slimme Meter) P1 to USB adapter.

The tcp port can be used with the dsmr integration of Home Assistant or Omnikdatalogger

This repository does not maintain the ser2net sourcecode. The sourcecode can be found here: https://sourceforge.net/projects/ser2net/

About

Provides Docker images jbouwh/ser2net for use as DSRM to tcp adapter

License:GNU General Public License v2.0


Languages

Language:Dockerfile 100.0%