Device tags on dashboard

If I have a dashboard used for multiple devices and the ctx.deviceId variable defined, which block is best to display info from a device’s tags and tag values.

Does each tag needs to be defined as a context variable, or is there a better way?

Hi @Lars_Andersson,

Are you looking to display only specific tags or all of tags on the context device?

If you have “full device info in context” enabled, I would recommend checking out the Indicator Block for a simple display, but you can even iterate over tags if you’re looking to show a specific tag.

If you want more flexibility in displaying this information, the Custom HTML Block is also an option, and I often prefer it, given the ability to create custom visualization.

Please let me know if there are any additional pertinent details I missed in your use case :smile:

Thanks!
Julia