Sheets Log Dispatcher is a lightweight logging helper for Homey Advanced Flows.
It receives log entries quickly, stores them in a RAM-based queue, and dispatches them one by one at a configurable interval. This prevents log messages from being overwritten by race conditions when multiple Flows fail or log at the same time.
The app does not write to Google Sheets directly. Instead, it triggers a “Log entry available” Flow card with ready-to-use tags for Sheets / CSV, Full Text and Type. Use the Sheets / CSV tag together with the Google Sheets app to write structured logs into Google Sheets.
You can configure which log types are enabled, how fast entries are dispatched, and which fields are included in each output format.
An additional retry helper can retry failed Flow actions a set number of times with a configurable delay before throwing a final error.
Full English documentation is available via the Developer website link at the bottom of this page.
자세히 읽기 ›