Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1.31 KB

README.md

File metadata and controls

38 lines (28 loc) · 1.31 KB

Pebble Thermostat Setter REST

A fork of jose-troche/PebbleThermostatSetter designed with the homebridge-ui-x API in mind, but with support for generic REST endpoints.

Installing the Application

  • 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 [email protected]:afwolfe/PebbleThermostatSetter.git
  • Compile and deploy:
pebble build
pebble install --logs
  • Done!

Configuration

See config.js.dist for an example and instructions.

Usage

Features

  • 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

Acknowledgements