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.
Search found 103 matches
- 06 Feb 2017 10:55
- Forum: Recipes
- Topic: Ping Presence State doesn't work with v2.3.0
- Replies: 3
- Views: 9478
- 05 Feb 2017 14:05
- Forum: Diskussion in Deutsch
- Topic: Thermostat: Eventname für die Event Watcher App?
- Replies: 3
- Views: 6073
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...
- 04 Feb 2017 15:18
- Forum: Recipes
- Topic: [userModule] Condition Switch (Updated 2017/02/02)
- Replies: 17
- Views: 47303
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.
- 18 Jan 2017 17:10
- Forum: Recipes
- Topic: Front Door Sensor Alarm via Email
- Replies: 6
- Views: 11384
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.
- 31 Dec 2016 00:59
- Forum: Diskussion in Deutsch
- Topic: Thermostat: Eventname für die Event Watcher App?
- Replies: 3
- Views: 6073
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...
- 31 Oct 2016 22:28
- Forum: Discussions in English
- Topic: Basic system for heating switch off, on door opening
- Replies: 2
- Views: 4496
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.
- 29 Oct 2016 12:53
- Forum: Discussions in English
- Topic: Security issue: Passwords stored in cookie
- Replies: 4
- Views: 6790
- 06 Oct 2016 23:01
- Forum: Recipes
- Topic: [userModule] Thermostat Control (Updated 2016/10/06)
- Replies: 11
- Views: 23585
Re: [userModule] Thermostat Control (Updated 2016/04/21)
This issue was fixed in release 1.07. Will be available via AppStore shortly
- 14 Jul 2016 13:27
- Forum: Recipes
- Topic: [userModule] Condition Switch (Updated 2017/02/02)
- Replies: 17
- Views: 47303
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
- 12 Jul 2016 00:39
- Forum: Recipes
- Topic: [userModule] Timer Switch
- Replies: 0
- Views: 5748
[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...