Closed dsstewa closed 2 months ago
@gysmo38 can you please approve the workflow so we can get a test build to flash?
@danepowell I have successfully flashed the updated version to three units: a 9k Ceiling Cassette, a 9k High Wall, and a 24k Air Handler. Everything is functioning perfectly. It's particularly satisfying because I have an MA controller on the air handler, and previously, the temperature discrepancies between the units and the controller were very frustrating.
This is awesome, thanks so much! I don't have time for a thorough code review, but it looks good at first glance, and I've installed it on five heat pumps and it solves #200
I also confirm now HA Fahrenheit temperature numbers match to IR remote display Fahrenheit numbers (MSZ-GLXX unit).
Thank you for your PR :)
Pull Request Summary: Improved Temperature Conversion Functions
Overview
This pull request enhances the
toCelsius
function to include precise mappings for specific Fahrenheit to Celsius conversions required by the project. It also introduces a newtoFahrenheit
function to map Celsius values back to Fahrenheit. The changes ensure that temperature conversions align with the desired setpoints for both IR remote control and MA Remote Dispaly.Changes Made
Enhanced
toCelsius
Function:Enhanced
toFahrenheit
Function:Code Implementation
toCelsius
Function:toFahrenheit
Function:Impact
These improvements significantly enhance the functionality and reliability of temperature conversions within the codebase.