Trying to set up a file size sensor to my InfluxDB database, but having trouble finding the file location + I’d like to occasionally download my database, so the RPI doesn’t fill up.
The arm64 / aarch64 target fails on modern hardware with no ARM32 emulation. Got influxdata to accept my pull request chronograph yesterday, now waiting for them to commit my change to kapacitor. There is a backlog there though.
Now, how do I add my own binaries to the container ?
I tried to clone https://github.com/hassio-addons/addon-influxdb and put in my /usr/share/hassio/addons/local - but it fails to install. Why ? What am I missing ?
I can not find anything in logs.
If I can get the local addon to install, then I can easily drop the 4 modded binaries into the rootfs folder for the time being.
Hi guys
Anyone able to use InfluxDB running as hassio addon to store Proxmox performance data.
I have my HA runing on Intel NUC in Proxmox VM. In HA I have installed the InfluxDB addon. Proxmox has ability to store the performance data in external InfluxDB database but it can do so only over UDP. I’m no expert but it seems the Hassio addon for InfluxDB has open only TCP on port 8086, correct? So I won’t be able to forward the Proxmox data into my HA InfluxDB instance?
Thanks
Hi
I do not think changing ssl will work. I was looking through the container and it seems it does not exposes the UDP port 8089 as standard InfluxDB image does. So we are not able to connect that way.
May be Frenck can add the port in next version of the addon?
Thanks
I’m having an issue where I suspect InfluxDB of keeping my CPU load very high. At moments the Home Assistant becomes unresponsive and even connection losses. After stopping several Addons, CPU load returned to normal after a couple of hours! But immediately after starting InfluxDB, CPU load increases and remains high.
In the screenshot, the CPU load decreases at approximately 6:15 in the morning. I shut down a lot of addons at 23:00 the evening before. At first I concluded this was not related, so I restarted addons one at a time, keeping an eye on CPU load. InfluxDB is clearly causing an issue with CPU load going up. And it remained high for hours. Could it be an issue caused by InfluxDB?
Everything is possible, did you check if it might as well be something generating a lot of data to write to the DB, or a very heavy query for something? Also you could try a new empty DB. Maybe it’s corrupt.
Took a while, but found some spare time to have a look at it. Apparently I did not set up the ‘include’ variable in the config. As a result everything was logged to the influx database. I’ve now set up a couple of sensors and influxdb is running just fine!
Hello,
I have a problem with Influxdb 3.6.2, no database created (see screenshot)
my config:
influxdb:
auth: true
reporting: true
ssl: false
certfile: fullchain.pem
keyfile: privkey.pem
envvars: []
log_level: info
Hi, I’m new with influx db and there is a thing that i can’t understand: i used include statement to include 2 xiaomi temperature/humidity sensor: i included only temperature sensor in statement but in influx db i noticed that also all attributes of those sensors are included (battery, signal, humidity etc.). I don’t need to store that data… There is a way to not include attributes in the db?
Even after a couple of months looking, still no solution. I’m on ’ Home Assistant 0.109.6’ now.
I get the error:
Database host is not accessible due to ‘HTTPConnectionPool(ol(host=‘Ip-address-goes-here’, port=8086): Max retries exceeded with url: /write?db=homeassistant_influx (Caused by NewConnectionError(’<urllib3.connection.HTTPConnection object at 0xad1672d0>: Failed to establish a new connection: [Errno 111] Connection refused’))', please check your entries in the configuration file (host, port, etc.) and verify that the database exists and is READ/WRITE. Retrying again in 60 seconds.
I’ve been banging my head on it for months. Any clues on where to start to debug this one?
When adding the db/user and pass to the config in YALM of the InfluxDB I get a different error namely
Database host is not accessible due to ‘(‘Connection aborted.’, BrokenPipeError(32, ‘Broken pipe’))’, please check your entries in the configuration file (host, port, etc.) and verify that the database exists and is READ/WRITE. Retrying again in 60 seconds.