Search found 14 matches
- 16 Jan 2015 09:34
- Forum: RaZberry
- Topic: I give up !
- Replies: 20
- Views: 26169
I give up !
After 1 year, I definitly give up with Razberry ! I wasted to longue time not to use but to test unstable and uncommented API, software, etc. Because I already got some z-wave devices, I don't have any choice but buying a real z-way controler in order to manage with a full running automation network...
- 15 Jan 2015 23:19
- Forum: RaZberry
- Topic: Everspring FS812 automation issue
- Replies: 3
- Views: 4495
Re: Everspring FS812 automation issue
Unfortunatly, it's worse ! The battery widget has disappeared without any alarm widget.
thanks for your help.
Gilles
thanks for your help.
Gilles
- 15 Jan 2015 01:27
- Forum: RaZberry
- Topic: Everspring FS812 automation issue
- Replies: 3
- Views: 4495
Everspring FS812 automation issue
Hello,
I've just include a new device, FS812 smoke detector. Into the automation module, I only can see the battery widget while other class should be available for automation.
Any idea ?
Thanks
I've just include a new device, FS812 smoke detector. Into the automation module, I only can see the battery widget while other class should be available for automation.
Any idea ?
Thanks
- 23 Dec 2014 15:54
- Forum: Discussions in English
- Topic: saving and restoring automation config
- Replies: 1
- Views: 3387
saving and restoring automation config
Hello, Because I've planned to reinstall my board, I need to save the whole content of my automation configuration in order to move it on the new plateform. I founded a directory named "storage" in the automation folder. Do I just have to copy and past these files or do I have to follow an...
- 22 Dec 2014 02:03
- Forum: RaZberry
- Topic: Fibaro Multisensor - advice needed please
- Replies: 12
- Views: 14102
Re: Fibaro Multisensor - advice needed please
It works !
Thanks a lot
Thanks a lot
- 21 Dec 2014 23:01
- Forum: RaZberry
- Topic: Fibaro Multisensor - advice needed please
- Replies: 12
- Views: 14102
Re: Fibaro Multisensor - advice needed please
Hello, I'm still facing an issue with the system(command) function. I understand that policy requires the command to be allowed in a .systemcommands file, but I can't find any documentation about this file: location (seems to be different according to the version, syntaxe, etc. Any help is very welc...
- 07 May 2014 18:15
- Forum: RaZberry
- Topic: C Sample....really exhausted !!
- Replies: 15
- Views: 20587
Re: C Sample....really exhausted !!
Hello,
I'm looking for a way to initiate a single callback in order to receive a value change on any devices, and then retreiving the value and the device ID in the callbacK...this rather than setting a callback for each devices.
Hope this is clear.
Thanks for your help.
I'm looking for a way to initiate a single callback in order to receive a value change on any devices, and then retreiving the value and the device ID in the callbacK...this rather than setting a callback for each devices.
Hope this is clear.
Thanks for your help.
- 01 May 2014 19:13
- Forum: RaZberry
- Topic: C Sample....really exhausted !!
- Replies: 15
- Views: 20587
Re: C Sample....really exhausted !!
Hi,
Battery CC request is now working (don't know really what I did !!).
Thanks a lot for your help.
Battery CC request is now working (don't know really what I did !!).
Thanks a lot for your help.
- 30 Apr 2014 20:00
- Forum: RaZberry
- Topic: C Sample....really exhausted !!
- Replies: 15
- Views: 20587
Re: C Sample....really exhausted !!
Hello, Thanks for your quick reply. This is an expected behavior.... Clear. Regarding the second question, I was expecting managing as I do with the ZWAVE API http://192.168.0.9:8083/ZWaveAPI/Run/devices[7].instances[0].commandClasses[0x30] which returns {"supported":true,"name":...
- 30 Apr 2014 15:38
- Forum: RaZberry
- Topic: C Sample....really exhausted !!
- Replies: 15
- Views: 20587
Re: C Sample....really exhausted !!
Hi, I've performed more testing and have some questions. While basic_level_holder = zway_find_device_instance_cc_data(zway, 7, 0, 0x30, "1.level"); succeeds to provide the callback call, it fails with basic_level_holder = zway_find_device_instance_cc_data(zway, 7, 0, 0x30, ""); a...