Is there a good way to automatically export event information? My minimal use case is to more elegantly log temp/humid from a handful of sensors throughout my house so I can examine all the data in one place from a computer (rather than individual device charts through the ST app), but I would love to extend this to a wide variety of use cases.
Again, thinking minimally: I want to get event data automatically and persistently exported from certain sensors (timestamp, sensor id, temp, humidity)… maybe that could go to IFTTT? If so, then I can get it into a Google Sheet.
Best case I could flow info directly into RRDtool, Cacti, or similar without requiring a middleman in the cloud!
In a perfect world, ST would allow event-driven logging either directly from each device or from the hub, which allows for a variety of optimization (e.g. just let sleepy battery items log when they check in naturally; don’t poll them forcing extra juice to get used). With that said, I’d be happy to use a local server to poll the system on a regular basis if I have to.
Thoughts?