-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
iSpindel gravity correction on cold crash. #583
Comments
The iSpindel only transmits angle - not gravity - so there is no "temperature correction factor" applied on the device. It's not a bad idea to build functionality into Fermentrack to apply a temperature correction factor. I'll use this issue to track against that feature. |
Thanks @thorrak |
@thorrak |
FYI iSpindel will soon have its own ATC functionality, but it will be optional (eg can be turned on or off). |
Agree, should just be optional |
I didn't spot this earlier in either Fermentrack or iSpindel so even though a bit late to the party. Having temperature correction factor applied to SG would be a good thing, if the correction is best being applied by the iSpindel or in Fermentrack is debatable. Looks as if the ATC feature hasn't got enough support in the iSpindel community though. If that's the case Temperature Correction applied in Fermentrack? |
@ChrisThomas42 Not community. By some reason it basically has got no go from iSpindel project owner. |
I mean... If someone wants to implement it, we can always add a flag to the iSpindel model to selectively apply it. The pull request button is at the top of your screen. ;) The interest is implicit in the fact that there's an issue open against it, it just unfortunately isn't something I've yet had time to dive into. |
By community I meant the wider user community, sorry. I was hoping that posting about this feature on UK and USA Homebrew forums it would spark a bit of interest. In 24 hours, across both forums only 3 yes's! |
Per this site the formula for this appears to be the following: Hydrometer Temperature Correction FormulaCG = corrected gravity CG = MG * ((1.00130346 – 0.000134722124 * TR + 0.00000204052596 * TR – 0.00000000232820948 * TR) / (1.00130346 – 0.000134722124 * TC + 0.00000204052596 * TC – 0.00000000232820948 * TC)) |
Noticed that when cold crashing the gravity goes up.
20C = 1.011
2.5C = 1.020
Maybe this is purely on the iSpindel side.
Pretty sure my calibration was done correctly as it's always been pretty spot on on my manual readings within 0.001 of a point.
I know the tilt is able to adjust.
Any pointers?
The text was updated successfully, but these errors were encountered: