Fermentrack Temperature Incorrect #44
-
Hello. EDIT: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I will need to check this further. Dont know if the issue is in this software or fermentrack. |
Beta Was this translation helpful? Give feedback.
-
Looks like I had a spelling error in the format defintion. The temp format should be "temp_units" and not "temp-units"... If you change the format to this it should work. Since fermentrack could not find the format type it defaults to celsius {"name" : "${mdns}", "ID": "${id}", "token" : "${token}", "interval": ${sleep-interval}, "temperature": ${temp}, "temp_units": "${temp-unit}", "gravity": ${gravity}, "angle": ${angle}, "battery": ${battery}, "rssi": ${rssi}, "corr-gravity": ${corr-gravity}, "gravity-unit": "${gravity-unit}", "run-time": ${run-time} } |
Beta Was this translation helpful? Give feedback.
Looks like I had a spelling error in the format defintion. The temp format should be "temp_units" and not "temp-units"... If you change the format to this it should work. Since fermentrack could not find the format type it defaults to celsius
{"name" : "${mdns}", "ID": "${id}", "token" : "${token}", "interval": ${sleep-interval}, "temperature": ${temp}, "temp_units": "${temp-unit}", "gravity": ${gravity}, "angle": ${angle}, "battery": ${battery}, "rssi": ${rssi}, "corr-gravity": ${corr-gravity}, "gravity-unit": "${gravity-unit}", "run-time": ${run-time} }