A quick GitHub gist for anyone looking to write to an InfluxDB server with Python3. This is a generic function that accepts three inputs; as an example, I am using temperature data in degrees Celsius.
Turning DHT11 readings into beautiful graphs in Grafana Once you have your data in influxDB, a great way to visualise it is using Grafana. I hope to bring you more posts in the future about visualising your python data with Grafana.
https://gist.github.com/Tombo1001/1f096ca224f0e61ac66548e2abd36a25
Now that you have the basics of writing events to influxDB with Python, feel free to leave links in the comments on the wonderful things you were able to graph with Grafana.
More Python Guides
- CALCULATING COMPOUND INTEREST WITH PYTHON 3
- HOW TO CALL A BASH COMMAND WITH VARIABLES IN PYTHON
- MONITOR YOUR PUBLIC IP ADDRESS WITH PYTHON
Worth noting that all of the above data could find its way onto a Grafana dashboard… the possibilities are endless!