A fork of jose-troche/PebbleThermostatSetter designed with the homebridge-ui-x API in mind, but with support for generic REST endpoints.
- Install the Pebble SDK in your computer and the Pebble mobile app in your iPhone or Android device. More details here
- Pair the watch with the phone
- Clone this repo:
git clone git@github.com:afwolfe/PebbleThermostatSetter.git
- Compile and deploy:
pebble build
pebble install --logs
- Done!
See config.js.dist for an example and instructions.
- Support for generic REST endpoints
- Display a "current" and "target" temperature
- Display and control the thermostat "mode."
- Setting heating/cooling threshold in "AUTO" mode.
- Color and vibration feedback on request success/failures.
- Dynamic config page similar to Stateful/kennedn's fork of clay
- Inspired by kennedn/Stateful.
- Based on jose-troche/PebbleThermostatSetter