Hacker News new | ask | show | jobs
by brikym 506 days ago
According to the post HA uses sqlite for sensor data. Why not use a temporal database like InfluxDB, Prometheus, VictoriaMetrics etc?
2 comments

+1 I also cteated homeassistant-addon-victorialogs[1] as well as homeassistant-addon-victoriametrics[2].

[1]: https://github.com/VictoriaMetrics-Community/homeassistant-a... [2]: https://github.com/VictoriaMetrics-Community/homeassistant-a...

Author here. You can use influx. That’s what I’m doing. It’s just that HA doesn’t use thet by default (which is sensible for most use cases tbh).