Search found 7 matches

by lluzak
14 Aug 2014 00:35
Forum: Discussions in English
Topic: C API - data callbacks
Replies: 5
Views: 29673

Re: C API - data callbacks

thanks, now i get it, but even if i set association group "1", which is responsible for sending notification about state changes, i can't point it to send to my own device, i need it to be pointing to controller, am i right ? some right now the situation, where controller is holding data i...
by lluzak
14 Aug 2014 00:08
Forum: Discussions in English
Topic: C API - data callbacks
Replies: 5
Views: 29673

Re: C API - data callbacks

I still have problem with data being set in controller instead of device. Even in ExpertUI it's doing exactly the same thing. How can i cange BASIC_SET being set on device instead of controller ?
by lluzak
13 Aug 2014 13:20
Forum: Discussions in English
Topic: C API - data callbacks
Replies: 5
Views: 29673

Re: C API - data callbacks

Thanks for reply, is there a way to create global callback for all devices, because for example i would like to listen for changes of 0x20 command class in all devices, which possess this command class. Or i need to explicitly create callback for each one of them ?
by lluzak
13 Aug 2014 00:19
Forum: Discussions in English
Topic: C API - data callbacks
Replies: 5
Views: 29673

C API - data callbacks

Hi I have a problem with creating proper callbacks for data changes on devices. I have device with ID=3 which has commandClass 0x20 ( simple switch ), and i would like to create callback for that. ZDataHolder basic_level_holder; ZWBYTE device_id = 3; basic_level_holder = zway_find_device_instance_cc...
by lluzak
28 Jul 2014 14:04
Forum: Discussions in English
Topic: C Api - zway_device_guess function
Replies: 3
Views: 34166

Re: C Api - zway_device_guess function

Yes, i'm using zway_device_guess function, the problem is that the results different from /ZWaveAPI/Run/devices[x].GuessXML(). The scores and device given by zway_device_guess doesn't match the device, but Expert UI method returns very accurate. Is there a need to run maybe some additional function ...
by lluzak
28 Jul 2014 12:29
Forum: Discussions in English
Topic: C Api - zway_device_guess function
Replies: 3
Views: 34166

C Api - zway_device_guess function

Hey I'm writing a GO bindings for zway library, and i encountered a problem. While calling zway_device_guess function from C level the result are different from those which i'm getting at Expert UI. The orders and the scores are completely different. What can be a cause of that ? Should i call some ...
by lluzak
09 Jul 2014 00:46
Forum: Discussions in English
Topic: ZWayJS for Node.js
Replies: 2
Views: 26409

ZWayJS for Node.js

Hey

Is there a way of using zwayJS API from node.js ?