pvtom/rscp2mqtt
Bridge between an E3/DC home power station and an MQTT broker
7.5K
Create configuration file /path/to/your/.config as described at https://github.com/pvtom/rscp2mqtt/blob/main/README.md#configuration
Start the docker container
docker run -e TZ=Europe/Berlin --rm -v /path/to/your/.config:/opt/rscp2mqtt/.config pvtom/rscp2mqtt:latest
Start the docker container including InfluxDB support
docker run -e TZ=Europe/Berlin --rm -v /path/to/your/.config:/opt/rscp2mqtt/.config pvtom/rscp2mqtt:latest-with-influxdb
Please set the time zone to get correct historical values.
Further information on use and licenses can be found here: https://github.com/pvtom/rscp2mqtt and https://github.com/pvtom/rscp2mqtt/blob/main/DOCKER.md
docker pull pvtom/rscp2mqtt