-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Added presets (hold_modes) to climate sensor #3821 #4070
Conversation
and removed thermostatHeatCool as it's partially redundant
Hello @mgrom. The base branch of this pull request has been updated to the |
@Koenkk how to manage changes in zigbee-herdsman-converters that are related to this PR? Should I make them later or now but with some tag or something? |
@mgrom just make a pr to zigbee-herdsman-converters and mention this pr there, I will merge it after that is merged. |
/rebase |
/autorebase |
Thanks! |
@mgrom with the removal of Also the new |
@presslab-us this wasn't just removal. I've merge it to
Regarding temperature it was hardcoded 'C' before, so there was no way to use Fahrenheit either. |
I haven't looked deeply into it, but for some reason it's not working any more. In Home Assistant it only allows for setting one temperature. On zigbee2mqtt/lib/extension/homeassistant.js Line 784 in 0db3f3c
|
@presslab-us what device are you using? I'll check configuration. Maybe I made some mistake in other place. |
Thanks @mgrom. I use
I believe that for devices that support both high and low state/command, there should not be |
@presslab-us ok, I'll make PR to fix it. |
Great, thanks a lot. I agree that combining them is the right thing. Also if you can add the |
* fix * eslint fix * don't use temp topic when low and high temp used * fix for temp high * Add tests Co-authored-by: Koen Kanters <[email protected]>
Added presets (hold_modes) to climate sensor #3821
and removed thermostatHeatCool as it was partially redundant