Replies: 1 comment
-
|
After further investigation, I've raised issue #335 to fix what appears to be a bug in how the A prerequisite is to configure the To accomplish a temporary hold (i.e., "Per schedule" within the Carrier SmartHome app or via the thermostat itself), a new With this in place, it allows me to create a new template sensor that converts next activity time to a timestamp using the following template: Create a new toggle / binary_sensor helper that is used to indicate whether a hold is to be released at that next activity time. Finally, create an automation that triggers on the timestamp stored in the template sensor. This must also have a condition to require the toggle / binary_sensor be "on". Actions performed by the automation would resume the normal schedule (e.g., call To set a temporary hold (until the next schedule time), call This approach seems to allow permanent holds to be set (the default behavior), but also allow a relatively easy way to effect a temporary hold (until the next scheduled time). |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I know about the integration's
Holds are infinite, when off holds are until next scheduled activityconfiguration option. When checked, this causes calls toclimate.set_temperatureorclimate.set_preset_modeto result in an infinite hold. However, when this is checked, is it possible to set a temperature or preset hold that is only active until the next schedule period?For example, I have an automation that sets the system to
awaymode until some future date. WithHolds are infiniteoption checked, this works fine. However, I have another automation that wants to set the system tosleepmode (ahead of its normally scheduled time) when a specific light is turned off. This automation needs to set a hold that will expire when the next scheduled change occurs.Beta Was this translation helpful? Give feedback.
All reactions