I was using Python for my setup. I managed to get as far as “Write Data”. When running the Python script I get the following errors:
File “”, line 1, in
NameError ‘write_client’ is not defined.
File “”, line 3, in
NameError: name ‘Point’ is not defined…
and then I kind of got stuck.
I guess something in the influxdb module installation didn’t go well.