Search found 5 matches
- 23 May 2017 18:24
- Forum: Discussions in English
- Topic: Order of executions when starting Z-Way server.
- Replies: 1
- Views: 3402
Order of executions when starting Z-Way server.
Hi! I've made a virtual device (switch), and in a custom script I try to get and use its level (on/off). The problem is that when I restart the z-way server, it executes the custom scripts before the DummyDevice module is initialized. This leads to errors where the script uses "on" or &quo...
- 30 Mar 2017 17:57
- Forum: Device specific
- Topic: Fibaro Door/Window Sensor - Reset tamper
- Replies: 2
- Views: 7021
Fibaro Door/Window Sensor - Reset tamper
Hi! I've got a Window/Door Sensor from Fibaro, and the tamper alarm is constantly in an "ON" state. The alarm is activatet by pushing the button on the back of the sensor. This isn't a problem when using for example a Fibaro Motion Sensor, because that sensor resets the tamper alarm after ...
- 08 Mar 2017 15:32
- Forum: Discussions in English
- Topic: Making a finite state machine (FSM), or switch/case
- Replies: 0
- Views: 2750
Making a finite state machine (FSM), or switch/case
Hi! Me and a couple of friends have made a script for two Fibaro motion sensors and a FIbaro door/window sensor. The script checks if someone exits the house (the house/building), and calls a Python script which sends a message to a PC server. When the person comes back, the Python script is called ...
- 24 Feb 2017 17:24
- Forum: RaZberry
- Topic: Can't find .syscommands
- Replies: 1
- Views: 3629
Re: Can't find .syscommands
Never mind, I had to show hidden files to find it.
I won't delete the thread in case anyone else has this problem.
I won't delete the thread in case anyone else has this problem.
- 24 Feb 2017 17:22
- Forum: RaZberry
- Topic: Can't find .syscommands
- Replies: 1
- Views: 3629
Can't find .syscommands
Hi! I want to execute a python script from a javascript in the automation folder. To do this I understand that I have to add lines like "/usr/bin/python /opt/z-way-server/automation/trigger.py" (for example) to the .syscommands file. The problem is that I can't fint the .syscommands file i...