Toggle Virtual Presence?

How do i toggle a virtual presence sensor manually via sharptools? The presence sensor layout doesn’t allow you to click the tile to toggle. Would be a nice feature. How can you do this without that feature? Without creating a new virtual device in hubitat…

You could use a SharpTools Rule to toggle it.

One approach would be to setup a rule to sync the virtual presence to a True/False variable. Then add that variable to your dashboard and customize the action to use the Hyperlink syntax to run a rule to toggle the virtual presence device’s state.

1 Like

Could make for a good feature request. Technically, there’s no standard defined for controlling the presence capability, but most virtual presence devices implement an arrived() and departed() command.

1 Like