corbinbs / solarshed

A Python library to help monitor solar charge controllers typically used in off the grid applications.
MIT License
86 stars 25 forks source link

Connecting from server to Grafana #20

Closed quarkymatter closed 1 year ago

quarkymatter commented 1 year ago

I am using a Renogy Wanderer. I have a Raspberry Pi on ethernet with its own ip address and port. When it is running

python -m solarshed.server

I can verify it is giving stats by visiting its url ("http://ipaddress:port/"). I have imported the dashboard on Grafana using the json file.

My issue is setting the data source on Grafana I believe because I cannot get any data from queries. I am using the Raspberry Pi url as the data source. Am I missing a step?