Skip to content

tsa87/home-energy-monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Home Energy Monitor (SFU Engineering Competition)

Screenshots

Instructions

Install:

pip install plotly 
pip install PySimpleGUI 
pip install requests 
pip install datetime 

Run:

python gui.py 

This is a program that helps the user monitor their electricity usage.

The app will display:
- Current usage (in ¢/hr and kW)
- Usage of current day, week, and month
- Tips for reducing consumption

The user will be greeted with a main menu.
The main menu will display:

  • Current usage
  • Button for daily usage page
  • Button for weekly usage page
  • Button for tips page
  • Button for program exit page

The daily usage page will display:

  • The daily usage

The weekly usage page will display:

  • The weekly usage
    - Button to display detailed pie chart of usage distribution amongst appliances

The monthly usage page will display:

  • The monthly usage

The tips page will display:

  • Helpful tips for reducing energy consumption

Collaborators

tsa87, Augustine Jeong

About

SFU Engineering Competition 2019

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages