Search found 103 matches

by maros
04 Jan 2016 10:58
Forum: Recipes
Topic: [userModule] Astronomy (Updated 2016/10/26)
Replies: 12
Views: 21037

Re: [userModule] Astronomy (Updated 2015/12/19)

Did you follow the installation instructions? (Zway- prefix?) Any error messages in the log files?
by maros
04 Jan 2016 10:55
Forum: Diskussion in Deutsch
Topic: Verzögertes Scharfschalten/Entschärfen
Replies: 2
Views: 6732

Re: Verzögertes Scharfschalten/Entschärfen

Schau doch mal im "Recipies" Forum rein. Da gibt es schon fertige Lösungen
https://forum.z-wave.me/viewtopic.php?f=3424&t=22217
by maros
04 Jan 2016 10:45
Forum: Device specific
Topic: Aeon Multisensor 6 (Gen 5)
Replies: 8
Views: 13465

Aeon Multisensor 6 (Gen 5)

I have a couple of Aeon Multisensors 6 (Gen 5) - all USB main powered - at home and noticed very strange behaviour. First of all I keep getting the "Too many bindings to one dataholder" error (see https://forum.z-wave.me/viewtopic.php?f=3419&t=22485&p=59791&hilit=aeon ) in regu...
by maros
04 Jan 2016 09:58
Forum: Discussions in English
Topic: Binding to Level Change in vDev
Replies: 4
Views: 4729

Re: Binding to Level Change in vDev

Can't find anything wrong with your first example. Maybe try to increase the log-level to see what's going on (eg. if the level really gets changed) ?! However, as a general precaution, I'd also advise you to set up the event listeners a couple seconds after init. The reason for that is that during ...
by maros
02 Jan 2016 18:49
Forum: Recipes
Topic: [userModule] Automated Inactivity Switch Off (Up 2016/10/19)
Replies: 13
Views: 22207

[userModule] Automated Inactivity Switch Off (Up 2016/10/19)

This module turns off devices after a defined time of inactivity. Activity can be measured using multiple binary sensors/devices, like movement sensors, door sensors or switches. Also allows to specify a delay for auto off checks after the device was initially turned on. Tested with Z-Way version v2...
by maros
01 Jan 2016 22:03
Forum: Recipes
Topic: [userModule] Base Module (Updated 2017/01/22)
Replies: 24
Views: 41874

Re: [userModule] Base Module

Hmm, the stack traces originate from the AutomationController, and not from my modules. Since module loading happens around line 287 in AutomationController.js this seems like a load issue. Looks like it can't find the module.json. Can you please check the installation (typo in the folder name, need...
by maros
31 Dec 2015 19:46
Forum: Recipes
Topic: [userModule] Base Module (Updated 2017/01/22)
Replies: 24
Views: 41874

Re: [userModule] Base Module

masque wrote:unfortunately no luck with v2.1.1 either.
That is very strange. Looks like the getName method is missing from the AutomationModule base class. The latest master head from github should have a workaround/fix for this issue. Will publish this fix as soon as anybody can confirm that it works properly
by maros
31 Dec 2015 15:30
Forum: Recipes
Topic: [userModule] Base Module (Updated 2017/01/22)
Replies: 24
Views: 41874

Re: [userModule] Base Module

Either install it via the Z-Wave.me appstore. You'll need to add the 'k1_beta' app token to your app store config.

Otherwise if you install it manually, please make sure that is installed the /BaseModule and NOT in the /Zway-BaseModule folder
by maros
26 Dec 2015 21:15
Forum: Recipes
Topic: [userModule] Base Module (Updated 2017/01/22)
Replies: 24
Views: 41874

[userModule] Base Module (Updated 2017/01/22)

This module provides many useful functions for other automation modules. It has no user facing functionality on its own. If you want to use BaseModule for your own modules, just replace one line from the module initialisation inherits(MyModule, BaseModule); (instead of AutomationModule) BaseModule h...
by maros
26 Dec 2015 20:44
Forum: Recipes
Topic: [userModule] Condition Switch (Updated 2017/02/02)
Replies: 17
Views: 44469

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

This module allows to set various condition such as Time of day Day of week Date Presence Modes (from the Presence Module ) Binary sensor/switch states Multilevel sensor/switch values (with comparison operators) to switch multiple switches and scenes. If all conditions are met the controlled switche...