Simple script used to install M.I.N.G. stack on your WAGO device.
M - MQTT
I - InfluxDB
N - Node-RED
G - Grafana
For more information please navigate to this repository's WIKI Page
- WAGO 750-821x / 750-8302 / 751-9301 / 751-9401 with FW24 or higher
- SD card (microSD for CC100, SD for PFC200/Edge) with max 32GB capacity
- USB-C cable and/or ethernet cable
- controller with internet access
-
SSH to your controller
You will have to know it's IP address; see Wiki page for step by step configuration
-
log in with root credentials (default password: wago)
-
run the below command to copy script from this repository:
curl -s https://raw.githubusercontent.com/WAGO-UK/ming-installer/main/ming_installer.sh >ming_installer.sh
-
run the below command to start the script:
sh ming_installer.sh
-
Follow instructions in your terminal
Enjoy!