Search found 103 matches

by maros
24 Jun 2016 11:41
Forum: Recipes
Topic: [userModule] Condition Switch (Updated 2017/02/02)
Replies: 17
Views: 42773

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

please can you anser to my questions? How can i configure hte shutter with your astro module and time values? the condition switch can only altitude or time but no combination. Maybe you should go and read the documentation before posting here?! Have a look at nested conditions to create complex ru...
by maros
24 Jun 2016 11:39
Forum: Recipes
Topic: [userModule] Virtual Rain Sensor (Updated 2016/07/31)
Replies: 15
Views: 28970

Re: [userModule] Virtual Rain Sensor (Updated 2016/06/01)

I am pretty sure I have the code worked out to make the delay time not reboot safe. I realize that the reason I set out to do this was outside of the original scope of your excellent module, but if you'd like the code to look over, it's at your disposal... sure, just create a github pullrequest and...
by maros
21 Jun 2016 09:19
Forum: Recipes
Topic: [userModule] Condition Switch (Updated 2017/02/02)
Replies: 17
Views: 42773

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

Condition switch works in both directions (in contrast to LogicalRules) - every rule can open and close your shutters. Since both rules are interfering you see this strange behaviour in the short period when the rules do not match. You'll need to create just one rule that says '(altitude > 5 AND tim...
by maros
20 Jun 2016 09:52
Forum: Recipes
Topic: [userModule] Window Control (Updated 2016/10/06)
Replies: 0
Views: 4407

[userModule] Window Control (Updated 2016/10/06)

Automation module to handle window opener motors for achieving optimal ventilation and temperature regulation. Three individual operation modes are available Winter mode: Open windows whenever it is warmer outside than inside and inside temperature is below target temperature. Summer mode: Open wind...
by maros
20 Jun 2016 09:47
Forum: Recipes
Topic: [userModule] Security Zone (Updated 2016/06/01)
Replies: 15
Views: 27538

Re: [userModule] Security zone (Updated 2016/02/20)

Latest version of EventWatcher also exposes the original event to the custom JavascriptEvent code. Just check out a variable called event
by maros
18 Jun 2016 10:37
Forum: Todo for the software
Topic: App Virtual Thermostat
Replies: 1
Views: 9948

Re: App Virtual Thermostat

I made a pullrequest on github that would allow you to override the default step setting for thermostat and multilevel devices by setting metrics:step
https://github.com/Z-Wave-Me/zwave-smarthome/pulls

Let's hope that this PR gets accepted ;-)
by maros
18 Jun 2016 10:26
Forum: RaZberry
Topic: Problem message "something went wrong" Module Presence state
Replies: 5
Views: 7958

Re: Problem message "something went wrong" Module Presence s

The "Cannot instantiate module: Presence: TypeError: undefined is not a function" error message is clearly a sign that z-way cannot access the module metadata (module.json). Please make sure that 1) the module is installed in the correct location and that 2) all files are readable by the u...
by maros
18 Jun 2016 10:21
Forum: Diskussion in Deutsch
Topic: Licht an Licht aus mit Fibaro Steckeradapter
Replies: 15
Views: 19714

Re: Licht an Licht aus mit Fibaro Steckeradapter

Das geht auch recht einfach mit einem einzigen Condition Switch (statt 2x Szene und 2x Zeitgesteuert). Einfach Uhrzeit von-bis eintragen und die Lampe als Aktor.
by maros
18 Jun 2016 10:18
Forum: Diskussion in Deutsch
Topic: Steuerung der Fibaro Shutter FGR 222
Replies: 4
Views: 7244

Re: Steuerung der Fibaro Shutter FGR 222

Probier doch einmal mein DeviceMove Modul. Mit dem kannst du Rollläden die sich nicht genau ansteuern lassen über zeitversetzte up/down+stop Kommandos zu steuern. Mit dem FGR 222 Modul habe ich aber leider keine Erfahrungen.
by maros
18 Jun 2016 09:58
Forum: Recipes
Topic: [userModule] Virtual Rain Sensor (Updated 2016/07/31)
Replies: 15
Views: 28970

Re: [userModule] Virtual Rain Sensor (Updated 2016/01/08)

That's because there in no option to select the weather app. The weather module will be detected automatically. Make sure you have my WeatherUndergound module installed, and not Wunderground for the rain sensor to work properly