This app is not compatible with Homey Pro (Early 2023).
This app is outdated and requires an update to work on Homey Pro (Early 2023).
If you want this to happen, please contact the developer
here.
This app creates a text log
This app makes it possible to add time based logging to your flow's and send logs to a standard SysLog server.
Use it for example with the Email sender to send plain text logs.
( https://homey.app/a/email.sender/ )
_// Trigger Logging to PaperTrails from HomeyScript_
_let HomeyScript = await Homey.apps.getApp({ id: 'nu.dijker.papertrails' } );_
_HomeyScript.apiPost('log', { log:'Hello World of HomeyScript!'} );_
Read more ›
Flow cards
When...
PaperTrails Log
PaperTrails-This Flow is triggered
PaperTrails Log
PaperTrails-The Log is Cleared
PaperTrails Log
PaperTrails-The Log is Truncated
PaperTrails Log
PaperTrails at max configured Lines
PaperTrails Log
Log greater than ... lines
And...
PaperTrails Log
Add to the log Text...
Then...
PaperTrails Log
Add to the log Text...
PaperTrails Log
PaperTrails-Trigger a Flow
PaperTrails Log
Clear log data
PaperTrails Log
Truncate Log older than ...
PaperTrails Log
Remove oldest ... % of Log
PaperTrails Log
Send syslog msg ... ... Text...
PaperTrails Log
[deprecated] Add textline to the log. (without timestamp) Text...
Support
Having an issue with this app?
Contact the developer here.
What's new
Version 0.6.5 — fixed titleFormatted and update readme
View changelog