Hi,
I have installed latest version of HA on my RaspPi 4.
Now want to know what version of InfluxDB do I have (1.x or 2.x) how can I do that please?
Hi,
I have installed latest version of HA on my RaspPi 4.
Now want to know what version of InfluxDB do I have (1.x or 2.x) how can I do that please?
The following should work (change your HA address):
curl -sL -I 192.168.0.66:8086/ping
Alternatively, you can enter the following address in a browser.
http://192.168.0.66:8086/query?q=SHOW%20MEASUREMENTS&db=homeassistant
In both cases the influx version is returned in the response header, but curl shows you the headers whereas the browser doesn’t (you can get to it in the developer tools). My influx addon is up-to-date and shows as vesrion 1.8.10.