-
I am quite new to python and pre-developed scripts, so if I sound a bit ... noobish, I apologize. But for my research, I am supposed to gather information using InfluxDB2 with Emporia. However, I have ran into an issue: My first issue is that I got an error similar to that of discussion 87, which I will reference right here
However, as you did respond with using a docker container, I have installed the windows version. But, my first issue is that the commands you have given were using Influx V1, where my environment has already been accustomed to use Influx V2. Is there any way to use the container with V2? Also, while trying to instantiate the first command of the docker, I got an error along the lines of Thank you so much for being available to help. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
For InfluxDB v2, see the project README, where it shows a configuration using InfluxDB v2: https://github.com/jertel/vuegraf As far as the Docker error goes, I don't use Docker on Windows so I can't help much here. You will need to figure out why Docker isn't running before you can proceed with pulling and running the image. Perhaps search the Docker forums, Google, etc for the error you're encountering. |
Beta Was this translation helpful? Give feedback.
For InfluxDB v2, see the project README, where it shows a configuration using InfluxDB v2: https://github.com/jertel/vuegraf
As far as the Docker error goes, I don't use Docker on Windows so I can't help much here. You will need to figure out why Docker isn't running before you can proceed with pulling and running the image. Perhaps search the Docker forums, Google, etc for the error you're encountering.