#pebble-emoncms A pebble watchapp for viewing current feed values and controlling setpoints.
The Pebble developer guide has installation and setup instructions for the Pebble SDK.
Once you're up and running, just clone this project and run the following from the root of the project:
pebble build;
pebble install;
If the app isn't installed, you'll probably want to turn on developer mode on the Pebble app and set your PEBBLE_PHONE environment variable...
To get the debug messages just run
pebble logs
- Custom units for each feed
- Configuration screen to set emonCMS URL, feed list and API key
- Bigger text for the feed values on the watch
- Select button triggers "are you sure", or takes you to setpoint window for thermostat and posts to emonCMS
This project is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.