MQTT JSON Object in ignition

Hi there,

My Homey (smarthub) published data over MQTT, and using MQTT engine in ignition, the data is automaticaly found and nicely shown up in the tag browser like this:
image

But, while I test publishing this object from Node-red:
image

It looks like this:

How can I publish object from node-red, that shows up like it does from homey? Thanks :slight_smile:

I would start by using a tool like MQTT explorer to connect to your broker and compare the topics to see what's different between the data coming from your 2 sources.