I am monitoring a door where the door sw returns a 1 when it is closed and 0 when open. It would be great to print “Open” or “Closed” on the Dashboard instead of 0 or 1. Can this be done?
Currently I’m using a Value widget to display the door state as 0 or 1, but clearly the user has to know the meaning of each state, which is not user-friendly.