Skip to content
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

C F switch #5

Open
IsaacBreuer opened this issue Sep 22, 2019 · 7 comments
Open

C F switch #5

IsaacBreuer opened this issue Sep 22, 2019 · 7 comments

Comments

@IsaacBreuer
Copy link

Is there a way to change it to farenheit ?
The original heatpump has a property of iscelcius , but it's not included in this current native or classic mode, how to I go about farenheit?

@unixko
Copy link
Owner

unixko commented Sep 22, 2019

Did you change HA unit system in configuration.yaml ?

homeassistant:
  unit_system: imperial

Also please test your IR remote control that what is the lowest and highest temperature number and step size. Then try to update those values in mitsucon.h configuration file. If it works please post your IR remote control picture and your HA climate screenshot for future reference.

@IsaacBreuer
Copy link
Author

IsaacBreuer commented Sep 22, 2019 via email

@unixko
Copy link
Owner

unixko commented Sep 23, 2019

Yes please set in F like 60-88. I hope HA will handle all C/F conversion and use deterministic unit from value range.

@kenberland
Copy link

I also have this issue. When used in conjunction with SwiCago's custom components, discovered climate sensors using this repo report in Celsius. It appears that they need to be converted before being sent.

@unixko
Copy link
Owner

unixko commented Jan 27, 2020

I tested and found that when changing HA Unit System from metric to imperial, other Climate devices can switch unit on the fly but not for MQTT HVAC. That is because MQTT HVAC component doesn't support temperature_unit parameter. Pull request to HA like below is needed.

home-assistant/core#30602

When MQTT HVAC and MQTT Discovery are supported I will add temperature_unit = TEMP_CELSIUS to MitsuCon code.

@unixko
Copy link
Owner

unixko commented Apr 29, 2020

@yabuts @kenberland Home Assistant 0.109.0 added support to change unit in MQTT Climate to Fahrenheit. Please try my latest PR 5650ccb. Does it work well?

@unixko
Copy link
Owner

unixko commented Apr 29, 2020

@dzungpv @gysmo38 you may be interested to utilize HA 0.109.0 MQTT HVAC variable temperature_unit and let HA handles all of conversion instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants