Node-RED control-device node throw an error

Hi, aerograf.

For sync your temp and hum sensor data to a virtual device.

  1. Use a register-device node to register a virtual device.

    Here are some initial state
  2. Use a event-state to monitor a real temp and hum sensor data.
  3. Use a function node to receive and transfer the data.
  4. Use a put-device-state node to recevie the data and sync to iHost.
  5. Then you can see your real data are synced to your virtual device.

Here are the whole flow.

As for a POWR3 synchronization, we are cuurently not support a register ability for POWR3.
So you can’t register a virtual POWR3 device to iHost.
But you can still receive a POWR3 data from a event-state node, like here

1 Like