Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
1 vote
0 answers
217 views

Not all points being written to InfluxDB using Python

I'm using InfluxDB OSS 2.7 and using the influxdb_client Python library to write data. Right now I am attempting to write a lot of data taken in close intervals to the database, but a lot of the ...
dmbook's user avatar
  • 11
0 votes
1 answer
403 views

Python InfluxDB Script

I wanted to have the following script to document my speedtest data, however I get the following error message: Traceback (most recent call last): File "/home/pi/speedtest.py", line 35, in ...
Louis Overhoff's user avatar
0 votes
1 answer
793 views

Influxdb2 Python API: Path not found

I have a working InfluxDb2 server and, on a Raspberry Pi, the Python client library. I've generated the the tokens in the server UI and copied an all-areas one into the Python. The test bucket is set ...
Hugh Barnard's user avatar
0 votes
1 answer
478 views

InfluxDB2 Authorization failing for HTTP API

I have been trying to externally log data to my home server with a little GSM modem and InfluxDB2 HTTP API- it is far away and needs to be external, just checking water levels and other system stuff. ...
Spider999's user avatar
  • 135