Search found 442 matches

by michap
19 Mar 2013 02:59
Forum: RaZberry
Topic: Access ZWaveAPI through Python script on Raspberry
Replies: 19
Views: 22462

About what API documentation

<t>About what API documentation do you write? Can you give me a link?<br/> Was using your suggestion - and get this error:<br/> <br/> [2013-04-02 16:18:28.872] SETDATA devices.10.instances.0.commandClasses.48.data.level = True<br/> Failed to execute command: System commands are not configured<br/> <...
by michap
19 Mar 2013 02:59
Forum: RaZberry
Topic: Access ZWaveAPI through Python script on Raspberry
Replies: 19
Views: 22462

a sample for event...

<r>Hi,<br/> <br/> this is working for me (just a simple sample) :<br/> <br/> create test1.js and place it into automation directory<br/> content of test1.js:<br/> <br/> zway.devices[5].instances[0].commandClasses[48].data.level.bind(function() {<br/> try {<br/> system("sh /opt/test.sh " + this.value...