Hi all,
By background, I'm not a software developer or someone who works in a devops environment or someone who has actually ever written a program to perform a specific function.
My exposure to Linux is limited (I have Pi-Hole running on 2x Pi2 providing DHCP and secure DNS) and any involvement I have had with Linux has been on a 'follow the tutorial' basis.
That said I have a very good knowledge of networks, can read and follow a tutorial and am willing to invest the time to learn what to do to make something work.
Using a raspberry pi, I would like to be able to capture the statistics from my Loxone miniserver and present them to InfluxDB and then onto Grafana so I can show the wife what's going on in our home.
There are plenty of good Pi InfluxDB and Grafana tutorials, the challenge is getting the stats out of the miniserver and into InfluxDB.
Unfortunately, the examples I've found on the web or in this forum, assume a knowledge I don't have.
Some examples (from the current thread on this):
For me (Not wanting to be critical Rob) its still not clear.
Again from Rob's GitHub post: The idea is that these share a common JSON config file <== What's the filename? Where do I put it?
Create .loxone_stats_influx
in your home dir <== Which home dir? (Is this one on the Loxone or is this the home Dir on my pi e.g /home/username?)
and link/copy into the
config
folder for the Node.js app.
<== Which config folder? Is this (on the Pi) the folder /etc or something else?
@Rob - This isn't intended to be critical of you - its to illustrate that the examples I have found assume an understanding/innate knowledge of how all these things plug together
Can someone either point me to or write a big dummies, step by step, guide to capturing the stats and presenting them to Influxdb?
I imagine I'm not the only one who would be interested, I'm also happy to contribute if I can..
Once I know how to poll them at a regular frequency, into a folder on the Pi, Influx can take it from there.
Thanks in advance ...