Search found 103 matches

by maros
06 Feb 2017 10:55
Forum: Recipes
Topic: Ping Presence State doesn't work with v2.3.0
Replies: 3
Views: 8077

Re: Ping Presence State doesn't work with v2.3.0

You need to whitelist the required scripts/binaries in your .syscommand file. Unfortunately these settings get lost during an upgrade.

@poltos: it would be great if the .syscommand file was migrated during a version upgrade.
by maros
05 Feb 2017 14:05
Forum: Diskussion in Deutsch
Topic: Thermostat: Eventname für die Event Watcher App?
Replies: 3
Views: 5439

Re: Thermostat: Eventname für die Event Watcher App?

var self = this; self.controller.devices.get(deviceId).on('change:metrics:level',function(e) { self.controller.devices.get(sceneId).performCommand('on'); }); Das hier sollte reichen. Statt 'change:metrics:level' kannst du auch 'modify:metrics:level' benutzen - das kommt aus dem BaseModule (muss ins...
by maros
04 Feb 2017 15:18
Forum: Recipes
Topic: [userModule] Condition Switch (Updated 2017/02/02)
Replies: 17
Views: 42453

Re: [userModule] Condition Switch (Updated 2017/02/02)

The latest version of this module (1.11) also has support for date conditions. Also support for two new actions was added: Thermostats (set to a given setpoint if the condition is met, otherwise set back to the original value) as well as Events which can be processed by the EventWatcher module.
by maros
18 Jan 2017 17:10
Forum: Recipes
Topic: Front Door Sensor Alarm via Email
Replies: 6
Views: 9673

Re: Front Door Sensor Alarm via Email

Why don't you us the Security Mode or Security Zone+Event Watcher modules? They were made specifically for these kinds of setups and usually filter out multiple consecutive alerts.
by maros
31 Dec 2016 00:59
Forum: Diskussion in Deutsch
Topic: Thermostat: Eventname für die Event Watcher App?
Replies: 3
Views: 5439

Re: Thermostat: Eventname für die Event Watcher App?

Das kannst du mit der Event Watcher App leider nicht machen. Event Watcher lauscht nur auf globale controller Events (die zB. von diversen Modulen erzeugt werden), während Änderungen bei Devices (zB metrics:level) ein controller.device Event auslösen (mit dem Device im Event Payload). Soweit ich wei...
by maros
31 Oct 2016 22:28
Forum: Discussions in English
Topic: Basic system for heating switch off, on door opening
Replies: 2
Views: 4147

Re: Basic system for heating switch off, on door opening

Maybe you the "Advanced Virtual Thermostat" module might be a solution. This module acts as an ordinary thermostat (processing temperature readings from a sensor and switching an actor), but optionally also inhibits heating when binary sensors report open windows/doors.
by maros
06 Oct 2016 23:01
Forum: Recipes
Topic: [userModule] Thermostat Control (Updated 2016/10/06)
Replies: 11
Views: 21437

Re: [userModule] Thermostat Control (Updated 2016/04/21)

This issue was fixed in release 1.07. Will be available via AppStore shortly
by maros
14 Jul 2016 13:27
Forum: Recipes
Topic: [userModule] Condition Switch (Updated 2017/02/02)
Replies: 17
Views: 42453

Re: [userModule] Condition Switch (Updated 2016/06/01)

Please send me the full configuration you are using. You can obtain the config by calling http://YOURZWAYHOST/ZAutomation/api/v1/ ... URMODULEID
by maros
12 Jul 2016 00:39
Forum: Recipes
Topic: [userModule] Timer Switch
Replies: 0
Views: 5247

[userModule] Timer Switch

This module creates a timer switch (akin to an egg timer). Users can select the active time using a multilevel switch widget (works best with 1.4.3 UI which is shipped with 2.2.3). The switch decreases its level every second/minute/hour until it finally turns off. Tested with Z-Way version v2.2.2 (w...