Code Monkey home page Code Monkey logo

Comments (7)

unixko avatar unixko commented on July 17, 2024

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.

from mitsucon.

IsaacBreuer avatar IsaacBreuer commented on July 17, 2024

from mitsucon.

unixko avatar unixko commented on July 17, 2024

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

from mitsucon.

kenberland avatar kenberland commented on July 17, 2024

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.

from mitsucon.

unixko avatar unixko commented on July 17, 2024

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.

from mitsucon.

unixko avatar unixko commented on July 17, 2024

@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?

from mitsucon.

unixko avatar unixko commented on July 17, 2024

@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.

from mitsucon.

Related Issues (14)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.