solar-observatory icon indicating copy to clipboard operation
solar-observatory copied to clipboard

few setup issues

Open MasterCATZ opened this issue 6 years ago • 1 comments

I created a fork with a few changes to the read me , also delayed some of the scraping speeds as the envoy kept lagging out , tho it might be wifi related got what I needed working now per panel charting :P

not too sure how you solar panel rows where meant to be sorted I could not get it to arrange by location just by serial number
( found the issue had to remove 'unknown' in the scrapper this was being used instead of the serial naming )

also added option in to filter out old inverters , half of mine are dead but their last known values are still being passed by the envoy , even after deleting them

thanks for providing this very easy to build ontop off , currently working on getting the db onto the cloud now :P

MasterCATZ avatar Apr 17 '19 09:04 MasterCATZ

also what have i done wrong for dashboard to not show ? port 9100 Node Exporter Metrics

port8000.txt output.txt

https://grafana.com/docs/installation/docker/#migration-from-a-previous-version-of-the-docker-container-to-5-1-or-later

???

ok I gave up getting permissions to work redirected it to a temp folder and grafana finally started what has got me is my user id is 1000 as well

"opening storage failed: lock DB directory: open /prometheus/lock: permission denied" still trying to get this one working redirecting to a tmp folder did not work

worked it on on a fresh git pull

need to chown -R 1000:1000 * in the git pull folder solar-observatory , for some reason root created a few folders ? which grafana and prometheus could not access

how ever I still can not get port 9100 to load , port 3000 shows grafana ( found username password admin / foobar ) port 9090 shows prometheus ( sees the solar data no idea how to keep the graphs ) port 8000 shows metric data

or are we meant to build out own gui ? prometheus seems to see the metrics

eureka finally found the missing step import dashboard now I might be able to work this out :P I'm going to alter that readme now :P

MasterCATZ avatar Apr 17 '19 10:04 MasterCATZ