I have a lot of power sensing hardware feeding data into home assistant. Solar generation, individual circuit monitoring, and edge device monitoring. Now it's time to connect it all to the energy portion of home assistant. Should I also be using Influx DB or just let hass store it? What are the pros and cons of just letting HASS store it... ?
#Given how far the HASS energy feature set has come, should I also be using influx DB?
1 messages · Page 1 of 1 (latest)
letting hass store it will be less fuss, less error prone and more efficient
I wouldn't bother
you can use influxdb as a backup for high fidelity data storage though
HA will only store hourly statistics for anything beyond the purge window (long term statistics)
Then the main question is, are you planning to use another dashboard (like Grafana)? As HA itself does nothing with the stored data in InfluxDB.
Personally, I didn't bother anymore 🙂
^ same for me
Thanks for the perspectives! I kind of reached the "let HASS do it and don't worry about it anymore" and it sounds like taking that approach at least initially is reasonable
thank you!
how can I learn how long the "short versus long-term" data storage in HASS is configured?
also how can I have hass take a circuit, subtract the value of an edge device, and produce a new number that is that subtraction... ?
look for recorder and long term statistics in the docs
for the energy dashboard you don't have to do this, you can set upstream devices and it will handle it automatically for you