All Questions
Tagged with influxdb-2 python-3.x
4 questions
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 ...
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
...
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 ...
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.
...