Pardon if I missed where this is discussed. I'm new here, and just setup my Hubitat along with a few devices.
I'm trying to find support for long-term logging.
For example, if I found out that something happened two weeks ago - I'd like to be able to see if any of my devices indicated anything.
Also, I'd like to see charts or search with historical data. For example, I would like to see if my basement went below freezing anytime in the past year.
Rather than recreate the wheel ( of which I am capable ), I'd much rather use something that already exists.
I know about the ability to POST an event to a URL, which would be the approach I would use to intercept and save logging info. Is anybody here already doing that?
You can download and install the syslog client from hubitat package manager, and it will work with any syslog server. I use kiwi syslog server since it's free.
Also if you take the route with InfluxDB, Grafana and Influxdb Logger, I have a driver that can take live logging and put it in InfluxDB. Then a grafana dashboard that makes the logging easy to search.
Here is the link to the thread releated to this option
I use this as my research tool when the logging in Hubitat isn't sufficient
The only thing to consider is that as this driver connects to the Live Logging Socket and then sends it to InfluxDB, it does require some processing. The more stuff you have going to Live Logging the more cpu it will use. I haven't seen issues with it, but i also don't have everything going into live loggings.
Hey! Thanks for all the replies, I guess I'm blind - but I swear I'm safe to drive.
I'm looking at all of these, the WatchTower is closest to what I am looking for. I'll see how easy it is to incorporate.
My main hope is to emulate what you see on RVs. I'm a complete neophyte with Hubitat so far, and while the dashboard editor is OK, it's not very efficient or flexible. For example, it appears that my temp / humidity sensors need to be separate "devices" in separate boxes. Also, their readouts are digital, and I would prefer gauges or "meters" type-of readout.
Glad I have this so far, my main purpose to get me started is pretty simple: what is the temperature in my basement - year round?