Git Product home page Git Product logo

Comments (6)

mathmaniac43 avatar mathmaniac43 commented on June 12, 2024 1

I get a warning of "Undefined target temperature, falling back to " every time HA restarts. I want it to remember the last min and max temps and just use them! In heat/cool mode, the SINGLE target temp should not be necessary either.

I am adding additional logic to store those values and persist across restarts. I really hope they can be handled by the integration someday soon. I am happy to help gather information and run experiments if that is helpful to diagnose and fix.

from ha-dual-smart-thermostat.

swingerman avatar swingerman commented on June 12, 2024

For heat-cool mode
you need to set either:

heat_cool_mode: true

or

target_temp_low: ...
target_temp_high: ...

from ha-dual-smart-thermostat.

mathmaniac43 avatar mathmaniac43 commented on June 12, 2024

@swingerman Thanks for reaching back out.
I have tried using heat_cool_mode: true (see this issue),
but it causes an error.

from ha-dual-smart-thermostat.

paulius2k avatar paulius2k commented on June 12, 2024

@swingerman thank you - it does work if I set "heat_cool_mode: true", not sure how I missed that earlier. thank you.

from ha-dual-smart-thermostat.

mathmaniac43 avatar mathmaniac43 commented on June 12, 2024

@paulius2k Would you share your final working config? I am not sure why mine is causing that error,
and last time I looked into this, I tried every combination I could think of...

from ha-dual-smart-thermostat.

paulius2k avatar paulius2k commented on June 12, 2024

@mathmaniac43 - here is my working config:

  - platform: dual_smart_thermostat
    name: Test Fake Thermostat
    heater: switch.fake_thermostat_switch_heat_gpio27
    cooler: switch.fake_thermostat_switch_cool_gpio27
    target_sensor: sensor.sonoff_zb_temp1_temperature
    openings:
      - binary_sensor.sonoff_zb_ds2_ias_zone
    min_temp: 10
    max_temp: 28
    ac_mode: false # this parameter will be ignored if cooler entity is defined.
    heat_cool_mode: true
    cold_tolerance: 0.3
    hot_tolerance: 0
    min_cycle_duration:
      seconds: 1
    keep_alive:
      minutes: 3
    initial_hvac_mode: "heat_cool" # hvac mode will reset to this value after restart
    away: # this preset will be available for all hvac modes
      temperature: 15
      target_temp_low: 14
      target_temp_high: 16
    home: # this preset will be available only for heat or cool hvac mode
      temperature: 21
    precision: 0.1
    target_temp_step: 0.5

from ha-dual-smart-thermostat.

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.