Is there a way to check a scene’s status with luup? Specifically, I want to create a “at home” and “away” scenes and want to specify my home temp based on these states. I know that I could store these variables on a device, but it would be much more efficient to simply test the scene. Thanks in advance.
Could I write my status to a file (on a usb stick, perhaps) and access it that way using iowrite?
Could I create a faux device?
You can create a file in /tmp and write your values there using io.write.
I read somewhere that you basically create a virtual device in Vera and add it to the scene, then you can monitor the status of that device and have the status show up in SQ Remote or other UI.