zacs / ha-dualmodegeneric

Generic thermostat capable of heating and cooling
68 stars 26 forks source link

[Bug] Thermostat not displaying range #35

Closed peanutsguy closed 3 years ago

peanutsguy commented 3 years ago

After updating to 72664fe the thermostat stopped displaying the range for heat_cool

climate:
  - platform: dualmode_generic
    name: "Bedroom Thermostat"
    unique_id: bedroom_thermostat
    heater: switch.bedroom_heater
    cooler: switch.bedroom_fan
    target_sensor: sensor.bedroom_temperature
    cold_tolerance: 0.3
    hot_tolerance: 0.3
    min_temp: 16
    max_temp: 30
    min_cycle_duration:
      minutes: 1
    precision: 0.1
    enable_heat_cool: True
Home Assistant Platform: Docker
Version: core-2021.8.7
HACS Integration version: 1.13.2
Frontend version: 20210620205902

Dual-Mode Generic Thermostat Version: 72664fe

dualmode_generic dualmode_generic2

DNKROZ commented 3 years ago

Same problem here, I've double and triple checked the docs and I think my configuration is ok, but after last version I can't see the range either.

zacs commented 3 years ago

That checkin seems to have been pretty isolated (it is just setting a step size for the up/down arrows I believe). @sebastianeferrer any reason you can think your PR would've caused this?

@peanutsguy Were you running adfc49a7d01be3dc637dfd9c1929d062e0c39898 before this? Or more specifically, do you know the last version you ran that had the range correctly enabled?

peanutsguy commented 3 years ago

@zacs I'm afraid I didn't check which commit I was running before. It could've been d5e760f, going by the date of the commit.

girlpunk commented 3 years ago

Upgraded this morning and I'm finding the same issue. Previously running 44b2419 if that helps

ArchEngel0 commented 3 years ago

Just jumping in to add interest in getting that range back, it was there in homeassistant_2021.7.4, but is no longer now that I am up-to-date on homeassistant_2021.9.0. Great integration though!