I’m trying to build a dashboard for a group of devices. The devices have the device tags “customer” and “station”. One customer can have multiple stations.
I have created three context variables:
I tried to list the devices using the ctx variables in my filters:
The dashboard context shows that the device tag “station” is set to 1 by default:
I have added a column for the device tag “station” on the device list block, my problem is that the list is not filtered correctly, I still get devices with the tag station=2:
Also, when trying to use the tags in a Time Series Graph block, I’m having the same issue. I set 2 series, one using the device name, the other one using the device tags. Both series should be the same, but it seems that the one selected with the tags is getting the data from all my devices:
I must be doing something wrong?