Results 311 comments of vitotai

Using anther device as bridge is a simple solution. For example, if BPL accepts Fermtrack format, TiltBridge can be used.

If the request is GET request, in which the data/parameters are included in the URL, the statements are wrong. `if(!request->hasParam("SG", true) || !request->hasParam("Temp", true)){ ` The hasParam("SG",true) checks "POST" request.

If you see AUX temperature line on the chart, it's working. It's not easy to check whether Wireless Temp Sensor works or not. The reading on Device Setup is retrieved...

The reason that the temperature from external sensor is valid for only 5 minutes is to avoid the situation you mention. If the external sensor doesn't report temperature within 5...

The temperature control part is directly from BrewPi, and I didn't change much of it. To be exact, I only change code to allow configurable minimum cooling/idle time. I have...

FYI, ESP32 porting is almost done. However, BLE is a big problem. First of all, the library is so HUGE. 750k+ program size increases by Including the library. More over,...

NimBLE runs and scans. It's progressing slowly. I don't have a TILT, so I can only test it by using simulating APP of iPhine. I don't know if it works...

I don't have a TILT, as mentioned. May I ask you what settings are needed for TILT. Gravity offset? Temperature offset?

The data format is clearly documented in this page. https://kvurd.com/blog/tilt-hydrometer-ibeacon-data-format/ A trial version will be pushed in a few days.

> I have a Tilt and an ESP32 Running BPL master branch. What steps do I have to do to enable and test Nimble? > […](#) Please try this branch,...