Skip to content

vincesp/pebblegaragedoor-pebble

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Garage door opener for your Pebble watch

This is the application for your Pebble watch.

It displays how many sockets are currently connected to your Heroku instance, and allows you to open/close the garage door by pressing to bottom button on your watch.

Before installing, you need to make the following configuration in src/js/pebble-js-app.js:

  • The API key aka appid for openweathermap.org
  • The location of your garage, so that we look up the correct weather
  • Your Heroku instance with your secret
//Get one at http://openweathermap.org/appid
var myAPIKey = '';
//Obtain the weather for this location:
var myGarageLocation = 'Santa Barbara,us';
//Configure your Heroku instance and secret
var herokuUrl = 'https://your-instance.herokuapp.com/keepout!';

You also might want to generate APP UUID for your up, if you like.

Todo

  • Nice menu icon

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published