Giter Site home page Giter Site logo

First look about daikin_altherma HOT 2 CLOSED

Spitfire69 avatar Spitfire69 commented on June 14, 2024
First look

from daikin_altherma.

Comments (2)

tadasdanielius avatar tadasdanielius commented on June 14, 2024

I will look into indoor temperature rounding.

Regarding climate integration, the problem is that heat pump does not have desired temperature setting. You can control fixed leaving water temperature which normally is higher than what you want to have in the room (or colder if you are cooling), or you can set the reference temperature based on outside temperature. That makes it tricky to simply use climate integration. But here is a simple workaround to use generic thermostat

Put this into your configuration.yaml:

climate:
  - platform: generic_thermostat
    name: My Heater
    unique_id: daikin_climate_control
    target_sensor: sensor.indoor_temperature
    min_temp: 18
    max_temp: 26
    heater: switch.climate_control
    target_temp: 20
    cold_tolerance: 0.3
    hot_tolerance: 0.3
    ac_mode: false
    initial_hvac_mode: "heat"
    min_cycle_duration:
      seconds: 5

target_sensor and heater can be any temperature and switch sensor, not necessarily daikin's.
I will probably add it to documentation

from daikin_altherma.

Spitfire69 avatar Spitfire69 commented on June 14, 2024

Thank you, great to know, at the moment I use the altherma residential integration in parallell where there is a climate component so the standard thermostat card works at least when you use Room Temperature and the heatpump itself to regulate the temperature.

I will test with your suggestion to see if I get a similar functionality since the residential integration is quite slow in responsivness and I would rather leave it.

from daikin_altherma.

Related Issues (20)

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.