-
Notifications
You must be signed in to change notification settings - Fork 13
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
setting preset mode #64
Comments
i will add it in the next version. |
@galmeida try version 1.7.7 |
Thanks @bodyscape, I tried 1.7.7 but couldn't get it to work. I added a Climate 'Set preset mode' action to an automation but it won't show the cielo thermostat as a possible target in choose area, device or entity. I also tried calling the service directly from developer tools like:
but that led to "Failed to call service climate.set_preset_mode. Entity climate.XXXXXXX does not support this service." When I check the device info page I also don't see a preset control or any "disabled" controls (I see: main control, fan, mode, power, swing and target temperature), if I click the main control I also don't see a preset selector. When I check device attributes I see:
Maybe the issue is that preset is not present in supported features, despite its availability in both Cielo app and thermostat. Device Info: Let me know if there's anything I can do on my side to help debug that, I'm fluent in python and comfortable making changes myself, applying patches and with general git stuff. I'd be glad to help if I can. Thanks. side note: it seems current_humidity is returned as a string, while temperature is an integer, not sure that's intentional. |
Ohhh well you use BREEZ-MAX. I never test it and i don't have one. So there are features who are not supported by this integration with BREEZ-MAX. |
Oh ok, not tested on breeze max, totally understand that. If/when there's anything I can help with to help with support for it, let me know. Thanks. |
Did a little bit more digging here and what I noticed is that for breeze max, cielo provides a list of pre-defined presets in
and active preset seems to be defined by setting EDIT: that seems to be it, I hacked a version that makes the preset input box appear, I will try to work on a PR |
Hi,
is there anyway to set the preset mode using automation?
Thanks.
The text was updated successfully, but these errors were encountered: