I have an instance of NodeRed on a Pi and it works perfectly. I used the Pi GPIO to monitor some mechanical equipment, created alarms, runtime, cycle counts and local UI using NodeRED dashboards. I couldn't be more pleased and have a few more Pis planned to deploy. Got a modbus issue to work though, but I'm on it.
Next Id like to tie it all into a instance of NodeRed on IBM BlueMix also running BlueMix. Got the account setup and NodeRed in IBM running, no problem.
Getting my Pi running node red attached as a IOT device in BlueMix is where things start falling apart for me. I have been searching the internet , watching videos and experimenting. At this point here are my questions.
-
Most of the videos I'm watching are older and seem to refer to the Watson IOT node which hasn't seen an update in 4 years. I'm getting the impression this has been largely dropped for the MQTT out node pointed to BlueMix. Is that a correct assumption and if so I'm a little unclear how to correctly configure for connection to BlueMix, and if a certificate is needed. If anyone knows of documentation that provides specific direction on configuring NideRED MQTT node I'd appreciate it. My research efforts so far either refer too the watson node or don't specifically tell me how to format the fields to IBMs liking. I did read something about "xx.messaging.internetofthings.ibmcloud.com" but haven't had any luck with it so far.
-
Device VS Gateway. One of the videos I watched showed setting up node red as a gateway both in the watson node in the the IBM iot device config. How is it a gateway? I don't understand the distinction as it applies to this usage.
I'm still a little new to NodeRED, because I'm very excited about the potential here I have been investing heavily in coming to know this platform..
Thank you!