ioBroker/ioBroker.node-red

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

mickym2 opened this issue · 0 comments

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