Sensor/communication failure

Discussions about RaZberry - Z-Wave board for Raspberry computer
Post Reply
eduardofilo
Posts: 6
Joined: 06 Feb 2015 20:39

Sensor/communication failure

Post by eduardofilo »

Hi.

I describe below a problem I have to see if anyone has seen something similar and can guide me to a solution.

I'm basically using Razberry with z-way-server 2.0.0 and four Aeon Multi Sensor Gen5. I observe the following problem. I've found in the controller z-way-server logs that Gen5 devices are marked as failed very often (around 144 times in ten hours). I show you some data from log:

Code: Select all

pi@raspberry /var/log $ fgrep -c "Node 27 is failed" z-way-server.log 
144
pi@raspberry /var/log $ fgrep "Node 27 is failed" z-way-server.log | head -2
[2015-05-04 20:00:13.136] [I] [zway] Job 0x62 (Check if node is failed): Node 27 is failed
[2015-05-04 20:05:16.163] [I] [zway] Job 0x62 (Check if node is failed): Node 27 is failed
pi@raspberry /var/log $ fgrep "Node 27 is failed" z-way-server.log | tail -2
[2015-05-05 06:20:16.178] [I] [zway] Job 0x62 (Check if node is failed): Node 27 is failed
[2015-05-05 06:25:16.220] [I] [zway] Job 0x62 (Check if node is failed): Node 27 is failed
pi@raspberry /var/log $ fgrep -c "Connection lost to Z-Wave device ID 27" z-way-server.log
117
I suspect this problem is related with jamming or loosing data in communication between sensors and controller. I make polling from sensors every 5 minutes and sensor failure usually coincides with that time (like can be seen in the 4 lines of kind "Node 27 is failed"). In that moments the job queue accumulates many messages. I keep some Gen4 sensors that do not have this problem, but I supose they generate less traffic since they not support security, and last command in job queue of Gen5 sensors usually is "Nonce Get" (related to security dialog). Simultaneously, battery is consumed more quickly than it did in the Gen4 sensors working in the same way. Perhaps this overcharge in communications (by secure protocol and/or lost of communications) is increasing the battery consumption.

I'm not sure if it's a problem with Gen5 sensors, with my controller or with my sensors configuration. Could you please help me to solve the problem? I have many clients using Gen5 sensors and they're not very happy with this... If you need any test or any log, please tell me.

Thank you...
eduardofilo
Posts: 6
Joined: 06 Feb 2015 20:39

Re: Sensor/communication failure

Post by eduardofilo »

I have executed the command for polling battery level on gen4 device and another gen5 and this is the difference in z-way-server log:

Gen4:

Code: Select all

[2015-05-06 14:00:31.381] [I] [zway] Adding job: Battery Get
[2015-05-06 14:00:31.952] [I] [zway] Node info received: 12
[2015-05-06 14:00:31.958] [I] [zway] Node 12:0 CC Wakeup: Send node to sleep
[2015-05-06 14:00:31.958] [I] [zway] Adding job: Wakeup Sleep
[2015-05-06 14:00:32.052] [I] [zway] Job 0x13 (Battery Get): Delivered
[2015-05-06 14:00:32.054] [I] [zway] Removing job: Battery Get
[2015-05-06 14:00:32.148] [I] [zway] Job 0x13 (Wakeup Sleep): Delivered
[2015-05-06 14:00:32.151] [I] [zway] Removing job: Wakeup Sleep
Gen5:

Code: Select all

