Search found 13 matches
- 24 Mar 2017 00:38
- Forum: Discussions in English
- Topic: Unable to complete interview
- Replies: 0
- Views: 2665
Unable to complete interview
I run in to this problem a lot where interviews of new devices don't complete and I have to retry multiple times and/or reboot the razberry, but I'm stuck on a device now which just never completes the interview process. Several of the command classes complete (the same every time) and the rest alwa...
- 20 Mar 2017 00:43
- Forum: Discussions in English
- Topic: Use best route first?
- Replies: 2
- Views: 3771
Re: Use best route first?
Ahh, good to know! The wording on the timing page made it sound like there were a lot of attempts to communicate directly with the device, which would have made no sense! I'll see if I can push the network out more in that direction.
- 19 Mar 2017 23:05
- Forum: Discussions in English
- Topic: Use best route first?
- Replies: 2
- Views: 3771
Use best route first?
I'm not sure I understand this correctly, but I've read that the default z-wave behavior when transmitting messages is to first attempt to communicate directly with the remote device, and if that fails, to then attempt to communicate via the mesh network. Is this true? Is there any way to get the co...
- 19 Mar 2017 22:53
- Forum: Discussions in English
- Topic: zway_cc_switch_multilevel_get sends two requests per call?
- Replies: 8
- Views: 8023
Re: zway_cc_switch_multilevel_get sends two requests per cal
Fantastic, how do I do that? Also, similarly I've just noticed that when I issue a *_set() command, the driver inserts an unrequested _get() command every time as well (I haven't checked all CCs, but I've seen this for switch_multivlevel_set() and switch_binary_set()). Can this behavior also be disa...
- 06 Mar 2017 00:23
- Forum: Discussions in English
- Topic: zway_cc_user_code_get does nothing?
- Replies: 7
- Views: 7248
Re: zway_cc_user_code_get does nothing?
{"invalidateTime":1486690068,"updateTime":1486690069,"type":"empty","value":null,"supported":{"invalidateTime":1486690068,"updateTime":1486690069,"type":"bool","value":true},"version&q...
- 04 Mar 2017 23:32
- Forum: Discussions in English
- Topic: zway_cc_switch_multilevel_get sends two requests per call?
- Replies: 8
- Views: 8023
Re: zway_cc_switch_multilevel_get sends two requests per cal
By which I mean to say, a flag to tell it to only send one request would be fantastic! 

- 04 Mar 2017 23:31
- Forum: Discussions in English
- Topic: zway_cc_switch_multilevel_get sends two requests per call?
- Replies: 8
- Views: 8023
Re: zway_cc_switch_multilevel_get sends two requests per cal
Well, in my case I'm monitoring the level of a multilevel switch. The particular switches I'm monitoring send a nodeinfo packet every time they are toggled, and will not respond to queries for one second after they have sent a nodeinfo packet, so in order to provide timely information to the GUI, I ...
- 04 Mar 2017 23:26
- Forum: Discussions in English
- Topic: zway_cc_user_code_get does nothing?
- Replies: 7
- Views: 7248
Re: zway_cc_user_code_get does nothing?
It returns 0, and nothing appears in the debug log.
- 19 Feb 2017 05:11
- Forum: Discussions in English
- Topic: zway_cc_user_code_get does nothing?
- Replies: 7
- Views: 7248
Re: zway_cc_user_code_get does nothing?
Hmm... My apologies but I don't understand the terminology (I'm not very fluent with the zWave terminology). What do you mean by "DH"? I did a search through some log files and the string "DH" doesn't show up anywhere. Also, to be clear, when I submit the zway_cc_user_code_get() ...
- 19 Feb 2017 05:05
- Forum: Discussions in English
- Topic: zway_cc_switch_multilevel_get sends two requests per call?
- Replies: 8
- Views: 8023
Re: zway_cc_switch_multilevel_get sends two requests per cal
So there's no way to get the driver to only do what I tell it to do? Is it possible to get the source code for the driver to compile a version that only does what it's told to do?