ioBroker / ioBroker.node-red

Instantiate the server with node-red
Apache License 2.0
52 stars 30 forks source link

iobroker-out does not create objects if topic is specified in node #369

Open mickym2 opened 1 year ago

mickym2 commented 1 year ago

The iobroker node creates not existing topics if the the topic is variable and specified in the message objekt. Fine!!! even if the Folder Objects are not created on each level.

image

So functionality is Ok, even if under userdata not all objects in the hierarchy are created:

image

topic is specified in the message objekt.

However if the topic is specified in the node - the object is no longer created:

image

image

If you specify a payload type - then it seems that the object is created more reliable;

image