Accessing object data

hi,
i am using contrib-enocean lib to encode incomming enocean datatelegramm.
no i have a basecly question how to access/qualify data in dies decoded telegrammessage.
image
for example iwant to make visible marked value in a gauge or simple text output node.

thanks for any help

If you read the docs it tell you how to copy the path to the property required.

You can then in gauge node append the path to msg.
e.g
{{msg.payload.TMP.value}}
you can also format the float
{{msg.payload.TMP.value | number : 2}}
which would show 2 decimal places
see angular pipes

:handshake: thanks, that works

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.