vitotai
vitotai
I don't understand how could it be. That function just displays IP on LCD.
The code to check "fullness" of water is at https://github.com/vitotai/BrewManiacEsp8266/blob/37abaa4f665191833882669f77456036f338f21d/src/pins.h#L224 The default code is supposed to work with "Normal Open". If the wort/water level is not high enough to trigger...
That sounds like a Celsius vs Fahrenheit issue.
The values in "aux temp" series are raw values, while the values of "beer" temperature are "filtered". I am not familiar with the filtering algorithm, but in my test, the...
Connect to BPL, and open Javascript console. You can see the raw data from iSpindel when received.
You might try modifying the filter parameters by JSON command. beerFastFilt, beerSlowFilt, beerSlopeFilt set all of them to zero. The jumps might be result of disconnecting, when some reports missed...
What is your temperature unit on BPL? Fahrenheit or Celsius? What is the temperature unit on iSpindel? F, C or K? The related code of "wireless sensor" is so simple...
According to BeerXML specification, "All temperatures will be measured in degrees Celsius." http://www.beerxml.com/beerxml.htm
I will need the cal file to know what's going on.
XML file. blame the auto correction.