Skip to content
This repository has been archived by the owner on Aug 6, 2019. It is now read-only.

Latest commit

 

History

History
46 lines (32 loc) · 1.37 KB

README.md

File metadata and controls

46 lines (32 loc) · 1.37 KB

Solar Panel Dashboard

Made with

Data

  • Solar Panel data is mocked
    • Vattage: It fluctuates between 200-250v
    • Woltage: Fluctuates between 20-800w
  • Weather forecast uses data from PlanetOs API
    • Visible Diffuse Downward Solar Flux
    • Sky cloud coverage

TODO

  • Remove whitespace from Charts bottom
  • Make formatter for W/kW/mW
  • Fix tests
  • Solar Panel mock data should fluctuate realistically

Screenshots

1280px iPad iPhone

Configuring

location: src/env-local-config.ts

Variables

How to run

  • Run git clone https://github.com/MayGo/solar-panel-dashboard.git
  • If you don't have yarn installed, download it here (this repo uses some yarn-specific features).
  • Run yarn install
  • Run yarn start-dev-server