Search found 9 matches
- 07 Aug 2016 18:53
- Forum: Discussions in English
- Topic: Sending command to raspberry
- Replies: 17
- Views: 17544
Re: Sending command to raspberry
Thanks! That's it!
- 07 Aug 2016 17:17
- Forum: Discussions in English
- Topic: Sending command to raspberry
- Replies: 17
- Views: 17544
Re: Sending command to raspberry
Thanks. Next error-message: Error during perform command execution: Error: This command is denied by policy. pz1 mentioned this: Finally you must set permission for ZWay to excute aircontrol. Therefore enter the full path + name of that command in file /opt/z-way-server/automation/.syscommands Is th...
- 07 Aug 2016 15:56
- Forum: Discussions in English
- Topic: Sending command to raspberry
- Replies: 17
- Views: 17544
Re: Sending command to raspberry
Hey, i just tried if it works - it always says: Syntax error, unexpected identifier.
I followed your instrcutions, my code: system(sudo aircontrol -t blends_up)
I followed your instrcutions, my code: system(sudo aircontrol -t blends_up)
- 06 Aug 2016 13:49
- Forum: Discussions in English
- Topic: Sending command to raspberry
- Replies: 17
- Views: 17544
Re: Sending command to raspberry
Thanks!
I'm not at home to see if it works now - but one more question:
I have like 20 different commands (sudo aircontrol -t blends1_up ; blends2_up ....) to controll every blend in the flat - is it possible to combine it into one "code-device" and then create 20 buttons?
I'm not at home to see if it works now - but one more question:
I have like 20 different commands (sudo aircontrol -t blends1_up ; blends2_up ....) to controll every blend in the flat - is it possible to combine it into one "code-device" and then create 20 buttons?
- 06 Aug 2016 12:18
- Forum: Discussions in English
- Topic: Sending command to raspberry
- Replies: 17
- Views: 17544
Re: Sending command to raspberry
Hey, thanks for your help - I really appreciate that. But I'm still not able to do it. The app custom JavaScript: That means i need to create a virtual device in the .js file or what? Does this file need to start with the html tags or just the <script> tag? And can you tell me where to find the deve...
- 05 Aug 2016 21:45
- Forum: Discussions in English
- Topic: Sending command to raspberry
- Replies: 17
- Views: 17544
Re: Sending command to raspberry
Yes - and when pressing a switch/button I want the raspberry to execute a command ("sudo aircontrol -t blends_up").
- 05 Aug 2016 12:26
- Forum: Discussions in English
- Topic: Sending command to raspberry
- Replies: 17
- Views: 17544
Re: Sending command to raspberry
I'm not sure if this is what I'm searching for...
I want the raspberry to execute a script/command when I press a button via zwave. Is this possible?
I want the raspberry to execute a script/command when I press a button via zwave. Is this possible?
- 04 Aug 2016 13:29
- Forum: Discussions in English
- Topic: Sending command to raspberry
- Replies: 17
- Views: 17544
Re: Sending command to raspberry
To make it a bit easier: Is it possible to execute a script when pressing a button with zwave or extesions like openremote or smth?
Thanks.
Thanks.
- 29 Jul 2016 11:06
- Forum: Discussions in English
- Topic: Sending command to raspberry
- Replies: 17
- Views: 17544
Sending command to raspberry
Hello everybody! What I want to do: I'm using a raspberry pi and z-wave for smart control of my flat. I'm searching for an app with that I can control my blends. I already managed to control the blends with the raspberry using aircontrol. Therefore I need to type "sudo aircontrol -t blends_up&q...