adds code


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/jessejamescox/pfc-kbus-api To install Docker: https://www.youtube.com/watch?v=_SX0swh4vU0 To run Mosquitto, follow this link: https://github.com/jessejamescox/wago-mosquitto-config 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-sopped nodered/node-red The Github repo for the root project: https://github.com/jessejamescox/kbus-api-sandbox
Previous Post Next Post