Pebble Watch App – Stage 1

I’m building a watch app for my pebble that I can use to control my lights. I already have all of the home automation setup, using an ISY994i Home Automation Controller. It offers a REST interface that can be used to interact with the system.

In this first stage, I was mainly learning the framework, so pretty much everything was hard-coded in. You could only control one device, the server, username, password, and device were all set in the code. The only thing that was really dynamic, was the status that would change between “On” and “Off”.

But, I got it working!

pebble_isy_1

You can see the code at this point in the process here: https://github.com/chasepeeler/isy/tree/Stage1

Leave a Reply