Skip to content

Releases: emoncms/emoncms-docker

11.6.10

Choose a tag to compare

@TrystanLea TrystanLea released this 18 Dec 15:37
9db1d13
11.6.10

11.3.24

Choose a tag to compare

@glynhudson glynhudson released this 12 Jul 22:09

11.3.17

Choose a tag to compare

@TrystanLea TrystanLea released this 05 Apr 18:39
  • 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

Choose a tag to compare

@glynhudson glynhudson released this 27 Nov 17:39

Add redis support

Choose a tag to compare

@glynhudson glynhudson released this 24 Jul 14:36

Pushed to docker hub (21st July 16): https://hub.docker.com/r/openenergymonitor/emoncms/