Skip to content

Releases: emoncms/emoncms-docker

11.3.24

12 Jul 22:09
Compare
Choose a tag to compare

11.3.17

05 Apr 18:39
Compare
Choose a tag to compare
  • 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

27 Nov 17:39
Compare
Choose a tag to compare

Add redis support

24 Jul 14:36
Compare
Choose a tag to compare