-
|
Hello Jertel, thank you for your great effort putting this together for community.
It seems to me like I am doing something wrong with the configuration or the vuegraf Installed is missing this module? Thank you in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
Hello, The installation instructions are documented here: https://github.com/jertel/vuegraf#running It looks like you have done things manually and that's likely causing problems. Try following the installation steps and see if it's more clear. For the non-Docker method, it assumes you've already git cloned this project locally. I personally run the Docker container, but I know others that run the python process directly on their host OS. |
Beta Was this translation helpful? Give feedback.
-
|
Hi, thank you for the answer, key was cloning. I did clone the project and then run the setup. Now I am able to get the data as follows.
Now, I "just" have to figure out how to store data correctly to Influx. I am getting live data when vuegraf is running. Probably it would be the best to run script every hour to download historical data for last hour and send to influx? Would appreciate your input and suggestions on this. Thank you |
Beta Was this translation helpful? Give feedback.

Hello,
The installation instructions are documented here: https://github.com/jertel/vuegraf#running
It looks like you have done things manually and that's likely causing problems. Try following the installation steps and see if it's more clear. For the non-Docker method, it assumes you've already git cloned this project locally.
I personally run the Docker container, but I know others that run the python process directly on their host OS.