Search found 2 matches

by proncola
Saturday 26 November 2016 16:37
Forum: Other questions and discussions
Topic: Keypad Usercode comment
Replies: 4
Views: 1899

Re: Keypad Usercode comment

Should not be a big deal for anyone familiar with compilation mechanisms (I'm not)
I 'm looking for such a solution for several week.
I made several trials with some of my keyfobs after enabling debug for my ZWAVE.ME UZB device.
The logs clearly shows that the Keyboard does send the information (an ...
by proncola
Monday 16 November 2015 0:56
Forum: PHP and all others
Topic: Script on DOMOTICZ for WINDOWS
Replies: 13
Views: 5755

Re: Script on DOMOTICZ for WINDOWS

For windows scripts, I discovered that the scripts have to be under the following directory (given my install under c: drive):
"ProgramData\Domoticz"
and not
"Program Files\Domoticz"
Then, 'Action On' should contain something like:
script://yourPythonScript.py

I haven't tested Windows batch ...