Ultimate IIoT Device - MQTT I/O Interface with Node-RED + AWS

Опубликовано: 01 Апрель 2026
на канале: Jesse Cox
7,721
128

I have finally released the WAGO KBUS API! An open source project to unlock the most diverse IO system available and read/write the process data directly with MQTT. This means you can swap out your PLC runtime for any programming tool you like, even Node-RED, Python, or directly connect to AWS and control your system from anywhere in the world!

#nodered #mqtt #plc #iiot #opensource #openandeasy #wago

The Docker Hub link to the pfc-kbus-api:
https://hub.docker.com/r/jessejamesco...

To install Docker:    • First Steps for Installing Docker on your ...  

To run Mosquitto, follow this link: https://github.com/jessejamescox/wago...

docker run -it -p 1883:1883 -v /mosquitto/mosquitto.conf:/mosquitto/config/mosquitto.conf --restart unless-stopped eclipse-mosquitto:2.0.11

To run Node-RED:
docker run -d -p 1880:1880 -v nodereddata:/data --restart unless-stopped nodered/node-red

The Github repo for the root project: https://github.com/jessejamescox/kbus...