I need to add a label on a network map but the item key has a () and it seems that doesn't recognize, I can't change the item key since it comes from a discovery.
My item key is: tempSensorValueInt[Temperature (5)]
I am trying to add the label on the map like that: {AFHND-S201:tempSensorValueInt[Temperature (5)].last(0)}
But it comes the value *UNKNOWN*
My item key is: tempSensorValueInt[Temperature (5)]
I am trying to add the label on the map like that: {AFHND-S201:tempSensorValueInt[Temperature (5)].last(0)}
But it comes the value *UNKNOWN*
Comment