
martinav (Customer) asked a question.
I was hoping to use Node-Red and a MQTT broker to run data to/from an SQL table on my server. The AEDES (or whatever) wont install proper, but there is another one I found that seems fine, but It will never resolve connection. I need some help here. Seems rather typical to setup, but you know how that goes.
My BRX:
The logic:
The node:
Main setup
Brx connection info (I think???)
Well, I finally got t his. It helped a lot to use a MQTT simulator. I found one called MQTT.fx from www.softblade.de. Its a lot easier to get the broker setup, then setup your PLC. You arent fighting settings on both sides. So much easier to make setting tweaks on the node-red side.
Also, clairty of settings when you are asked for "server" settings also got me off center. Server is always the IP address of where to access your NodeRed broker. This was not clear to me for quite a while. I couldnt get past a server/slave kind of thing where one setting points to the IP of the other, etc. You actually never enter the IP of the actual PLC. Everything is pushed to/from the broker IP.
Thanks to all that helped.