Releases: cwilling/brewable
brewable-0.5.2
Mainly cosmetics:
- Only show SG axis if gravity data is available e.g. iSpindel
- Set precision of SG scale ticks to .3f
- Labels for Temperature & SG axes (Inspectors only)
- Drag Inspector graphs horizontally with mouse
Happy birthday Ben!
brewable-0.5.1
Use "interval" field from iSpindel to set timing of display timeout (2.1 * interval)
Add Utility tools/convertFiles.js to convert pre-iSpindel history files to latest format
Use var gravDisplayPrecision to set precision of SG display (currently set to 3)
Separate scale for SG on right hand side of graphs
brewable-0.5.0
New renderChart() to (eventually) subsume other render functions.
Added chart Inspectors
brewable-0.4.3
iSpindel discovery without dummy entry in user config file.
brewable-0.4.2
Installation includes log rotation
brewable-0.4.1
iSpindel support more or less complete. Use it like ordinary sensor.
Use standard /ispindel as server key (no longer /fhem)
Mouse over graphs displays time, temp/grav at that point
brewable-0.4.0
Ispindel support (https://github.com/universam1/iSpindel). Devices are recognized and displayed but not yet selectable for jobs.
In a real iSpindel configuration, use /fhem
in the Server URL
field.
Otherwise, simulate an iSpindel with something like:
curl http://192.168.123.170:8888/fhem?cmd.Test=set%20iSpindel%2014.6%2022.1%203.2%2013.60&XHR=1
(insert appropriate server address:port)
brewable-0.3.2
Don't turn relays on when testing gpio connections at startup.
brewable-0.3.1
Like 0.3 but includes enabling of 1wire interface in 'make install'
brewable-0.3
Rewrite of the previous python code in javascript.
To install & run:
tar xf brewable-0.3-armv61-1.tar.gz
cd brewable-0.3
sudo make install
sudo /etc/init.d/brewable start