Search found 30 matches

by masque
17 Jan 2016 20:15
Forum: Recipes
Topic: [userModule] Base Module (Updated 2017/01/22)
Replies: 24
Views: 41220

Re: [userModule] Base Module (Updated 2016/01/08)

Hi Coffeelover, as you can see in my post here: http://forum.z-wave.me/viewtopic.php?f=3424&t=22614#p60029 I've had the same problem. From my point of view this does not have to do with the modules maros is providing. It seams to be a problem of Version 2.2.0. If you want to install the modules,...
by masque
12 Jan 2016 23:43
Forum: Recipes
Topic: [userModule] Security Zone (Updated 2016/06/01)
Replies: 15
Views: 27640

Re: [userModule] Security zone (Updated 2015/11/15)

Hi Maros, I've tried your security zone module as you suggested here: http://forum.z-wave.me/viewtopic.php?f=3424&t=22641&start=10#p60250 It really works great for the energy threshold usecase. The only thing that is strange to me, is the condition for multilevel sensors. I seams that the lo...
by masque
09 Jan 2016 17:47
Forum: Recipes
Topic: [userModule] Automated Inactivity Switch Off (Up 2016/10/19)
Replies: 13
Views: 22064

Re: [userModule] Automated Inactivity Switch Off (Upd 2016/1

Ok, that's a cool Idea. I will try this. In regards to your Notifications Module. As said I'm not really a developer, but I've created a Module that allows to send Messages via Pushover Service. http://forum.z-wave.me/viewtopic.php?f=3420&t=22056#p59885 Perhaps this is a functionality that fits ...
by masque
09 Jan 2016 01:37
Forum: Recipes
Topic: [userModule] Automated Inactivity Switch Off (Up 2016/10/19)
Replies: 13
Views: 22064

Re: [userModule] Automated Inactivity Switch Off (Upd 2016/1

Hey, cool. this is working now. Thank you very much. I found some more usecases where I could work with this module combination. I.e. My dorbell sends me a message when somebody is ringing and I'm not at home. Unfortunately if the person presses the ringbutton several times, I get a message for ever...
by masque
07 Jan 2016 02:47
Forum: Recipes
Topic: [userModule] Automated Inactivity Switch Off (Up 2016/10/19)
Replies: 13
Views: 22064

Re: [userModule] Automated Inactivity Switch Off

I've changed line 139 in index.js to dayofweekNow and got the ConditionSwitch Module working. Additionally I've added the binary switch to the module.json of AutoOffInactive module as the Binary switches have not been shown in the drop down list. "sensors" : { "fields" : { "...
by masque
07 Jan 2016 01:54
Forum: Recipes
Topic: [userModule] Automated Inactivity Switch Off (Up 2016/10/19)
Replies: 13
Views: 22064

Re: [userModule] Automated Inactivity Switch Off

ok, we're getting closer. After restarting everything I now get the following error: [2016-01-06 23:39:09.775] [E] [core] Callback execution error: ReferenceError: dayNow is not defined at automation/userModules/ConditionSwitch/index.js:139:46 at Function._.each._.forEach (automation/lib/underscore....
by masque
07 Jan 2016 01:31
Forum: Recipes
Topic: [userModule] Automated Inactivity Switch Off (Up 2016/10/19)
Replies: 13
Views: 22064

Re: [userModule] Automated Inactivity Switch Off

ok, that's a cool idea. I will try this as soon as I've figured out why the Conditional Switch module gives me the following error when I create an app. [2016-01-06 23:23:07.673] [I] [core] Notification: error (core): Cannot instantiate module: ConditionSwitch: TypeError: undefined is not a function...
by masque
06 Jan 2016 23:20
Forum: Recipes
Topic: [userModule] Automated Inactivity Switch Off (Up 2016/10/19)
Replies: 13
Views: 22064

Re: [userModule] Automated Inactivity Switch Off

I did a test with the "if then" module allready. Unfortunately it's not enougth to trigger between <3W and >3W as the maschine is reaching that condition during normal work as well. Therefore I was looking for something that includes a timer. This would give the possibility to only switch ...
by masque
06 Jan 2016 19:58
Forum: Diskussion in Deutsch
Topic: Pushover notification
Replies: 31
Views: 46772

Re: Pushover notification

Prüf mal die Zugriffsrechte deines UserModul Ordners:

Code: Select all

ls -l /opt/z-way-server/automation/
das sollte sowas wie das hier stehen:

Code: Select all

drwxr-xr-x 12 pi pi  4096 Jan  6 15:56 userModules
Wenn nicht mal mit folgendem Befehl ändern:

Code: Select all

sudo chown -R pi:pi /opt/z-way-server/automation/userModules
by masque
06 Jan 2016 17:38
Forum: Recipes
Topic: [userModule] Automated Inactivity Switch Off (Up 2016/10/19)
Replies: 13
Views: 22064

Re: [userModule] Automated Inactivity Switch Off

It's working now. thanks. Would it make sense to include Multi level switches for sensor as well ? A logical rule could be used to define if the Multilevel switch has been inactive or not. An example for usage would be: Turn of the washing maschine and send a notification if the powerlevel of the wa...