https://github.com/depuits/elro_connects_docker
Docker image for elro_connects
https://github.com/depuits/elro_connects_docker
Last synced: 5 months ago
JSON representation
Docker image for elro_connects
- Host: GitHub
- URL: https://github.com/depuits/elro_connects_docker
- Owner: depuits
- License: mit
- Created: 2021-05-28T07:01:11.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-02-28T11:21:20.000Z (over 4 years ago)
- Last Synced: 2025-11-29T23:41:56.031Z (8 months ago)
- Language: Dockerfile
- Size: 6.84 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# elro_connects_docker
Docker image for [elro_connects](https://github.com/dib0/elro_connects/).
Build and run dockerfile:
sudo docker build -t elro-connects .
sudo docker run -it --rm \
-e HOSTNAME='host or ip' \
-e MQTT_BROKER='{mqtt,ws}[s]://[username][:password]@host.domain[:port]' \
-e ELRO_OPTIONS='-i ST_xxxxxxxxxxxx -a' \
elro-connects
The `BASE_TOPIC` is optional and defaults to none.
For the usage of the different arguments you can check out the [elro_connects documentation](https://github.com/dib0/elro_connects#usage).
Following argument should be provided through the docker environmental variables:
- `HOSTNAME`
- `MQTT_BROKER`
- `BASE_TOPIC`
All other argument can be passed using `ELRO_OPTIONS` variable.