Giter VIP home page Giter VIP logo

Comments (2)

jnimmo avatar jnimmo commented on July 4, 2024

Hi there, it looks like the integration is having difficulty mapping "heat+tank" mode to Home Assistant's HVAC modes (heat/cool/dry/fan/auto/off).
I've just spent a couple of hours splitting out the tank setting into the preset mode in Home Assistant, as Home Assistant doesn't support adding custom HVAC modes. Hopefully this will offer a solution for you.

You can test this out by replacing your current version of hass-intesishome/climate.py with this one https://github.com/jnimmo/hass-intesishome/blob/aquarea-tank-presets/custom_components/intesishome/climate.py
then restarting Home Assistant.

Please update your configuration.yaml file to include the following while testing in case you run into any errors and need to provide some debug logs

logger:
  default: info
  logs:
    pyintesishome: debug
    homeassistant.components.intesishome: debug

from hass-intesishome.

jeo25 avatar jeo25 commented on July 4, 2024

Hi,
thank you for your answer, I modified climate.py like this because the Fan mode does not exist on Aquarea PANASONIC:

MAP_IH_TO_HVAC_MODE = {
"auto": HVACMode.HEAT_COOL,
"cool": HVACMode.COOL,
"dry": HVACMode.DRY,
"fan": HVACMode.FAN_ONLY,
"heat": HVACMode.HEAT,
"heat+tank":HVACMode.HEAT,
"tank":HVACMode.HEAT,
"cool+tank":HVACMode.COOL,
"auto+tank":HVACMode.HEAT_COOL,
"off": HVACMode.OFF,
}

The module starts now but very little data goes up on the page.
Is there a solution to bring up all the data visible in the log?

json.txt

I identified some UID in this file
UID Aquarea.xlsx

maybe this will help you.
best regard

from hass-intesishome.

Related Issues (11)

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.