-
Notifications
You must be signed in to change notification settings - Fork 12
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
Comments
Did you change HA unit system in configuration.yaml ?
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. |
So in mitsucon.h I set the low high values in c or f, when unit_system:
is imperial
…On Sun, Sep 22, 2019, 5:13 AM unixko ***@***.***> wrote:
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.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#5?email_source=notifications&email_token=ABNS2YSGP7SCR57FSJMKA23QK4ZKBA5CNFSM4IZBPGPKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD7JB2XQ#issuecomment-533863774>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABNS2YQB7FDZMQHYXUAD6FTQK4ZKBANCNFSM4IZBPGPA>
.
|
Yes please set in F like 60-88. I hope HA will handle all C/F conversion and use deterministic unit from value range. |
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. |
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 When MQTT HVAC and MQTT Discovery are supported I will add |
@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? |
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?
The text was updated successfully, but these errors were encountered: