Hello,
I am trying to show information in a dashboard from a property device, but I do not understand why it does not appear.
If I write just text (in this example “I1”), it appears:
But when I write it to show a property device it does not work:
I have tried with all of these but it does not show the value:
{{Auto_VirtualTennisCourt_1.intensity}}
{{value.Auto_VirtualTennisCourt_1.intensity}}
{{value[“Auto_VirtualTennisCourt_1”].intensity}}
{{value[‘Auto_VirtualTennisCourt_1’].intensity}}
{{value[Auto_VirtualTennisCourt_1].intensity}}
{{val.Auto_VirtualTennisCourt_1.intensity}}
And the device has a value in that property:
Moreover, I have added a text/value widget and it works:
Thank you!