External mqtt incoming values

Hi,

I’m having some trouble following what you exactly want to do. But some quick tips that might help you:

  • I think you should be using value filter to get the data you want from the JSON object you receive.
  • You can receive data in 1 attribute, and write to other attributes from there to get the individual values in attributes using ‘Attribute link’. See this example: Asset Attribute with JSON Object and store data points to Line Chart - #2 by Don
    As you can see it is an array, so you can write from one to many.

I hope this helps, otherwise maybe you can share a sample of the data you are receiving and how you want to distribute it over asset attributes.

Don