Hi, new user here. I have several ST leak detectors and would like to create a single tile (no space in my dashboard for more) that would “light up” if moisture is detected by any detector, and also show me the name of the detector. I fiddled with Super Tiles but was not able to figure it out. Is it possible? Thanks,
You could use a rule to aggregate the status of the moisture sensors into a variable, then display that variable on your dashboard.
The concept is described here:
The rule might look something like:
If you wanted to know which particular sensor was wet, you could add additional logic potentially with a separate variable to snapshot the name of which sensor was wet.
1 Like