Unsolicited reports from binary switch
Posted: 19 Aug 2015 10:14
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 this where to attach a callback on the command class binary switch level data. This works perfectly when i trigger changes from the controller. I.e. i do a binary_switch_set which turn the switch on or off. I always get a callback trigger.
But when i however press the button on the device locally the callback is not fired even though i see a:
in the zway log every time i press the button. Thus, the device actually do send something back when the button is pushed.
Reading Known problems on the z-wave.me site it says:
Anyone got any experience on this?
/Tor
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 this where to attach a callback on the command class binary switch level data. This works perfectly when i trigger changes from the controller. I.e. i do a binary_switch_set which turn the switch on or off. I always get a callback trigger.
But when i however press the button on the device locally the callback is not fired even though i see a:
Code: Select all
[I] Node info received: 7
Reading Known problems on the z-wave.me site it says:
I suspect that this might be part of the problem, i however don't actually understand what "add RaZberry in special Association group" means. WHat is the RaZberry int his case, the main controller, i.e. node 1?You need to add RaZberry in special Association group dedicated for unsolicited reports. In Z-Wave Plus devices it is first group called Life Line. In older devices it is usually third group (in Fibaro and Z-Wave.Me devices).
Anyone got any experience on this?
/Tor