[userModule] Event Watcher (Updated 2016/10/20)

Tips, Tricks and Scripts to enhance your home automation and workaround known device bugs, limitations and incompatibilities
Post Reply
maros
Posts: 103
Joined: 05 Apr 2014 11:21

[userModule] Event Watcher (Updated 2016/10/20)

Post by maros »

This module allows to define logic to act upon events emitted by other automation modules (eg. Rain, SecurityZone, Presence, Astronomy, Season ...). It is possible to define multiple triggering events and multiple actions to perform. Action steps may have arbitrary delays and consist of multiple actions (switches, multilevel devices, scenes and code).

The module ensures that at any given time only one event is processed. If the same event is triggered while it is still processing (see actions.delay) then the second event is silently discarded. Cancelling events that stop the further processing of delayed events is also possible. (see eventsCancel)

Tested with Z-Way version v2.2.2
Bug/Issue tracker at https://github.com/maros/Zway-EventWatcher/issues
Documentation at https://github.com/maros/Zway-EventWatc ... /README.md
Download at https://github.com/maros/Zway-EventWatcher/releases

Installation can be done directly via git or via the the Zway App-Store.
Z-Way 2.2.4 on Raspi B | My Zway GitHub repos | Amazon Wishlist to support module development
Post Reply