Laundry Status Displayed on Tiles

Welcome to the community, Chris! Hero Attribute tiles are capable of displaying any attribute from a device, so as long as the data is reported in an attribute somewhere, you should be good to go.

For example, SmartThings has an official Dryer Operating State capability which has a dryerJobState attribute with values like drying, cooling, finished, etc.

Note: Any virtual device would work here. So if you prefer a Virtual Switch (on, off) or a Virtual Acceleration Sensor (active, inactive) you could certainly use those.

So you could create a virtual Dryer Operating State device and then change it’s dryerJobState in your WebCoRE piston. Then you could display that in a SharpTools tile.

Alternatively, if you don’t want to have extra virtual devices, you can display data from WebCoRE by following the steps in the following post:

2 Likes