braubuddy
braubuddy copied to clipboard
A temperature management framework written in Python.
Attach an optional pygal-generated chart to tweets posted by the TwitterAPI output.
Publish metrics to [ubidot](http://ubidots.com/docs/get_started/apirest.html).
It would be nice if the dashboard showed temp/heat/cooling as gauges. Potentially use [justgage](http://justgage.com/) for this.
@timofurrer has created a new module called [w1thermosensor](https://github.com/timofurrer/w1thermsensor). It offers support for: - DS18S20 - DS1822 - DS18B20 Update (or replace) the existing DS18B20 thermometer module with one which uses...
It would be nice if a user could schedule a target temperature change for some time in the future. I.e. 'At 10:00 on YYYY-MM-DD set target temperature to 10C'. This...
A POST could be used to adjust the target temp via the API. This could be leveraged by the dashboard to allow the target temp to be easily changed. Should...
Optionally secure the API with a key (or list of keys) required for access.
It would be nice if cooling and heating levels were plotted on the various dashboard graphs. This would probably be represented by a bar chart behind the existing bar graph....
Add a 7-day graph to the dashboard to provide a longer-term view of temperature.
Add an optional parameter to perform aggregation on metric values returned from the API. Currently the API returns all values within a requested time period. This is often a higher...