Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

InfluxDB and Grafana #61

Open
shannondpasto opened this issue Nov 2, 2021 · 1 comment
Open

InfluxDB and Grafana #61

shannondpasto opened this issue Nov 2, 2021 · 1 comment

Comments

@shannondpasto
Copy link

So I decided to take a look at setting this up. So far so good, solariot is writing data into the InfluxDB, Grafana is configured to access the database and the Sun and Moon plugin is installed. I uploaded your json file but I'm getting N/A for everything. I read on the project page that "The file will require editing to match your InfluxDb settings". Can you please give me an idea as to what needs to be edited? The only difference between your default config and mine is the database name.

Cheers

@shannondpasto shannondpasto changed the title InfludDB and Grafana InfluxdDB and Grafana Nov 2, 2021
@shannondpasto shannondpasto changed the title InfluxdDB and Grafana InfluxDB and Grafana Nov 2, 2021
@meltaxa
Copy link
Owner

meltaxa commented Jan 26, 2022

I've updated the sample dashboard in the repo that solariot.live uses with the latest Grafana version too. The values to look out for are (if they differ from the source):

  • datasource database label. Default is Solariot.
     {
       "name": "DS_SOLARIOT",
       "label": "Solariot",
       "description": "",
       "type": "datasource",
       "pluginId": "influxdb",
       "pluginName": "InfluxDB"
     }
    ],
    
  • measurement name. Default is Sungrow.
  • location value. Default is Gabba.

If anyone has a custom dashboard to share, I am happy to add it to the grafana directory. Possibly even a more generic dashboard sample directory for Prometheus and other types.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants