Skip to content

HermesHonshappo/MyElectricalData-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

Simple Grafana dashboard for MyElectricalData

Written for influxDB v2, with flux language. It needs you to configure a datasource in grafana pointing to your InfluxDB server. I named my datasource "InfluxDB2". Not sure if it's critical for the dashboard to work.

Does not use the PDL as variable in the queries, so removed that as a variable. It pulls all data in InfluxDB assuming a single PDL

The below is assuming you already have a data connection in Grafana to your influxDB database, and the proper plugins installed. If not, see at the bottom

To use, simply go to grafana, on the left pick Dashboard, Import, then select the JSON file

Give the dashboard a name and voilà

Screenshots:

image image image

Installing the connection to InfluxDB

You need to go to grafana settings -> administration -> data sources and add a data source. Pick influx as the engine. Then fill the URL of the database, organization ID and token that you have generated in InfluxDB

Screenshot 2023-07-08 at 15 40 42 Screenshot 2023-07-08 at 15 42 20

Installing plugins

You need the two plugins below installed. Go to settings -> administration -> plugins and install them if missing Screenshot 2023-07-08 at 15 43 51

Screenshot 2023-07-08 at 15 44 25

Changelog

2023-07-08 update:

  1. modified .JSON file since it had link to an influxDB UID. For a brand new install, the UID would not match
  2. added link & screenshots of the two plugins to install
  3. added screenshot of install for influxDB connector

2024-06-17 update:

  1. Added primary energy factor. Used for energy classification of house in France
  2. current and previous years are now computed automatically. Should not need an update each year
  3. current year % is now based on same consumption the year before (Jan1st to current date vs Jan1st 1 year ago vs 1 year ago today)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published