Releases: emoncms/emoncms-docker
Releases · emoncms/emoncms-docker
11.3.24
- Mosquito MQTT container now running as standard and exposed on port 1883
Data can be posted to Emoncms via MQTT, see https://docs.openenergymonitor.org/emoncms/mqtt.html
11.3.17
- PHP 8.0
- Updated PHP extensions: Redis & Mosquitto
- Latest Emoncms repositories
- emoncms_mqtt ran in supervisor, thanks to @jamesfidell
If you have an MQTT server running elsewhere you can connect to this to receive data in the emoncms docker container:
To enable MQTT, change the settings in default.docker-env
. E.g:
# MQTT (needs to be running elsewhere)
MQTT_ENABLED=true
MQTT_HOST=192.168.1.100
MQTT_CLIENTID=emoncmsdocker
MQTT_USER=emonpi
MQTT_PASSWORD=emonpimqtt2016
MQTT_BASETOPIC=emon
MQTT_PORT=1883
V10.1.13
- Pushed to docker hub
Add redis support
Pushed to docker hub (21st July 16): https://hub.docker.com/r/openenergymonitor/emoncms/