https://github.com/jbouwh/ser2net
Provides Docker images jbouwh/ser2net for use as DSRM to tcp adapter
https://github.com/jbouwh/ser2net
docker dsmr homeassistant omnikdatalogger ser2net
Last synced: 30 days ago
JSON representation
Provides Docker images jbouwh/ser2net for use as DSRM to tcp adapter
- Host: GitHub
- URL: https://github.com/jbouwh/ser2net
- Owner: jbouwh
- License: gpl-2.0
- Created: 2021-08-25T16:28:13.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-25T20:30:02.000Z (almost 5 years ago)
- Last Synced: 2025-10-05T19:36:55.630Z (9 months ago)
- Topics: docker, dsmr, homeassistant, omnikdatalogger, ser2net
- Language: Dockerfile
- Homepage:
- Size: 17.6 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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/