Search found 3 matches

by gjdv
Monday 22 February 2016 12:58
Forum: Other questions and discussions
Topic: Hoe to disable/enable a timer in a scene from another ??
Replies: 11
Views: 3943

Re: Hoe to disable/enable a timer in a scene from another ??

I stumbled upon this thread when searching for a solution of the problem described. By browsing through the sourcecode, I found this simple solution of doing json calls to enable/disable the scenetimer (where you simply provide the scenetimer identifier which you can find e.g., by checking the ...
by gjdv
Thursday 14 January 2016 17:18
Forum: Others
Topic: NodOn Z-Wave wallswitch
Replies: 8
Views: 5483

Re: NodOn Z-Wave wallswitch

NodOn wrote:Hi,
Does the solution works on a Pi ?

Thanks
Yes, I wrote and run my script on a Raspberry Pi
by gjdv
Wednesday 25 November 2015 21:33
Forum: Others
Topic: NodOn Z-Wave wallswitch
Replies: 8
Views: 5483

Re: NodOn Z-Wave wallswitch

Thanks Jerboer for sharing your experience. Using your method, I also got my NodOn wall switch working to activate a scene. I, however wanted also to be able to deactive a group, which turned out to be more difficult than anticipated. I ended up writing a python script that does the trick, i.e ...