Closed rjw2324 closed 4 years ago
Hey there @bdraco, mind taking a look at this issue as its been labeled with a integration (homekit
) you are listed as a codeowner for? Thanks!
(message by CodeOwnersMention)
OFF
isn't a valid HVAC_ACTION. It should be off
It needs to be one of these: https://developers.home-assistant.io/docs/entity_climate#hvac-action
mode_state_topic
needs to send CURRENT_HVAC_HEAT
("heating") and CURRENT_HVAC_OFF
("off") instead of ON
and OFF
for it to work
Just to confirm, so this is an issue is the Pentair integration? It’s just odd that it worked just fine a few weeks ago. Seems like one update or another busted it..
Just to confirm, so this is an issue is the Pentair integration?
Yes
It’s just odd that it worked just fine a few weeks ago. Seems like one update or another busted it..
The homekit
integration used to update the hvac_action
characteristic at the end of the update, it is now the second characteristic that is updated. It is likely it was failing before but wasn't noticeable because all the other states were set before it hit the invalid hvac_action
state coming from the pentair addon via mqtt
.
I'll add an mqtt
label in case someone thinks mqtt
should prevent the invalid state from being set or has a way to clean it up.
mqtt documentation mqtt source (message by IssueLinks)
Hey there @home-assistant/core, @emontnemery, mind taking a look at this issue as its been labeled with a integration (mqtt
) you are listed as a codeowner for? Thanks!
(message by CodeOwnersMention)
@bwoodworth
I'm pretty sure the issue is with the action_topic. It is actually unnecessary so you can remove it from your configuration. Try that and see if it works.
That worked! Thanks everyone!
The problem
Failed to create a HomeKit accessory for climate.pool. In earlier version of HA, there was no issue with homekit controller for pool climate. ## Environment Home Assistant 0.109.4 - Home Assistant Core release with the issue: Home Assistant 0.109.4 - Last working Home Assistant Core release (if known): 108.8? - Operating environment (Home Assistant/Supervised/Docker/venv): Home Assistant - Integration causing this issue: Pentair Screenlogic - Link to integration documentation on our website: https://community.home-assistant.io/t/new-addon-pentair-screenlogic/162332 ## Problem-relevant `configuration.yaml`Traceback/Error logs
Additional information