π CCA Handbook βΊ Blueprint section: Additional Conditions
All these settings are optional
On this page: β Additional Condition for the entire automation Β· πΌ Additional Condition For Opening The Cover Β· π» Additional Condition For Closing The Cover Β· π¨ Additional Condition For Activating Ventilation Β· π¨ Additional Condition For Disabling Ventilation Β· π₯΅ Additional Condition When Activating Sun Shading Β· π₯΅ Additional Condition For Sun Shading Tilt Β· π₯΅ Additional Condition When Deactivating Sun Shading
π§© Input:
auto_global_condition
This condition allows you to control the execution of the entire automation dynamically and outside of the blueprint configuration. With this option you could enable a party mode.
If the result of this condition is true, the automation will continue.
The result of the conditions must be false, for the automation to stop in this sequence.
Forcing Open/Close/Shading/Ventilation is therefore only possible if this condition remains empty or becomes valid.
π§© Input:
auto_up_condition
This condition can be used to dynamically control the opening of the cover. You can use this, for example, if the covers normally donβt open, but you really want to do it on vacation.
If the result of this condition is true, the automation will continue.
The result of the conditions must be false, for the automation to stop in this sequence.
π§© Input:
auto_down_condition
This condition can be used to dynamically control the closing of the cover. You can use this, for example, at Christmas time or if you want the covers to behave differently while on vacation.
If the result of this condition is true, the automation will continue.
The result of the conditions must be false, for the automation to stop in this sequence.
π§© Input:
auto_ventilate_condition
This condition can be used to dynamically control the start of the ventilation of the cover.
If the result of this condition is true, the automation will continue.
The result of the conditions must be false, for the automation to stop in this sequence.
π§© Input:
auto_ventilate_end_condition
This condition can be used to dynamically control the end of the ventilation of the cover.
If the result of this condition is true, the automation will continue.
The result of the conditions must be false, for the automation to stop in this sequence.
π§© Input:
auto_shading_start_condition
This condition can be used to dynamically control the shading-IN-automation of the cover. This can be useful if you want to temporarily disable automation (e.g. because of control by other automations).
If the result of this condition is true, the automation will continue.
The result of the conditions must be false, for the automation to stop in this sequence.
Another example: Here you could also set that the shading is only triggered in the summer season.
π§© Input:
auto_shading_tilt_condition
This condition can be used to dynamically control the shading_tilt-IN-automation of the cover. This can be useful if you want to temporarily disable automation (e.g. because of control by other automations).
Another example: Here you could also set that the tilting is only triggered in the summer season.
If the result of this condition is true, the automation will continue.
The result of the conditions must be false, for the automation to stop in this sequence.
π§© Input:
auto_shading_end_condition
This condition can be used to dynamically control the shading-OUT-automation of the cover. This can be useful if you want to temporarily disable automation (e.g. because of control by other automations).
If the result of this condition is true, the automation will continue.
The result of the conditions must be false, for the automation to stop in this sequence.
β¬ οΈ Handbook index Β· Previous: β³ Drive Delays Β· Next: π¬ Before/After Actions