Add a local mosquitto broker and client on PFC G1/G2 or TP600 devices.
** Changed => Now with TLS Support **
This repo contains an ipk file to add a local mosquitto broker and client on Wago devices.
- Wago mosquittoBroker.ipk
- Wago PFC or Wago Touch Panel with min. firmware 12 or higher installed in flash.(Release 1.5.7 testet with FW16 on PFC)
- PC with preinstalled SSH Client (e.g. https://www.putty.org/)
- Web browser of your choice. (e.g. chrome).
- Start Wago PFC.
- Open WBM (Web Base Management) menu "Software Uploads".
- Press "Browse" button and navigate to wago mosquitto_x.x.x.ipk file. (e.g. mosquittobroker_1.5.7_armhf.ipk)
- Then press "Start Upload" button.
- After finishing the upload process, choise "force" and press "Submit" button to activate the software package.
- Just ignore possible error messages.
If installation failed, open a ssh session an install ipk with "--force-reinstall" option. Use Comand: "/var/downloads/update-script/ opkg install --force-reinstall mosquittobroker_1.5.7_armhf.ipk"
Start SSH Client e.g. Putty
login as `root`
password `wago`
mosquitto --version
mosquitto_sub -h 127.0.0.1 -t '#' -d
Use an MQTT client to send to broker. For example MQTTfx: https://mqttfx.jensd.de/