[2015-05-06 14:01:42.235] [I] [zway] Adding job: Battery Get
[2015-05-06 14:01:42.237] [I] [zway] Node 8:0 CC Security: sending Nonce Get
[2015-05-06 14:01:42.237] [I] [zway] Adding job: Nonce Get
[2015-05-06 14:01:46.546] [I] [zway] Job 0x13 (Nonce Get): Not delivered to recipient
[2015-05-06 14:01:50.652] [I] [zway] Job 0x13 (Nonce Get): Not delivered to recipient
[2015-05-06 14:01:54.734] [I] [zway] Job 0x13 (Nonce Get): Not delivered to recipient
[2015-05-06 14:01:54.736] [I] [zway] Job 0x13 (Nonce Get): Removing job due to too much retransmitions
[2015-05-06 14:01:54.736] [I] [zway] Adding job: Check if node is failed
[2015-05-06 14:01:54.737] [I] [zway] Node 8:0 CC Security: sending Nonce Get
[2015-05-06 14:01:54.737] [I] [zway] Adding job: Nonce Get
[2015-05-06 14:01:54.737] [I] [zway] Removing job: Nonce Get
[2015-05-06 14:01:54.741] [I] [zway] Job 0x62 (Check if node is failed): Node 8 is failed
[2015-05-06 14:01:54.742] [I] [zway] Removing job: Check if node is failed
[2015-05-06 14:02:02.036] [I] [zway] Job 0x13 (Nonce Get): Not delivered to recipient
[2015-05-06 14:02:06.158] [I] [zway] Job 0x13 (Nonce Get): Not delivered to recipient
[2015-05-06 14:02:10.310] [I] [zway] Job 0x13 (Nonce Get): Not delivered to recipient
[2015-05-06 14:02:10.311] [I] [zway] Job 0x13 (Nonce Get): Removing job due to too much retransmitions
[2015-05-06 14:02:10.312] [I] [zway] Node 8:0 CC Security: sending Nonce Get
[2015-05-06 14:02:10.313] [I] [zway] Adding job: Nonce Get
[2015-05-06 14:02:10.313] [I] [zway] Removing job: Nonce Get
[2015-05-06 14:02:10.637] [I] [core] Notification: error (connection): Connection lost to Z-Wave device ID 8
[2015-05-06 14:02:24.808] [I] [zway] Job 0x13 (Nonce Get): Not delivered to recipient
[2015-05-06 14:02:28.915] [I] [zway] Job 0x13 (Nonce Get): Not delivered to recipient
[2015-05-06 14:02:33.036] [I] [zway] Job 0x13 (Nonce Get): Not delivered to recipient
[2015-05-06 14:02:33.038] [I] [zway] Job 0x13 (Nonce Get): Removing job due to too much retransmitions
[2015-05-06 14:02:33.039] [I] [zway] Node 8:0 CC Security: sending Nonce Get
[2015-05-06 14:02:33.039] [I] [zway] Adding job: Nonce Get
[2015-05-06 14:02:33.040] [I] [zway] Removing job: Nonce Get
[2015-05-06 14:03:21.270] [I] [zway] Node 8:0 CC Security: sending Nonce Report
[2015-05-06 14:03:21.270] [I] [zway] Adding job: Nonce Report
[2015-05-06 14:03:21.270] [I] [zway] Adding job: NoOperation
[2015-05-06 14:03:21.296] [I] [zway] Job 0x13 (Nonce Report): Delivered
[2015-05-06 14:03:21.298] [I] [zway] Adding job: Check if node is failed
[2015-05-06 14:03:21.298] [I] [zway] Removing job: Nonce Report
[2015-05-06 14:03:21.314] [I] [zway] Node 8:0 CC Security: Received a secure message
[2015-05-06 14:03:21.314] [I] [zway] Node 8:0 CC Security: passing decrypted packet to application level: [ 30 03 00 ]
[2015-05-06 14:03:21.315] [I] [zway] Adding job: NoOperation
[2015-05-06 14:03:21.329] [I] [zway] Job 0x13 (NoOperation): Delivered
[2015-05-06 14:03:21.331] [I] [zway] Removing job: NoOperation
[2015-05-06 14:03:21.353] [I] [zway] Job 0x13 (NoOperation): Delivered
[2015-05-06 14:03:21.355] [I] [zway] Removing job: NoOperation
[2015-05-06 14:03:21.359] [I] [zway] Job 0x62 (Check if node is failed): Node 8 is operating
[2015-05-06 14:03:21.360] [I] [zway] Removing job: Check if node is failed
[2015-05-06 14:03:21.455] [I] [zway] Job 0x13 (Nonce Get): Delivered
[2015-05-06 14:03:21.457] [I] [zway] Removing job: Nonce Get
[2015-05-06 14:03:21.457] [I] [zway] Node 8:0 CC Security: sending Nonce Get
[2015-05-06 14:03:21.458] [I] [zway] Adding job: Nonce Get
[2015-05-06 14:03:21.467] [I] [zway] Node 8:0 CC Security: received Nonce Report
[2015-05-06 14:03:21.468] [W] [zway] Node 8:0 CC Security: Nonce Get was not ACKed yet. Ignoring this nonce
[2015-05-06 14:03:21.527] [I] [zway] Node 8:0 CC Security: sending Nonce Report
[2015-05-06 14:03:21.528] [I] [zway] Adding job: Nonce Report
[2015-05-06 14:03:21.551] [I] [zway] Job 0x13 (Nonce Report): Delivered
[2015-05-06 14:03:21.553] [I] [zway] Removing job: Nonce Report
[2015-05-06 14:03:21.571] [I] [zway] Node 8:0 CC Security: Received a secure message
[2015-05-06 14:03:21.572] [I] [zway] Node 8:0 CC Security: passing decrypted packet to application level: [ 71 05 00 00 00 00 07 07 01 07 00 ]
[2015-05-06 14:03:23.320] [I] [core] Notification: notification (connection): Z-Wave device ID 8 is back to life
[2015-05-06 14:03:25.903] [I] [zway] Job 0x13 (Nonce Get): Not delivered to recipient
[2015-05-06 14:03:30.040] [I] [zway] Job 0x13 (Nonce Get): Not delivered to recipient
[2015-05-06 14:03:30.655] [I] [zway] Node 8:0 CC Security: sending Nonce Report
[2015-05-06 14:03:30.656] [I] [zway] Adding job: Nonce Report
[2015-05-06 14:03:30.817] [I] [zway] Node 8:0 CC Security: Received a secure message
[2015-05-06 14:03:30.817] [I] [zway] Node 8:0 CC Security: passing decrypted packet to application level: [ 30 03 ff ]
[2015-05-06 14:03:32.455] [I] [zway] Node 8:0 CC Security: sending Nonce Report
[2015-05-06 14:03:32.455] [I] [zway] Adding job: Nonce Report
[2015-05-06 14:03:32.456] [I] [zway] Node 8:0 CC Security: sending Nonce Report
[2015-05-06 14:03:32.482] [I] [zway] Adding job: Nonce Report
[2015-05-06 14:03:32.484] [I] [zway] Node 8:0 CC Security: sending Nonce Report
[2015-05-06 14:03:32.484] [I] [zway] Adding job: Nonce Report
[2015-05-06 14:03:32.485] [I] [zway] Node 8:0 CC Security: sending Nonce Report
[2015-05-06 14:03:32.486] [I] [zway] Adding job: Nonce Report
[2015-05-06 14:03:50.223] [I] [zway] Job 0x13 (Nonce Get): No callback received before timeout
[2015-05-06 14:03:50.223] [I] [zway] Job 0x13 (Nonce Get): Cancelling
[2015-05-06 14:03:50.223] [I] [zway] Adding job: Abort data send
[2015-05-06 14:03:50.224] [I] [zway] Job 0x13 (Nonce Get): Removing job due to too much retransmitions
[2015-05-06 14:03:50.224] [I] [zway] Adding job: Check if node is failed
[2015-05-06 14:03:50.224] [I] [zway] Node 8:0 CC Security: sending Nonce Get
[2015-05-06 14:03:50.225] [I] [zway] Adding job: Nonce Get
[2015-05-06 14:03:50.225] [I] [zway] Removing job: Nonce Get
[2015-05-06 14:03:50.829] [I] [zway] Job 0x13 (Nonce Report): No callback received before timeout
[2015-05-06 14:03:50.829] [I] [zway] Job 0x13 (Nonce Report): Cancelling
[2015-05-06 14:03:50.841] [I] [zway] Job 0x13 (Nonce Report): Not delivered to recipient
[2015-05-06 14:03:50.843] [W] [zway] Received SOF, while awaiting ACK
[2015-05-06 14:03:50.844] [W] [zway] No job of class 0x13 is waiting for callback 0x4f
[2015-05-06 14:03:50.844] [E] [zway] SendData callback Id is invalid: 0x4f! Probably too late
[2015-05-06 14:03:50.846] [W] [zway] Received CAN, but there's no job awaiting ACK
[2015-05-06 14:03:55.004] [I] [zway] Job 0x13 (Nonce Report): Not delivered to recipient
[2015-05-06 14:03:55.006] [I] [zway] Job 0x13 (Nonce Report): Removing job due to too much retransmitions
[2015-05-06 14:03:55.006] [I] [zway] Removing job: Nonce Report
[2015-05-06 14:03:55.129] [I] [zway] Job 0x13 (Nonce Report): Not delivered to recipient
[2015-05-06 14:03:59.126] [I] [zway] Job 0x13 (Nonce Report): Not delivered to recipient
[2015-05-06 14:03:59.288] [I] [zway] Job 0x13 (Nonce Report): Not delivered to recipient
[2015-05-06 14:03:59.289] [I] [zway] Job 0x13 (Nonce Report): Removing job due to too much retransmitions
[2015-05-06 14:03:59.290] [I] [zway] Removing job: Nonce Report
[2015-05-06 14:04:01.217] [I] [zway] Job 0x13 (Nonce Report): Not delivered to recipient
[2015-05-06 14:04:01.220] [W] [zway] Received SOF, while awaiting ACK
[2015-05-06 14:04:01.220] [W] [zway] No job of class 0x13 is waiting for callback 0x51
[2015-05-06 14:04:01.221] [E] [zway] SendData callback Id is invalid: 0x51! Probably too late
[2015-05-06 14:04:01.222] [W] [zway] Received CAN, but there's no job awaiting ACK
[2015-05-06 14:04:01.395] [I] [zway] Job 0x13 (Nonce Report): Not delivered to recipient
[2015-05-06 14:04:01.396] [I] [zway] Job 0x13 (Nonce Report): Removing job due to too much retransmitions
[2015-05-06 14:04:01.397] [I] [zway] Removing job: Nonce Report
[2015-05-06 14:04:01.519] [I] [zway] Job 0x13 (Nonce Report): Not delivered to recipient
[2015-05-06 14:04:01.642] [I] [zway] Job 0x13 (Nonce Report): Not delivered to recipient
[2015-05-06 14:04:01.801] [I] [zway] Job 0x13 (Nonce Report): Not delivered to recipient
[2015-05-06 14:04:01.802] [I] [zway] Job 0x13 (Nonce Report): Removing job due to too much retransmitions
[2015-05-06 14:04:01.803] [I] [zway] Removing job: Nonce Report
[2015-05-06 14:04:01.931] [I] [zway] Job 0x13 (Nonce Report): Not delivered to recipient
[2015-05-06 14:04:02.070] [I] [zway] Job 0x13 (Nonce Report): Not delivered to recipient
[2015-05-06 14:04:02.239] [I] [zway] Job 0x13 (Nonce Report): Not delivered to recipient
[2015-05-06 14:04:02.240] [I] [zway] Job 0x13 (Nonce Report): Removing job due to too much retransmitions
[2015-05-06 14:04:02.241] [I] [zway] Removing job: Nonce Report
[2015-05-06 14:04:02.243] [I] [zway] Removing job: Abort data send
[2015-05-06 14:04:02.257] [I] [zway] Job 0x62 (Check if node is failed): Node 8 is failed
[2015-05-06 14:04:02.261] [I] [zway] Removing job: Check if node is failed
[2015-05-06 14:04:05.269] [I] [zway] Node 8:0 CC Security: sending Nonce Report
[2015-05-06 14:04:05.269] [I] [zway] Adding job: Nonce Report
[2015-05-06 14:04:05.269] [I] [zway] Adding job: NoOperation
[2015-05-06 14:04:05.297] [I] [zway] Job 0x13 (Nonce Report): Delivered
[2015-05-06 14:04:05.299] [I] [zway] Adding job: Check if node is failed
[2015-05-06 14:04:05.299] [I] [zway] Removing job: Nonce Report
[2015-05-06 14:04:05.315] [I] [zway] Node 8:0 CC Security: Received a secure message
[2015-05-06 14:04:05.316] [I] [zway] Node 8:0 CC Security: passing decrypted packet to application level: [ 30 03 00 ]
[2015-05-06 14:04:05.317] [I] [zway] Adding job: NoOperation
[2015-05-06 14:04:05.333] [I] [zway] Job 0x13 (NoOperation): Delivered
[2015-05-06 14:04:05.336] [I] [zway] Removing job: NoOperation
[2015-05-06 14:04:05.368] [I] [zway] Job 0x13 (NoOperation): Delivered
[2015-05-06 14:04:05.370] [I] [zway] Removing job: NoOperation
[2015-05-06 14:04:05.378] [I] [zway] Job 0x62 (Check if node is failed): Node 8 is operating
[2015-05-06 14:04:05.380] [I] [zway] Removing job: Check if node is failed
[2015-05-06 14:04:05.474] [I] [zway] Job 0x13 (Nonce Get): Delivered
[2015-05-06 14:04:05.477] [I] [zway] Removing job: Nonce Get
[2015-05-06 14:04:05.477] [I] [zway] Node 8:0 CC Security: sending Nonce Get
[2015-05-06 14:04:05.477] [I] [zway] Adding job: Nonce Get
[2015-05-06 14:04:05.487] [I] [zway] Node 8:0 CC Security: received Nonce Report
[2015-05-06 14:04:05.488] [W] [zway] Node 8:0 CC Security: Nonce Get was not ACKed yet. Ignoring this nonce
[2015-05-06 14:04:05.526] [I] [zway] Node 8:0 CC Security: sending Nonce Report
[2015-05-06 14:04:05.527] [I] [zway] Adding job: Nonce Report
[2015-05-06 14:04:05.550] [I] [zway] Job 0x13 (Nonce Report): Delivered
[2015-05-06 14:04:05.552] [I] [zway] Removing job: Nonce Report
[2015-05-06 14:04:05.570] [I] [zway] Node 8:0 CC Security: Received a secure message
[2015-05-06 14:04:05.571] [I] [zway] Node 8:0 CC Security: passing decrypted packet to application level: [ 71 05 00 00 00 00 07 07 01 07 00 ]
[2015-05-06 14:04:07.204] [I] [core] Notification: notification (connection): Z-Wave device ID 8 is back to life
[2015-05-06 14:04:08.643] [I] [zway] Job 0x13 (Nonce Get): Not delivered to recipient
[2015-05-06 14:04:08.645] [W] [zway] Received SOF, while awaiting ACK
[2015-05-06 14:04:08.646] [I] [zway] Node 12:0 CC Wakeup: Wakeup notification
[2015-05-06 14:04:08.648] [I] [zway] Node 12:0 CC Wakeup: Send node to sleep
[2015-05-06 14:04:08.648] [I] [zway] Adding job: Wakeup Sleep
[2015-05-06 14:04:08.649] [W] [zway] Received CAN, but there's no job awaiting ACK
[2015-05-06 14:04:12.824] [I] [zway] Job 0x13 (Nonce Get): Not delivered to recipient
[2015-05-06 14:04:12.825] [I] [zway] Job 0x13 (Nonce Get): Removing job due to too much retransmitions
[2015-05-06 14:04:12.826] [I] [zway] Adding job: Check if node is failed
[2015-05-06 14:04:12.826] [I] [zway] Node 8:0 CC Security: sending Nonce Get
[2015-05-06 14:04:12.827] [I] [zway] Adding job: Nonce Get
[2015-05-06 14:04:12.827] [I] [zway] Removing job: Nonce Get
[2015-05-06 14:04:12.831] [I] [zway] Job 0x62 (Check if node is failed): Node 8 is failed
[2015-05-06 14:04:12.831] [I] [zway] Removing job: Check if node is failed
[2015-05-06 14:04:12.865] [I] [zway] Job 0x13 (Wakeup Sleep): Delivered
[2015-05-06 14:04:12.868] [I] [zway] Removing job: Wakeup Sleep
[2015-05-06 14:04:19.178] [I] [zway] Node 8:0 CC Security: sending Nonce Report
[2015-05-06 14:04:19.179] [I] [zway] Adding job: Nonce Report
[2015-05-06 14:04:19.179] [I] [zway] Adding job: NoOperation
[2015-05-06 14:04:19.205] [I] [zway] Job 0x13 (Nonce Report): Delivered
[2015-05-06 14:04:19.207] [I] [zway] Adding job: Check if node is failed
[2015-05-06 14:04:19.207] [I] [zway] Removing job: Nonce Report
[2015-05-06 14:04:19.230] [I] [zway] Job 0x13 (NoOperation): Delivered
[2015-05-06 14:04:19.232] [I] [zway] Removing job: NoOperation
[2015-05-06 14:04:19.237] [I] [zway] Job 0x62 (Check if node is failed): Node 8 is operating
[2015-05-06 14:04:19.239] [I] [zway] Removing job: Check if node is failed
[2015-05-06 14:04:19.251] [I] [zway] Node 8:0 CC Security: Received a secure message
[2015-05-06 14:04:19.251] [I] [zway] Node 8:0 CC Security: passing decrypted packet to application level: [ 30 03 ff ]
[2015-05-06 14:04:19.375] [I] [core] Notification: notification (connection): Z-Wave device ID 8 is back to life
[2015-05-06 14:04:19.458] [I] [zway] Node 8:0 CC Security: sending Nonce Report
[2015-05-06 14:04:19.458] [I] [zway] Adding job: Nonce Report
[2015-05-06 14:04:19.481] [I] [zway] Job 0x13 (Nonce Report): Delivered
[2015-05-06 14:04:19.483] [I] [zway] Removing job: Nonce Report
[2015-05-06 14:04:19.502] [I] [zway] Node 8:0 CC Security: Received a secure message
[2015-05-06 14:04:19.502] [I] [zway] Node 8:0 CC Security: passing decrypted packet to application level: [ 71 05 00 00 00 ff 07 07 01 07 00 ]
[2015-05-06 14:04:20.877] [W] [zway] No job of class 0x13 is waiting for callback 0x5e
[2015-05-06 14:04:20.877] [E] [zway] SendData callback Id is invalid: 0x5e! Probably too late
[2015-05-06 14:04:37.013] [I] [zway] Job 0x13 (Nonce Get): No callback received before timeout
[2015-05-06 14:04:37.013] [I] [zway] Job 0x13 (Nonce Get): Cancelling
[2015-05-06 14:04:37.014] [I] [zway] Adding job: Abort data send
[2015-05-06 14:04:37.015] [I] [zway] Removing job: Abort data send
[2015-05-06 14:04:40.266] [I] [zway] Got frame from device 8 to controller, but command class 0x3b is not implemented
[2015-05-06 14:04:41.294] [I] [zway] Job 0x13 (Nonce Get): Not delivered to recipient
[2015-05-06 14:04:41.317] [I] [zway] Job 0x13 (Nonce Get): Delivered
[2015-05-06 14:04:41.320] [I] [zway] Removing job: Nonce Get
[2015-05-06 14:04:41.320] [I] [zway] Node 8:0 CC Security: sending Nonce Get
[2015-05-06 14:04:41.320] [I] [zway] Adding job: Nonce Get
[2015-05-06 14:04:41.414] [I] [zway] Job 0x13 (Nonce Get): Delivered
[2015-05-06 14:04:41.416] [I] [zway] Removing job: Nonce Get
[2015-05-06 14:04:43.286] [I] [zway] Node 8:0 CC Security: received Nonce Report
[2015-05-06 14:04:43.286] [I] [zway] Removing job: Battery Get
[2015-05-06 14:04:43.287] [I] [zway] Node 8:0 CC Security: Sending a secure message
[2015-05-06 14:04:43.287] [I] [zway] Node 8:0 CC Security: sending encrypted packet: Battery Get
[2015-05-06 14:04:43.288] [I] [zway] Adding job: Security, Battery Get
[2015-05-06 14:04:43.297] [I] [zway] Job 0x13 (Security, Battery Get): Response received - transfered to encapsulated jobs
[2015-05-06 14:04:43.313] [I] [zway] Job 0x13 (Security, Battery Get): Callback received - transfered to encapsulated jobs
[2015-05-06 14:04:43.313] [I] [zway] Job 0x13 (Battery Get): Delivered
[2015-05-06 14:04:43.314] [I] [zway] Job 0x13 (Security, Battery Get): Delivered
[2015-05-06 14:04:43.316] [I] [zway] Removing job: Security, Battery Get
[2015-05-06 14:04:43.466] [I] [zway] Node 8:0 CC Security: sending Nonce Report
[2015-05-06 14:04:43.467] [I] [zway] Adding job: Nonce Report
[2015-05-06 14:04:43.490] [I] [zway] Job 0x13 (Nonce Report): Delivered
[2015-05-06 14:04:43.492] [I] [zway] Removing job: Nonce Report
[2015-05-06 14:04:43.510] [I] [zway] Node 8:0 CC Security: Received a secure message
[2015-05-06 14:04:43.511] [I] [zway] Node 8:0 CC Security: passing decrypted packet to application level: [ 71 05 00 00 00 00 07 07 01 07 00 ]
[2015-05-06 14:04:43.766] [I] [zway] Node 8:0 CC Security: sending Nonce Report
[2015-05-06 14:04:43.767] [I] [zway] Adding job: Nonce Report
[2015-05-06 14:04:43.790] [I] [zway] Job 0x13 (Nonce Report): Delivered
[2015-05-06 14:04:43.792] [I] [zway] Removing job: Nonce Report
[2015-05-06 14:04:43.808] [I] [zway] Node 8:0 CC Security: Received a secure message
[2015-05-06 14:04:43.809] [I] [zway] Node 8:0 CC Security: passing decrypted packet to application level: [ 80 03 43 ]
[2015-05-06 14:04:57.631] [I] [zway] Node 8:0 CC Security: sending Nonce Report
[2015-05-06 14:04:57.631] [I] [zway] Adding job: Nonce Report
[2015-05-06 14:04:57.654] [I] [zway] Job 0x13 (Nonce Report): Delivered
[2015-05-06 14:04:57.656] [I] [zway] Removing job: Nonce Report
[2015-05-06 14:04:57.672] [I] [zway] Node 8:0 CC Security: Received a secure message
[2015-05-06 14:04:57.673] [I] [zway] Node 8:0 CC Security: passing decrypted packet to application level: [ 30 03 ff ]
[2015-05-06 14:04:57.871] [I] [zway] Node 8:0 CC Security: sending Nonce Report
[2015-05-06 14:04:57.871] [I] [zway] Adding job: Nonce Report
[2015-05-06 14:04:57.894] [I] [zway] Job 0x13 (Nonce Report): Delivered
[2015-05-06 14:04:57.897] [I] [zway] Removing job: Nonce Report
[2015-05-06 14:04:57.915] [I] [zway] Node 8:0 CC Security: Received a secure message
[2015-05-06 14:04:57.915] [I] [zway] Node 8:0 CC Security: passing decrypted packet to application level: [ 71 05 00 00 00 ff 07 07 01 07 00 ]
As you can see, in Gen5 I get many problems, like "too much retransmitions", "Node is failed", "Not delivered to recipient", "Connection lost to Z-Wave device", "Nonce Get was not ACKed yet. Ignoring this nonce", "Abort data send", "No callback received before timeout", "Received SOF, while awaiting ACK", "SendData callback Id is invalid: 0x4f! Probably too late", "Received CAN, but there's no job awaiting ACK"...

Someone can guide me to where the problem might be?

The problem occurs in many sensors, even in the ones that are close to Razberry controller, so I don't supose coverage problems.

Regards...
Post Reply