-
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
Heater question #80
Comments
I'm having the same issue - also posted on issue #70. |
Same as yours. Heat and off. |
I'm almost certain this is because the integration is using custom modes which are not actually supported by Home Assistant. It "works" (there are actually errors) for normal HA usage but I'm guessing does not translate to homekit. I did look at some ways to fix this a while back, but didn't get very far. |
Did a bit more digging. I think the issue could be that there are only two supported features defined for the water heater entity: target_temperature and operation_mode. |
I figured out a workaround in the meantime. I installed a custom template from HACS climate_template and added the following code to my configuration.yaml file. Really important - for this work the heater has to be named "heat" in Intellicenter with a lowercase "h".
This creates a climate entity that mirrors the water heater entity. I then passed the climate entity to HomeKit and all works! |
Hi guys, I'm able to adjust the temperature with HomeKit integration just not the actual on off portion.
At the bottom where it says heat it doesn't do anything. Any suggestions?
Also one more question with the temperature, I'm in Canada where we use both metric and imperial measurements. Metric for home heating and imperial for pool and oven temp. Is there a way to set just the pool to be in F?
Thanks guys
The text was updated successfully, but these errors were encountered: