braubuddy icon indicating copy to clipboard operation
braubuddy copied to clipboard

A temperature management framework written in Python.

Results 10 braubuddy issues
Sort by recently updated
recently updated
newest added

Attach an optional pygal-generated chart to tweets posted by the TwitterAPI output.

enhancement
output

Publish metrics to [ubidot](http://ubidots.com/docs/get_started/apirest.html).

enhancement
output

It would be nice if the dashboard showed temp/heat/cooling as gauges. Potentially use [justgage](http://justgage.com/) for this.

enhancement
dashboard

@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...

enhancement

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...

enhancement
api
dashboard

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...

enhancement
api

Optionally secure the API with a key (or list of keys) required for access.

enhancement
api

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....

enhancement
dashboard

Add a 7-day graph to the dashboard to provide a longer-term view of temperature.

enhancement
dashboard

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...

enhancement
api