pvtom/rscp2mqtt

By pvtom

Updated 4 days ago

Bridge between an E3/DC home power station and an MQTT broker

Image
Internet of Things
0

7.5K

RSCP2MQTT - Bridge between an E3/DC device and an MQTT broker

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 Command

docker pull pvtom/rscp2mqtt