Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xmakina committed Jul 6, 2015
1 parent a1d7ede commit 6bdfe5d
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# solar-watt
:sun:
# :sunny:solar-watt:sunny:

Aims for this hack...

Expand All @@ -15,3 +14,15 @@ Aims for this hack...
So, the tumble dryer takes 2 hours and uses 1500W. If the prediction for the next two hours is for less than 1500W/h the dryer icon will be red.

If the prediction is >= 1500W/h then the icon will be green.

## Get Started
- Checkout
- npm install
- gulp
- http://localhost:3000

## Expansions
- Read the current power draw, remove it from the prediction
- Track the actual output, use it to inform future/current predictions
- Set up a device that actually uses the prediction to decide when to turn on
- Cache wunderground and other API feeds to stop angry overuse emails

0 comments on commit 6bdfe5d

Please sign in to comment.