Search found 53 matches

by jet11x
07 Nov 2017 00:33
Forum: Discussions in English
Topic: Reloading usermodules
Replies: 2
Views: 3616

Re: Reloading usermodules

The above does work and is very useful. I've found the only occasionally a full restart is required.
by jet11x
07 Nov 2017 00:32
Forum: Discussions in English
Topic: Programatically generate elements for field in module.json?
Replies: 7
Views: 7186

Re: Programatically generate elements for field in module.json?

I'd also find the ability to use the js capabilities of Alpaca useful, preferably by adding JavaScript in the index.json file, or if not in there then an associated file that's part of the module.
by jet11x
05 Nov 2017 19:15
Forum: Recipes
Topic: [userModule] TabularScheduler
Replies: 3
Views: 13686

Re: [userModule] TabularScheduler

I've made a couple of bug fixes and uploaded version 0.0.2 to http://developer.z-wave.me regarding references switches and running end events after reschedule/reinit.
Now on github together with tests that run under mocha in nodejs.
by jet11x
30 Oct 2017 00:10
Forum: Recipes
Topic: [userModule] TabularScheduler
Replies: 3
Views: 13686

[userModule] TabularScheduler

After a few re-thinks here's a new version - 0.1.0. This module was inspired by the table format used by tomshuette in the WeeklyTimer module and which is based on 3 of the great modules from maros: BaseModule, Presence and Astronomy. The table of scheduled entries each entry allows you to specify p...
by jet11x
30 Sep 2017 23:30
Forum: RaZberry
Topic: Create a sprinkler program
Replies: 6
Views: 7193

Re: Create a sprinkler program

I spent a long time looking at options for adding a sprinkler system to my z-wave setup.
In the end I went with a different Raspberry PI solution - https://opensprinkler.com/product/opensprinkler-pi/
Excellent hardware and good software.
by jet11x
06 Sep 2017 23:09
Forum: Discussions in English
Topic: List of cron entries
Replies: 1
Views: 2975

List of cron entries

Is it possible to get a list of active Cron (module) entries?
For instance useful when trying to understand if a scheduled event doesn't appear to be running and to check module stop is correctly removing cron entries.
by jet11x
04 Sep 2017 23:10
Forum: Recipes
Topic: [userModule] Presence Switch (Updated 2016/04/20)
Replies: 19
Views: 36533

Re: [userModule] Presence Switch (Updated 2016/04/20)

I've been trying out the Presence module and struggled to get an event emitted for being on Vacation. After looking at the code I discovered you also have to set to Away. I also noted in the Presence code the following: if (presence === 'on') { if (night === 'on'){ newMode = 'night'; } else { newMod...
by jet11x
27 Jul 2017 23:41
Forum: Discussions in English
Topic: ZWay crashing daily
Replies: 49
Views: 59088

Re: ZWay crashing daily

Does clean mean delete this file?
by jet11x
09 Oct 2016 15:16
Forum: Discussions in English
Topic: Losing title of scene ...
Replies: 7
Views: 7352

Re: Losing title of scene ...

Thanks. I think this has come up before and I've managed to forget it. Shame vDevs don't get named automatically when created for scenes.
by jet11x
09 Oct 2016 14:08
Forum: Discussions in English
Topic: Losing title of scene ...
Replies: 7
Views: 7352

Re: Losing title of scene ...

Create a scene call "Test Scene" which turns on 1 light and save it. You can then see "Test Scene" in the list of active apps Then create a Schedule called "Test Schedule" and try to add "Test Scene" as a scene to activate. In the drop down "Test Scene&qu...