Hi,
I am new to node red and IOT2040 and I am trying to connect my process with node-red fred cloud via Siemens IOT2040.
I have installed node-red-contrib-fred on my IOT2040 using
npm install -g node-red-contrib-fred
I got the info that the packages have been installed but there is also an error
FRED host type is client { Error: EACCES: permission denied, open 'fred.html' errno: -13, code: 'EACCES', syscall: 'open', path: 'fred.html' }
and I don't have access to fred nodes in node-red window after opening <iot2040_ip>:1880 in my browser.
If the "cloud" is MQTT capable (e.g. if the cloud device is running node-red) then yes, it can use MQTT so long as the MQTT broker is accessible by both node-red devices (e.g. cloud based broker on same cloud device or other external MQTT broker)
BTW: MQTT is extremely simple.
Example of 2 Node-RED communicating over cloud broker