CCA Online Tools

πŸ“ Logging

πŸ“– CCA Handbook β€Ί Blueprint section: Logging

Optional logbook output for retrospective debugging. Each automation run writes one combined logbook entry containing the trigger, the resulting effective state, and a snapshot of all relevant sensor values. Useful when the 5-trace history is not enough to understand a cover’s behavior over the day.

On this page: πŸ““ Enable Logbook entries Β· πŸ“œ Number of stored traces


πŸ““ Enable Logbook entries

🧩 Input: enable_logbook · Default: False

When enabled, every automation run writes a single logbook entry with full context. Disabled by default to avoid noise in the Activities view. Toggle on while debugging a configuration.


πŸ“œ Number of stored traces

🧩 Input: trace_count · Default: 5

Set how many traces Home Assistant shall keep for this automation.


⬅️ Handbook index Β· Previous: 🩺 Configuration Check