Search found 5 matches
- 03 Sep 2015 12:33
- Forum: Discussions in English
- Topic: Fibaro Motion Sensor FGMS-001 not regonized correctly
- Replies: 4
- Views: 5308
Re: Fibaro Motion Sensor FGMS-001 not regonized correctly
ok maybe i confused a bit, the sensor is available in the device selection list but after selecting the device this setting is not applied and the device is shown again as unknown device, i mean you can select the sensor in the dropdownlist but it changes nothing...
- 02 Sep 2015 18:31
- Forum: Discussions in English
- Topic: Fibaro Motion Sensor FGMS-001 not regonized correctly
- Replies: 4
- Views: 5308
Re: Fibaro Motion Sensor FGMS-001 not regonized correctly
Same problem here, I tested with Version 2.1.1 and 2.0.1
The device seems to be unknown and you cannot manually select a device configuration.
The sensors work so far, but no product image and no configuration visible.
The device seems to be unknown and you cannot manually select a device configuration.
The sensors work so far, but no product image and no configuration visible.
- 02 Sep 2015 18:28
- Forum: Discussions in English
- Topic: Struggling with CodeDevice
- Replies: 3
- Views: 4014
Re: Struggling with CodeDevice
Hi,
I finally found the solution I need to do the following:
system('echo -n "on"')[1]; because the system comand gives an array like [ '0' , 'on' ].
Now it's finally working
Greets,
Patrick
I finally found the solution I need to do the following:
system('echo -n "on"')[1]; because the system comand gives an array like [ '0' , 'on' ].
Now it's finally working

Greets,
Patrick
- 02 Sep 2015 02:06
- Forum: Discussions in English
- Topic: Struggling with CodeDevice
- Replies: 3
- Views: 4014
Re: Struggling with CodeDevice
Hi, thanks for the reply. I allowed all those comands in the syscomands file. Tried with on and "on" and 'on' always shows off. Can you give it a try? I installed recent Version of the software today. Maybe its a bug and in prior Version ist works? Update: Testet with only: "on" ...
- 01 Sep 2015 20:22
- Forum: Discussions in English
- Topic: Struggling with CodeDevice
- Replies: 3
- Views: 4014
Struggling with CodeDevice
Hi guys, I am really new to this Z-Wave thing, however I want to do some little tests. I searched a couple of hours for a solution but I've found absolutely nothing, maybe some of you experienced guys can help me. Following problem: I definded a Code Device witch is called TestButton and it is a swi...