Posts
Showing posts from 2017
Epever/Epsolar output to InfluxDB/Grafana
- Get link
- X
- Other Apps
I setup reporting for my EPever solar charge controller a while ago using using the following guide at sporadic projects . It works but have been hankering for something a little more/different and saw a posting recently of someone using grafana and influxdb to report on their PIP based solar setup so i set about recreating this and in all honesty it wasn't as bad as i thought and after a few days i've gotten something up and running. The first step was setting up my pi, i decided to reuse a aging pi1 which caused some issues as i couldn't install things from the standard repo's so it needed a little more tinkering. I documented this as i went so i hope this helps others using it on a pi1 also. The below shall download a precompiled influxdb setup and install it. It will then add a custom repo to your sources list and install grafana and then start it up and enable it at startup. Lastly it shall install php and the curl library for php and the...