Search found 6 matches

by tor
12 Feb 2016 16:17
Forum: RaZberry
Topic: How to mark battery powered device as failed ?
Replies: 4
Views: 4895

Re: How to mark battery powered device as failed ?

He is actually asking for a function ;) There is a function "Function Class RemoveFailedNode" but you can only use this if the node is marked as failed. Unfortunately there seems to be no way to do this "programatically" :( I have the same problem that i get nodes that are remove...
by tor
24 Aug 2015 00:31
Forum: RaZberry
Topic: Unsolicited reports from binary switch
Replies: 2
Views: 4155

Re: Unsolicited reports from binary switch

Thanks toomuo,

Disappointing news indeed, and yet another stupid patent hindering technology :( I don't have the option to select what devices is on the network i'm on so that leaves me investigating the niffler then.

/Tor
by tor
19 Aug 2015 10:14
Forum: RaZberry
Topic: Unsolicited reports from binary switch
Replies: 2
Views: 4155

Unsolicited reports from binary switch

Hi, I have some problems with getting device changes reported back to me. The device in question is still an Aeotech Smart Switch, a controllable switch with a button to manually turn it on or off. I want to intercept when the level is changed manually/locally(?) on the device. My first approach on ...
by tor
13 Aug 2015 08:41
Forum: RaZberry
Topic: Enumerating command classes using the c-library fail
Replies: 3
Views: 3846

Re: Enumerating command classes using the c-library fail

Thanks and no problem. To add on above comments, when the system works properly i also get nice, added events, callbacks upon start with all devices, instances and command classes. Thus you most likely don't have to do the zway_devices_list -> zway_instances_list -> zway_command_classes_list travers...
by tor
12 Aug 2015 17:48
Forum: RaZberry
Topic: Enumerating command classes using the c-library fail
Replies: 3
Views: 3846

Re: Enumerating command classes using the c-library fail

Ok, the problem seems to be with me running two separate instances of the z-way stack. The config xml stores where out of sync and i where unable to do a NIF request/interview on the devices earlier enumerated by the zway-server. When excluding the devices and then re-include them again i get sensib...
by tor
06 Aug 2015 15:27
Forum: RaZberry
Topic: Enumerating command classes using the c-library fail
Replies: 3
Views: 3846

Enumerating command classes using the c-library fail

Hi! I'm currently working with the zway c-library to prototype some zwave functionality. I however have some problems scanning which command classes a particular device and instance supports. I use the zway_devices_list -> zway_instances_list -> zway_command_classes_list to get information on what d...