Aeon Labs keyfob - Job 0x4a (Add/re-include node to network)

Discussions about existing Z-Wave device and their usage with Z-Way/Z-Cloud/Z-Box
Post Reply
Sparkacus
Posts: 24
Joined: 26 Nov 2015 16:19

Aeon Labs keyfob - Job 0x4a (Add/re-include node to network)

Post by Sparkacus »

Hey Chaps,

I'm having a real horrid time getting my Aeon keyfob to work.

It used to work but since the z-way 2.2.0 update I noticed it just vanished. That's not to say the update is at fault, but it's odd.

I spent hours on this going as far as excluding all devices (I don't have that many yet), re-imaging, device factory reset, the lot, but still I cannot get the device to include properly.

I even restored z-way to the the Pi image 2.1.2, but still the same issue.


When including the following occurs:

Code: Select all

[2015-12-26 10:33:43.370] [D] [zway] SETDATA controller.data.secureInclusion = True
[2015-12-26 10:33:43.391] [I] [zway] Adding job: Add/re-include node to network
[2015-12-26 10:33:43.398] [D] [zway] SENDING (cb 0x08): ( 01 05 00 4A C1 08 79 )
[2015-12-26 10:33:43.399] [D] [zway] RECEIVED ACK
[2015-12-26 10:33:43.408] [D] [zway] RECEIVED: ( 01 07 00 4A 08 01 00 00 BB )
[2015-12-26 10:33:43.408] [D] [zway] SENT ACK
[2015-12-26 10:33:43.409] [D] [zway] SETDATA controller.data.lastIncludedDevice = Empty
[2015-12-26 10:33:43.409] [D] [zway] SETDATA controller.data.lastExcludedDevice = Empty
[2015-12-26 10:33:43.409] [I] [zway] Job 0x4a (Add/re-include node to network): Ready to add - push button on the device to be added
[2015-12-26 10:33:43.409] [D] [zway] SETDATA controller.data.controllerState = 1 (0x00000001)
[2015-12-26 10:33:51.013] [D] [zway] RECEIVED: ( 01 07 00 4A 08 02 00 00 B8 )
[2015-12-26 10:33:51.013] [D] [zway] SENT ACK
[2015-12-26 10:33:51.013] [I] [zway] Job 0x4a (Add/re-include node to network): Node found: #0
[2015-12-26 10:33:51.014] [D] [zway] SETDATA controller.data.controllerState = 2 (0x00000002)
[2015-12-26 10:33:53.808] [D] [zway] RECEIVED: ( 01 07 00 4A 08 07 00 00 BD )
[2015-12-26 10:33:53.809] [D] [zway] SENT ACK
[2015-12-26 10:33:53.809] [I] [zway] Job 0x4a (Add/re-include node to network): Failed
[2015-12-26 10:33:53.809] [D] [zway] Job 0x4a (Add/re-include node to network): fail
[2015-12-26 10:33:53.809] [I] [zway] Removing job: Add/re-include node to network
[2015-12-26 10:33:53.809] [D] [zway] SETDATA controller.data.controllerState = 0 (0x00000000)
[2015-12-26 10:33:53.810] [I] [zway] Adding job: Add/re-include node to network
[2015-12-26 10:33:53.810] [D] [zway] SENDING (cb 0x00): ( 01 05 00 4A 05 00 B5 )
[2015-12-26 10:33:53.818] [D] [zway] RECEIVED ACK
[2015-12-26 10:33:53.819] [I] [zway] Job 0x4a (Add/re-include node to network): Stop done
[2015-12-26 10:33:53.819] [D] [zway] Job 0x4a (Add/re-include node to network): success
[2015-12-26 10:33:53.819] [I] [zway] Removing job: Add/re-include node to network
[2015-12-26 10:33:53.819] [D] [zway] SETDATA controller.data.controllerState = 0 (0x00000000)


I've replaced the battery, so it's not that.

I've followed the manual on how to reset the Keybob, i.e pressing the mode button with a pin for 20 seconds, then changed the mode from 'setup' to 'use', but still when trying to include the device the above occurs.

I've tried including via unsecure too, but the same problem.


Excluding the device works fine:

Code: Select all

[2015-12-26 10:41:38.400] [I] [zway] Adding job: Remove node from network
[2015-12-26 10:41:38.401] [D] [zway] SENDING (cb 0x0c): ( 01 05 00 4B C1 0C 7C )
[2015-12-26 10:41:38.403] [D] [zway] RECEIVED ACK
[2015-12-26 10:41:38.412] [D] [zway] RECEIVED: ( 01 07 00 4B 0C 01 00 00 BE )
[2015-12-26 10:41:38.413] [D] [zway] SENT ACK
[2015-12-26 10:41:38.413] [D] [zway] SETDATA controller.data.lastIncludedDevice = Empty
[2015-12-26 10:41:38.413] [D] [zway] SETDATA controller.data.lastExcludedDevice = Empty
[2015-12-26 10:41:38.414] [I] [zway] Job 0x4b (Remove node from network): Ready to remove - push button on the device to be removed
[2015-12-26 10:41:38.414] [D] [zway] SETDATA controller.data.controllerState = 5 (0x00000005)
[2015-12-26 10:41:43.939] [D] [zway] RECEIVED: ( 01 07 00 4B 0C 02 00 00 BD )
[2015-12-26 10:41:43.939] [D] [zway] SENT ACK
[2015-12-26 10:41:43.939] [I] [zway] Job 0x4b (Remove node from network): Node found: #0
[2015-12-26 10:41:43.939] [D] [zway] SETDATA controller.data.controllerState = 6 (0x00000006)
[2015-12-26 10:41:43.940] [D] [zway] SETDATA controller.data.lastExcludedDevice = 0 (0x00000000)
[2015-12-26 10:41:44.701] [D] [zway] RECEIVED: ( 01 17 00 4B 0C 04 00 10 01 01 01 5E 86 72 70 80 84 85 59 73 5A EF 2B 26 73 )
[2015-12-26 10:41:44.702] [D] [zway] SENT ACK
[2015-12-26 10:41:44.702] [I] [zway] Job 0x4b (Remove node from network): Removing controller: #0
[2015-12-26 10:41:44.702] [D] [zway] SETDATA controller.data.controllerState = 7 (0x00000007)
[2015-12-26 10:41:44.702] [D] [zway] SETDATA controller.data.lastExcludedDevice = 0 (0x00000000)
[2015-12-26 10:41:44.713] [D] [zway] RECEIVED: ( 01 17 00 4B 0C 06 00 10 01 01 01 5E 86 72 70 80 84 85 59 73 5A EF 2B 26 71 )
[2015-12-26 10:41:44.713] [D] [zway] SENT ACK
[2015-12-26 10:41:44.714] [I] [zway] Job 0x4b (Remove node from network): Done
[2015-12-26 10:41:44.714] [D] [zway] Job 0x4b (Remove node from network): success
[2015-12-26 10:41:44.714] [I] [zway] Removing job: Remove node from network
[2015-12-26 10:41:44.714] [I] [zway] Adding job: Remove node from network
[2015-12-26 10:41:44.715] [D] [zway] SETDATA controller.data.controllerState = 0 (0x00000000)
[2015-12-26 10:41:44.715] [D] [zway] SENDING (cb 0x00): ( 01 05 00 4B 05 00 B4 )
[2015-12-26 10:41:44.723] [D] [zway] RECEIVED ACK
[2015-12-26 10:41:44.724] [I] [zway] Job 0x4b (Remove node from network): Stop done
[2015-12-26 10:41:44.724] [D] [zway] Job 0x4b (Remove node from network): success
[2015-12-26 10:41:44.724] [I] [zway] Removing job: Remove node from network
[2015-12-26 10:41:44.724] [D] [zway] SETDATA controller.data.controllerState = 0 (0x00000000)


Any ideas?
Sparkacus
Posts: 24
Joined: 26 Nov 2015 16:19

Re: Aeon Labs keyfob - Job 0x4a (Add/re-include node to netw

Post by Sparkacus »

I'm in no way a z-way expert, but is "Node found: #0" the issue?

When adding my Aeon multisensor 6, it had a node id which incremented each time it was included. (Re-including that device was a royal pain too, but for another thread.)
Sparkacus
Posts: 24
Joined: 26 Nov 2015 16:19

Re: Aeon Labs keyfob - Job 0x4a (Add/re-include node to netw

Post by Sparkacus »

After hours and hours of include/re-include/remove I finally got it to work.

I wish I could tell you what the answer was but I don't know. I went for the hammer approach in the end, i.e throw the instructions in the bin and press every button, bash every pin until the fob submitted.


After a gazillion factory resets z-way finally allowed the device to include, but I still couldn't use the fob in 'use' mode. Once included I changed the mode on the fob, but each button press resulted in the led being red.

Maybe this is unrelated, but I had the same issue with the Aeon multisensor in that when I re-included\included etc the device, in the device 'Association' tab 'Z-way' was listed but with warning sign. This happened on both Aeon products.

It seems the only way I could get them to work correctly was to remove the association and then add it again, which got rid of the warning and suddenly both devices would work, i.e the fob buttons and the multi sensor output such as tampering, motion etc.


If anyone has anything they could input as to how I got this working it would be most appreciated.

I mainly need to figure out if this was a device\manufacturer issue, or a standard complicated configuration with z-wave, which I'm new too. Kinda disappointed at the moment, but maybe I need to better understand it all.

Are there any tools I could have used to see why the include wouldn't function to begin with? The config had logging set to 0, which I believe is debug, so not sure what else I could have done.
Post Reply