CCA Online Tools

πŸ”€ Additional Conditions

πŸ“– 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


❓ Additional Condition for the entire automation

🧩 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.


πŸ”Ό Additional Condition For Opening The Cover

🧩 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.


πŸ”» Additional Condition For Closing The Cover

🧩 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.


πŸ’¨ Additional Condition For Activating Ventilation

🧩 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.


πŸ’¨ Additional Condition For Disabling Ventilation

🧩 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.


πŸ₯΅ Additional Condition When Activating Sun Shading

🧩 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.


πŸ₯΅ Additional Condition For Sun Shading Tilt

🧩 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.


πŸ₯΅ Additional Condition When Deactivating Sun Shading

🧩 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