-
-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reduce temperature not working #240
Comments
Make sure to clear your browser cache. To be clear; Reducing temperature works just fine for a lot of other people, myself included so it needs more details on what might be causing the issue in your setup. |
Tried multiple browsers and clearing cache and still see this error. Here's my config: control:
_headings: false
fan: true
hvac:
dry: false
fan_only:
name: fan
heat_cool:
name: auto
decimals: 0
entity: climate.daikin_ac
hide:
temperature: true
state: true
sensors:
- entity: sensor.dining_room_esp_temperature
name: Dining
- entity: sensor.living_room_temperature
name: Living
type: 'custom:simple-thermostat'
layout:
mode:
headings: false
step: row No JS errors or warnings in console either. Behaviour I see is:
Updated to v.2.2.2 and HACS forced a reload of front end, but still see the same issue. |
Found the issue. I was using Adding: This appears to be a regression bug as the previous version allowed the equivalent combination of settings to work as expected. Code should probably check for the mismatched combination and "do the expected thing" of using a |
Thanks for catching the bug. I can reproduce with the same config. |
🎉 This issue has been resolved in version 2.3.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Using compact mode where the temperature actions are
-
and+
, increasing the temperature works as expected but reducing the temperature does not work - temp stays the same. I havedecimals: 0
.Using the normal climate controls works as expected, so issue is with this plugin.
The text was updated successfully, but these errors were encountered: