I've installed the @arduino/node-red-contrib-arduino-iot-cloud nodes in NodeRed, and I have almost every node type working, sending & receiving data, except I cannot receive data via the Properties(in) node.
I've tried everything I can think of, I have data sending and being received via periodic nodes. My data shows up in my dashboard, but when I toggle the related variable, nothing happens in NodeRed.
The periodic(in) node also shows no status indicators like the other nodes. In addition, in the Arduino cloud interface, it shows my device as Offline.
The setup is relatively simple, my devices send & receive data via MQTT, then NodeRed acts as the interface to the Arduino cloud.
*Edit to add: I've also got a debug node connected directly to the Properties(In) node, and it remains blank