Open frank-nobrega opened 2 years ago
According to BeerXML specification,
"All temperatures will be measured in degrees Celsius."
Yes, Celsius is the BeerXML standard but in Brewmaniac you can choose to use Farenheit. It correctly converts mash and boil temps from the BeerXML recipe import but the Hopstand temperature is not converted and it should be.
On Sun, Jun 19, 2022 at 10:23 PM vitotai @.***> wrote:
According to BeerXML specification,
"All temperatures will be measured in degrees Celsius."
http://www.beerxml.com/beerxml.htm
— Reply to this email directly, view it on GitHub https://github.com/vitotai/BrewManiacEsp8266/issues/111#issuecomment-1159897028, or unsubscribe https://github.com/notifications/unsubscribe-auth/AS5C7DSFWGOXCK4BET4K54TVP7I2NANCNFSM5ZFBPSRA . You are receiving this because you authored the thread.Message ID: @.***>
I will need the cal file to know what's going on.
What is the cal file?
XML file. blame the auto correction.
<?xml version="1.0" encoding="ISO-8859-1"?>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
It doesn't look like a valid BeerXML. You might try attaching the file you are using to import.
Github would not allow upload of xml file. I have changed the extension to .txt, you can change it to .xml to proceed Brewfather_BeerXML_ExtraSpecialBitterDavidHeath_20220610.txt .
I posted the XML file as a .txt file a few days ago.
fixed.
FYI, I am not dedicated to this project only.
Thank you so much for your effort on this project. When the controller on my very old Grainfather died it was just too much money to buy a replacement so this project let me continue to use it with much more functionality than the original controller.
On Sun, Jul 3, 2022 at 3:15 AM vitotai @.***> wrote:
fixed.
FYI, I am not dedicated to this project only.
— Reply to this email directly, view it on GitHub https://github.com/vitotai/BrewManiacEsp8266/issues/111#issuecomment-1173026931, or unsubscribe https://github.com/notifications/unsubscribe-auth/AS5C7DUOGUQTNGBEKCH5423VSE4XTANCNFSM5ZFBPSRA . You are receiving this because you modified the open/close state.Message ID: @.***>
Last brew had a hopstand at 176F. When the recipe loaded, it showed a Temp of 80. It appears the Celcius temperature in the BeerXML did not get converted to Farenheit. All other mash and boil temps were converted correctly. I am using the ESP32 version.