Homeassistant Addon for InfluxDB2
Scalable datastore for metrics, events, and real-time analytics.
InfluxDB2 is an open source time series database optimized for high-write-volume. It's useful for recording metrics, sensor data, events, and performing analytics. It exposes an HTTP API for client interaction and is often used in combination with Grafana to visualize the data.
This add-on is built on the InfluxDB v2.x build.
If you're after the InfluxDB V1.x build - check out this other add-on Here
WorkInProgress:Read the full add-on documentation
- Why make another add-on and why not just upgrade the current InfluxDB v1.x Community Add-on?
- The upgrade path from V1.x to V2.x requires access to the command line and isn't a very user friendly process. So I decided to create a new add-on and start from there.
- Are kapacitor and chronograf both still avaliable in this build?
- No, neither are included as InfluxDB2 now includes a UI and most features from these other packages.
Got questions?
You have several options to get them answered:
- Try the discussion page here on GitHub - or try the hassio discussion page.
- The Home Assistant Discord chat server for general Home Assistant discussions and questions
- The Home Assistant Community Forum.
You could also open an issue here on GitHub.
Just click this link and follow the instructions to add the repository
This is an active open-source project. Please use the code or contribute to it.
This repository is maintained by Daniel
But the original idea behind the InfluxDB2 Addon setup is by Jay Antoney.
However we are both using the InfluxDB v1.x add-on from Franck Nijhof for some inspiration.
For a full list of all authors and contributors, check the contributor's page.
Special Thanks to @smoki3 for "forcing" me to spend my time on making INGRESS work :-D
MIT License
Copyright (c) 2024 Daniel Tammer
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.