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.
for example iwant to make visible marked value in a gauge or simple text output node.
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