Skip to content

joph/energy-dashboard

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Joint project by Johannes Schmidt and me.

This repository contains the code of a simple energy monitor displaying energy data from:

Any contribution is welcome, start by cloning this repo:

git clone https://github.com/petres/energy

Data

Copy the creds-template.json file to creds.json and fill it with your credentials. Credentials can be obtained by registering on the corresponding data supplier webpages (free).

Calling a scripts in the load folder will download data from the corresponding data source, extract, aggregate and store the data for the visualisation.

Web

The website is uses webpack as bundler and the javascript framework vue3. The visualisations are created by the gen-vis library which is build on top of d3.

To run the dev website:

cd web
npm install
npm run dev

Releases

No releases published

Packages

No packages published

Languages

  • R 68.9%
  • Jupyter Notebook 11.2%
  • Vue 6.8%
  • JavaScript 4.7%
  • SCSS 3.9%
  • Python 2.9%
  • Other 1.6%