Feeling let down by the Wink Relay product? Don't feel like pulling your phone out all the time for smart home control? Wish you could just open a web page and control them? Maybe from a Raspberry Pi? Now you can!
The following devices are supported. Groups of devices are supported too!
- Air Conditioners
- Binary Switches
- Blinds
- Cameras
- Doorbells
- Garage Doors
- Hubs
- Light Bulbs
- Locks
- Alarms
- Power Strips
- Piggy Banks
- Deposits
- Refrigerators
- Propane Tanks
- Sensors
- Sirens
- Smoke Alarms
- Sprinklers
- Thermostats
- Water Heaters
Open js/config.js
and put in your Wink username/email and password. This is not required, as you will be prompted for login credentials if these are left blank.
/* WINK CREDENTIALS */
var wink_username = "";
var wink_password = "";
/* USE WITH WEATHER */
var enable_weather = false;
var weather_path = "";
If you happen to be running my Pi Btc Weather Clock (https://github.com/jakeday/pi-btc-weather-clock), you can turn on the built in link!
Considering this is a standalone web app, you can save it and open the index.html file directly in your browser! No installation required!
If you want to control this app from other devices on your network (tablets, phones, laptops, etc) without copying over the files, you'll have to have a web server running. My favorite way is to use a RaspberryPi. You can follow the guide here:
https://www.raspberrypi.org/documentation/remote-access/web-server/apache.md
Project is a cleaned up, slimmed down, and enhanced version of WinkPost (https://github.com/davidgruhin/WinkPost).
Bitcoin donations appreciated! 1JkpbAJ41W6SUjH9vCRDpHNNpecjPK3Zid
PayPal donations appreciated as well! Contact me for details!