Capabilities - Vera scenes

Vera scenes is imported as devices without any capabilities.
Clicking on the tile (SceneTile.xaml) makes the Vera Scene to run.
I would like to see/display when the scene was last run, and next time to run.
Is it some capability which I can add to get it/display those values.

1 Like

That is not a possibility since that information isn’t available in the Vera’s SData. You may get some luck posting in the Vera forums to see if you can add that information in the SData for HR to be able to use it.

The information is not included in sdata query used by HR.

One way is to to create HR plugin and use Vera http request, for example this one:
http://VERAIP:3480/data_request?id=scene&action=list&scene=SCENEID

1 Like

Thank you :slight_smile:
I think I am going for that solution.