Lee Bussy
Lee Bussy
Please Mr. Developer add support for Brew Bubbles! ``` { "api_key":"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", "device_source":"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", "name":"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", "bpm":99.999, "ambient":70.3625, "temp":-196.6, "temp_unit":"F", "datetime":"2019-11-16T23:59:01.123Z" } ```
Reported by postalbunny via PM on HBT: ``` {"Color":"Orange","timeStamp":1839,"fermunits":"SG","SG":"1.0260","Temp":"74.0","tempunits":"F"} {"Color":"Orange","timeStamp":1869,"fermunits":"SG","SG":"1.0260","Temp":"74.0","tempunits":"F"} {"Color":"Orange","timeStamp":1899,"fermunits":"SG","SG":"1.0260","Temp":"74.0","tempunits":"F"} {"Color":"Orange","timeStamp":1930,"fermunits":"SG","SG":"1.0260","Temp":"74.0","tempunits":"F"} ``` > I think this is actually a count-up from power on and that we're not really tracking...
The GSheet sender function currently tries to calculate the local time based on an arbitrary offset the user enters (if they remember to do so. This results in a few...
Environment: - PlatformIO v4.0 - [env:d1_mini] - monitor_speed = 115200 - platform = espressif8266 - board = d1_mini - framework = arduino - lib_deps = DoubleResetDetect - Espressif 8266 v2.2.2...
* Spelling and grammar - Cleanup README.md a bit * Command line visual - Change text to preformatted for commands * Remove website - Website appears to be compromised *...
Add support for Kasa switches: https://github.com/thorrak/brewpi-esp8266/tree/experimental/src/tplink
I figured this out, and I wanted to share how to do it. 1. Kernel headers are not (yet?) available on 32-bit v8. To get past this: ``` bash echo...
I've updated the Dockerfile to work more efficiently with M1 (although it should work with any OS that supports Docker), and also added a helper script to make the process...