- 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