-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
Feature Request: Add a switch to remove hold and return to program #798
Comments
So you just want like a light switch? |
How would the stateful switch work? Would that be similar to the Target Heating Cooling State switch which has the three values “Off”, “Heat”, and “Cool”? In this case the values would be “Run Program” and “Hold”?
That would be great as a condition in automations, but not sure if it would work to send a command. The Run Program would send the “NoHold” API command, but what would the “Hold” send since a hold is automatically set whenever you change a setting based on the Thermostat Setpoint Status in the plugin settings.
Pierre-André Folot
…On Sep 7, 2023 at 09:25 -0400, Donavan Becker ***@***.***>, wrote:
So you just want like a light switch?
I was thinking using a stateful programmable switch, that doesn't display in the Home App but you can setup automations in 3rd Party Apps.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
I might be able too: https://developers.homebridge.io/#/characteristic/ProgrammableSwitchEvent |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been closed as no further activity has occurred. |
Any update on this? Would love to be able to use the permanent hold feature of the app |
Problem
Thermostats that are better integrated with Homekit, such as the Ecobees, have a switch to remove the hold. You can thus create a scene to remove the hold. Would it be possible to add such a switch?
Solution
Add a switch that would send the API command "thermostatSetpointStatus" : "NoHold". I also think that maybe you can get the hold status using the Get Thermostat command and data points changeableValues.thermostatSetpointStatus and changeableValues.holdUntil. If possible, a sensor to give the hold status would be great as well.
Alternatives
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: