Skip to content
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

Triggers based on heating / cooling events #420

Open
leppert opened this issue Jan 28, 2023 · 2 comments
Open

Triggers based on heating / cooling events #420

leppert opened this issue Jan 28, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@leppert
Copy link

leppert commented Jan 28, 2023

I'd like to trigger automations when the heat or ac kicks on and wondered if this is already possible with the plugin. If not, I hoped to raise it here as a feature request.

User story: As a user who keeps their thermostat set to "auto" (where the AC turns on above a certain temperature and the heat turns on below a certain temperature), I'd like to create an automation in the Home app that closes my motorized blinds when the AC turns on and opens them again when the AC turns off. I'd like for this automation not to be triggered when the heat or fan (without AC) turn on or off.

Thanks for a great plugin and apologies if this is readily available and apparent with the existing plugin—I'm a relative HomeKit and HomeBridge newbie.

@leppert leppert added the question Request for help label Jan 28, 2023
@grivkees
Copy link
Owner

grivkees commented Feb 1, 2023

Not possible right now. Homekit only makes it possible to trigger automation on certain things, for example you can trigger on the room temperature, or the system fan going on, but not on the thermostat actively heating or cooling.

The typical way to do this is with 'dummy' switches, since switches are always a trigger option for homekit automations. There may be a way to do this with other standalone dummy switch plugins, but I'm not sure.

I'll mark this as a feature request. Offering trigger switches for things like this is a good idea.

@grivkees grivkees added enhancement New feature or request and removed question Request for help labels Feb 1, 2023
@etomnash
Copy link

Another reason for switches indicating zone heating/cooling state is to have a visible indication in the Home app of what is going on. There have been glitches in the Carrier system turning everything on and it would be very useful to be able to see those at a glance in the Home app. In Homebridge the Zone accessory button has Current Heating Cooling State visible if you click the yellow button in upper RH corner. So if that could be passed through to HomeKit, as switches it would be ideal.

And, let me add my thanks for a great and extremely valuable PlugIn!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants