Skip to content

HA Thermostat precision and F to C conversion #209

Answered by Sprinterfreak
JulianGroeli asked this question in Q&A
Discussion options

You must be logged in to vote

I'm in the Celsius part of the planet. I feed remote temperatures from another µC (Espeasy) via mqtt with .01 accuracy.
mitsubishi2MQTT or the heatpump itself only reports back an accuracy up to .5 degrees.

This is how Celsius to Fahrenheit conversion is implemented:

return round(1.8 * fromCelcius + 32.0);

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@JulianGroeli
Comment options

Answer selected by JulianGroeli
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants