Clarification on Green Power frame counter handling when first reception is corrupted (nRF52 / ZBOSS)

Good morning,
we are using the Zigbee stack (ZBOSS) on nRF52 devices with Green Power Sink enabled and we are integrating a Green Power door sensor.
nRF5_SDK_for_Thread_and_Zigbee_v4.2.0 with Green Power Sink add-on.

During validation we observed a specific and recurring behavior that we would like to clarify and confirm.

The Green Power Device transmits the same GPDF multiple times with the same frame counter (as defined by the GP specification). In packet captures (Wireshark / nRF Sniffer) all repetitions are visible on air.
However, in some situations the application on the nRF52 does not receive any Green Power notification, even though later repetitions of the same GPDF are clearly visible and correctly decoded by the sniffer.

From our analysis, it appears that the following sequence may occur:

1) The first GPDF transmission is received with marginal RF quality.
2) The Green Power header (including source ID and frame counter) is successfully decoded.
3) The frame counter is internally registered by the stack for duplicate / replay protection.
4) The same frame is then rejected before reaching the application layer due to payload / MIC validation failure.
5) Subsequent GPDF repetitions with the same frame counter are discarded as duplicates and never delivered to the application.

 

As a result, the full Green Power event is effectively lost, even though multiple GPDF transmissions were sent by the device and visible on air.

We would like to ask for confirmation of the following points:

 

1) Is it expected behavior that the Zigbee stack may register the Green Power frame counter before the full payload is successfully validated?
2) Is it compliant with the Green Power specification that subsequent repetitions with the same frame counter are discarded as duplicates even if the first transmission was rejected before application notification?
3) Is it therefore expected that Green Power events are not 100% reliable and that applications must be designed to tolerate the occasional loss of a door open / close event?

 

We are looking for a confirmation of the intended behavior, as this has implications on higher-level application state machines relying on Green Power sensors.

Thank you in advance for your support.

Best regards,


Arnaboldi Marco

  • Hi Amanda,

     
    We can enable TRACE_ZGP1 and TRACE_ZGP3 and capture the binary ZBOSS trace output on UART.

    At the moment, our difficulty is not collecting logs, but correctly interpreting them.

    We currently don’t have a supported way to decode these binary traces into human‑readable ZGP messages (store/restore frame counter, duplicate drop, etc.). 

    Because of this, when we observe a missed Green Power event, we cannot reliably distinguish between:
    1) all repeated GPDF transmissions being lost on air due to RF congestion/interference, or
    2) the first transmission being received but failing security checks, and subsequent repetitions being discarded internally (e.g. no frame counter restore).

     
    Without being able to make this distinction, it’s difficult for us to know whether we are capturing a purely RF-related best‑effort loss, or a potential corner case in the Green Power handling.

     

    Exist a tool to decode TRACE_ZGP1/TRACE_ZGP3 binary logs on Windows for nRF5_SDK_for_Thread_and_Zigbee_v4.2.0 ?
    or
     there is an alternative logging method, trace flag, or observable indication that would allow us to confirm whether the frame counter restore path is being executed?

     
    Our goal is to make sure we provide you with focused and meaningful logs, rather than large captures that may not contain actionable information.

     

    Thanks in advance 
    Best regards,
    Marco
  • Hi Marco

    Only ZOI members are allowed to access the tools to decode binary traces into text. If you are not a ZOI member, you would have to pass the binary to us. So we will decode and provide feedback about it.

    -Amanda H.

  • Hi Amanda,

     thanks for the clarification. 

    We’ll proceed by capturing a focused binary trace with TRACE_ZGP1 and TRACE_ZGP3 enabled, covering a scenario where a Green Power event is missed by the application.

     
    Once we have a clear failing case, we’ll share the binary trace along with the corresponding Wireshark capture, so you can decode and advise whether the frame counter restore path is executed or if the event loss is purely RF-related.

     Thanks again for the support.

     Best regards,

    Marco
  • Hi Amanda,

     as discussed, we have collected a focused set of traces for a failing Green Power scenario.

     We are observing a case where the GP device (src_id = 0x0053101B) stops triggering actions. Both the ZBOSS binary trace and the corresponding Wireshark capture show the sequence up to the point where the issue appears.

     We have attached the following:

    - ZBOSS binary trace (with TRACE_ZGP1 and TRACE_ZGP3 enabled)
    - Wireshark capture aligned with the same time window

     

    Wireshark decryption details:
    - Transport key: zbee_aps.cmd.id == 0x055cd5a951f3b6531cff2e6a64da831b28
    - Trust Center Link Key: zbee_aps.cmd.id == 0x102826f233ad78235e0bbd465ee6b697c2

     

    Observed behavior:
    - The GP notifications are correctly received and processed for several consecutive frame counters.
    - At a certain point, a GP event is no longer delivered to the application.
    - After this point, the expected actions stop, indicating that the GP command was not accepted by the stack.

     

    What we would like to clarify is whether this missed event is due to:
    1) all repeated GPDF transmissions being lost on air (RF / best-effort limitation), or
    2) the first transmission being received but failing security processing, with subsequent repetitions being discarded internally (e.g. frame counter not restored).

     

    Could you please decode the attached ZBOSS trace and confirm:
    - whether the frame counter was properly restored,
    - or if the repeated frames were not received at all on the stack side?

     

    Our goal is to clearly distinguish between RF-related loss and internal GP handling behavior, before proceeding with further analysis or mitigation.

     Please let us know if any additional information or different trace format would be helpful.

     

    Thanks again for your support.

     

    Best regards,
    Marco
  • <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 01, det_ep: 01, cluster_id: 0201, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0x0AD6
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 02, det_ep: 01, cluster_id: 0006, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0xCDD3
    <info> lg_gps_lib: zb_zcl_gp_notification_parse SUCCESS. gpd_command_id A2 
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 02, det_ep: 01, cluster_id: 0006, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0xCDD3
    <info> lg_gps_lib: zb_zcl_gp_notification_parse SUCCESS. gpd_command_id A2 
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 02, det_ep: 01, cluster_id: 0006, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0xCDD3
    <info> zboss:  DE AD 12 02 95 7A 05 01|.....z..
    <info> zboss:  1A 08 70 01 02 02 00 00|..p.....
    <info> zboss:  01 00 00 00            |....    
    <info> zboss:  DE AD 12 02 95 7A 06 01|.....z..
    <info> zboss:  1A 08 89 01 02 02 00 00|........
    <info> zboss:  01 00 00 00            |....    
    <info> lg_gps_lib: zb_zcl_gp_notification_parse SUCCESS. gpd_command_id A2 
    <info> zboss:  DE AD 12 02 C5 7A 07 01|.....z..
    <info> zboss:  1A 08 70 01 02 02 00 00|..p.....
    <info> zboss:  01 00 00 00            |....    
    <info> zboss:  DE AD 12 02 C5 7A 08 01|.....z..
    <info> zboss:  1A 08 89 01 02 02 00 00|........
    <info> zboss:  01 00 00 00            |....    
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 02, det_ep: 01, cluster_id: 0006, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0xCDD3
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 01, det_ep: 01, cluster_id: 0201, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0x0AD6
    <info> lg_gps_lib: zb_zcl_gp_notification_parse SUCCESS. gpd_command_id A2 
    <info> zboss:  DE AD 12 02 7A 7C 09 01|....z|	.
    <info> zboss:  1A 08 70 01 02 02 00 00|..p.....
    <info> zboss:  01 00 00 00            |....    
    <info> zboss:  DE AD 12 02 7A 7C 0A 01|....z|..
    <info> zboss:  1A 08 89 01 02 02 00 00|........
    <info> zboss:  01 00 00 00            |....    
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 02, det_ep: 01, cluster_id: 0006, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0xCDD3
    <info> lg_gps_lib: zb_zcl_gp_notification_parse SUCCESS. gpd_command_id A2 
    <info> zboss:  DE AD 12 02 A8 7C 0B 01|.....|..
    <info> zboss:  1A 08 70 01 02 02 00 00|..p.....
    <info> zboss:  01 00 00 00            |....    
    <info> zboss:  DE AD 12 02 A8 7C 0C 01|.....|..
    <info> zboss:  1A 08 89 01 02 02 00 00|........
    <info> zboss:  01 00 00 00            |....    
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 02, det_ep: 01, cluster_id: 0006, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0xCDD3
    <info> lg_gps_lib: zb_zcl_gp_notification_parse SUCCESS. gpd_command_id A2 
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 02, det_ep: 01, cluster_id: 0006, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0xCDD3
    <info> zboss:  DE AD 12 02 5D 7E 0D 01|....]~..
    <info> zboss:  1A 08 70 01 02 02 00 00|..p.....
    <info> zboss:  01 00 00 00            |....    
    <info> zboss:  DE AD 12 02 5D 7E 0E 01|....]~..
    <info> zboss:  1A 08 89 01 02 02 00 00|........
    <info> zboss:  01 00 00 00            |....    
    <info> lg_gps_lib: zb_zcl_gp_notification_parse SUCCESS. gpd_command_id A2 
    <info> zboss:  DE AD 12 02 86 7E 0F 01|.....~..
    <info> zboss:  1A 08 70 01 02 02 00 00|..p.....
    <info> zboss:  01 00 00 00            |....    
    <info> zboss:  DE AD 12 02 86 7E 10 01|.....~..
    <info> zboss:  1A 08 89 01 02 02 00 00|........
    <info> zboss:  01 00 00 00            |....    
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 02, det_ep: 01, cluster_id: 0006, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0xCDD3
    <info> lg_gps_lib: zb_zcl_gp_notification_parse SUCCESS. gpd_command_id A2 
    <info> zboss:  DE AD 12 02 41 80 11 01|....A...
    <info> zboss:  1A 08 70 01 02 02 00 00|..p.....
    <info> zboss:  01 00 00 00            |....    
    <info> zboss:  DE AD 12 02 41 80 12 01|....A...
    <info> zboss:  1A 08 89 01 02 02 00 00|........
    <info> zboss:  01 00 00 00            |....    
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 02, det_ep: 01, cluster_id: 0006, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0xCDD3
    <info> lg_gps_lib: zb_zcl_gp_notification_parse SUCCESS. gpd_command_id A2 
    <info> zboss:  DE AD 12 02 6E 80 13 01|....n...
    <info> zboss:  1A 08 70 01 02 02 00 00|..p.....
    <info> zboss:  01 00 00 00            |....    
    <info> zboss:  DE AD 12 02 6E 80 14 01|....n...
    <info> zboss:  1A 08 89 01 02 02 00 00|........
    <info> zboss:  01 00 00 00            |....    
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 01, det_ep: 01, cluster_id: 0201, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0x0AD6
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 02, det_ep: 01, cluster_id: 0006, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0xCDD3
    <info> lg_gps_lib: zb_zcl_gp_notification_parse SUCCESS. gpd_command_id A2 
    <info> zboss:  DE AD 12 02 29 82 15 01|....)...
    <info> zboss:  1A 08 70 01 02 02 00 00|..p.....
    <info> zboss:  01 00 00 00            |....    
    <info> zboss:  DE AD 12 02 29 82 16 01|....)...
    <info> zboss:  1A 08 89 01 02 02 00 00|........
    <info> zboss:  01 00 00 00            |....    
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 02, det_ep: 01, cluster_id: 0006, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0xCDD3
    <info> lg_gps_lib: zb_zcl_gp_notification_parse SUCCESS. gpd_command_id A2 
    <info> zboss:  DE AD 12 02 56 82 17 01|....V...
    <info> zboss:  1A 08 70 01 02 02 00 00|..p.....
    <info> zboss:  01 00 00 00            |....    
    <info> zboss:  DE AD 12 02 56 82 18 01|....V...
    <info> zboss:  1A 08 89 01 02 02 00 00|........
    <info> zboss:  01 00 00 00            |....    
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 02, det_ep: 01, cluster_id: 0006, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0xCDD3
    <info> lg_gps_lib: zb_zcl_gp_notification_parse SUCCESS. gpd_command_id A2 
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 02, det_ep: 01, cluster_id: 0006, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0xCDD3
    <info> zboss:  DE AD 12 02 0C 84 19 01|........
    <info> zboss:  1A 08 70 01 02 02 00 00|..p.....
    <info> zboss:  01 00 00 00            |....    
    <info> zboss:  DE AD 12 02 0C 84 1A 01|........
    <info> zboss:  1A 08 89 01 02 02 00 00|........
    <info> zboss:  01 00 00 00            |....    
    <info> lg_gps_lib: zb_zcl_gp_notification_parse SUCCESS. gpd_command_id A2 
    <info> zboss:  DE AD 12 02 34 84 1B 01|....4...
    <info> zboss:  1A 08 70 01 02 02 00 00|..p.....
    <info> zboss:  01 00 00 00            |....    
    <info> zboss:  DE AD 12 02 34 84 1C 01|....4...
    <info> zboss:  1A 08 89 01 02 02 00 00|........
    <info> zboss:  01 00 00 00            |....    
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 02, det_ep: 01, cluster_id: 0006, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0xCDD3
    <info> lg_gps_lib: zb_zcl_gp_notification_parse SUCCESS. gpd_command_id A2 
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 02, det_ep: 01, cluster_id: 0006, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0xCDD3
    <info> zboss:  DE AD 12 02 EF 85 1D 01|........
    <info> zboss:  1A 08 70 01 02 02 00 00|..p.....
    <info> zboss:  01 00 00 00            |....    
    <info> zboss:  DE AD 12 02 EF 85 1E 01|........
    <info> zboss:  1A 08 89 01 02 02 00 00|........
    <info> zboss:  01 00 00 00            |....    
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 01, det_ep: 01, cluster_id: 0201, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0x0AD6
    <info> lg_gps_lib: zb_zcl_gp_notification_parse SUCCESS. gpd_command_id A2 
    <info> zboss:  DE AD 12 02 18 86 1F 01|........
    <info> zboss:  1A 08 70 01 02 02 00 00|..p.....
    <info> zboss:  01 00 00 00            |....    
    <info> zboss:  DE AD 12 02 18 86 20 01|...... .
    <info> zboss:  1A 08 89 01 02 02 00 00|........
    <info> zboss:  01 00 00 00            |....    
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 01, det_ep: 01, cluster_id: 0201, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0x0AD6
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 02, det_ep: 01, cluster_id: 0006, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0xCDD3
    <info> lg_gps_lib: zb_zcl_gp_notification_parse SUCCESS. gpd_command_id A2 
    <info> zboss:  DE AD 12 02 D9 87 21 01|......!.
    <info> zboss:  1A 08 70 01 02 02 00 00|..p.....
    <info> zboss:  01 00 00 00            |....    
    <info> zboss:  DE AD 12 02 D9 87 22 01|......".
    <info> zboss:  1A 08 89 01 02 02 00 00|........
    <info> zboss:  01 00 00 00            |....    
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 02, det_ep: 01, cluster_id: 0006, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0xCDD3
    <info> lg_gps_lib: zb_zcl_gp_notification_parse SUCCESS. gpd_command_id A2 
    <info> zboss:  DE AD 12 02 0D 88 23 01|......#.
    <info> zboss:  1A 08 70 01 02 02 00 00|..p.....
    <info> zboss:  01 00 00 00            |....    
    <info> zboss:  DE AD 12 02 0D 88 24 01|......$.
    <info> zboss:  1A 08 89 01 02 02 00 00|........
    <info> zboss:  01 00 00 00            |....    
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 02, det_ep: 01, cluster_id: 0006, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0xCDD3
    <info> lg_gps_lib: zb_zcl_gp_notification_parse SUCCESS. gpd_command_id A2 
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 02, det_ep: 01, cluster_id: 0006, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0xCDD3
    <info> zboss:  DE AD 12 02 BF 89 25 01|......%.
    <info> zboss:  1A 08 70 01 02 02 00 00|..p.....
    <info> zboss:  01 00 00 00            |....    
    <info> zboss:  DE AD 12 02 BF 89 26 01|......&.
    <info> zboss:  1A 08 89 01 02 02 00 00|........
    <info> zboss:  01 00 00 00            |....    
    <info> lg_gps_lib: zb_zcl_gp_notification_parse SUCCESS. gpd_command_id A2 
    <info> zboss:  DE AD 12 02 E7 89 27 01|......'.
    <info> zboss:  1A 08 70 01 02 02 00 00|..p.....
    <info> zboss:  01 00 00 00            |....    
    <info> zboss:  DE AD 12 02 E7 89 28 01|......(.
    <info> zboss:  1A 08 89 01 02 02 00 00|........
    <info> zboss:  01 00 00 00            |....    
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 02, det_ep: 01, cluster_id: 0006, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0xCDD3
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 01, det_ep: 01, cluster_id: 0201, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0x0AD6
    <info> lg_gps_lib: zb_zcl_gp_notification_parse SUCCESS. gpd_command_id A2 
    <info> zboss:  DE AD 12 02 A2 8B 29 01|......).
    <info> zboss:  1A 08 70 01 02 02 00 00|..p.....
    <info> zboss:  01 00 00 00            |....    
    <info> zboss:  DE AD 12 02 A2 8B 2A 01|......*.
    <info> zboss:  1A 08 89 01 02 02 00 00|........
    <info> zboss:  01 00 00 00            |....    
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 02, det_ep: 01, cluster_id: 0006, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0xCDD3
    <info> lg_gps_lib: zb_zcl_gp_notification_parse SUCCESS. gpd_command_id A2 
    <info> zboss:  DE AD 12 02 CF 8B 2B 01|......+.
    <info> zboss:  1A 08 70 01 02 02 00 00|..p.....
    <info> zboss:  01 00 00 00            |....    
    <info> zboss:  DE AD 12 02 CF 8B 2C 01|......,.
    <info> zboss:  1A 08 89 01 02 02 00 00|........
    <info> zboss:  01 00 00 00            |....    
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 02, det_ep: 01, cluster_id: 0006, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0xCDD3
    <info> lg_gps_lib: zb_zcl_gp_notification_parse SUCCESS. gpd_command_id A2 
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 02, det_ep: 01, cluster_id: 0006, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0xCDD3
    <info> zboss:  DE AD 12 02 85 8D 2D 01|......-.
    <info> zboss:  1A 08 70 01 02 02 00 00|..p.....
    <info> zboss:  01 00 00 00            |....    
    <info> zboss:  DE AD 12 02 85 8D 2E 01|........
    <info> zboss:  1A 08 89 01 02 02 00 00|........
    <info> zboss:  01 00 00 00            |....    
    <info> lg_gps_lib: zb_zcl_gp_notification_parse SUCCESS. gpd_command_id A2 
    <info> zboss:  DE AD 12 02 AE 8D 2F 01|....../.
    <info> zboss:  1A 08 70 01 02 02 00 00|..p.....
    <info> zboss:  01 00 00 00            |....    
    <info> zboss:  DE AD 12 02 AE 8D 30 01|......0.
    <info> zboss:  1A 08 89 01 02 02 00 00|........
    <info> zboss:  01 00 00 00            |....    
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 02, det_ep: 01, cluster_id: 0006, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0xCDD3
    <info> lg_gps_lib: zb_zcl_gp_notification_parse SUCCESS. gpd_command_id A2 
    <info> zboss:  DE AD 12 02 69 8F 31 01|....i.1.
    <info> zboss:  1A 08 70 01 02 02 00 00|..p.....
    <info> zboss:  01 00 00 00            |....    
    <info> zboss:  DE AD 12 02 69 8F 32 01|....i.2.
    <info> zboss:  1A 08 89 01 02 02 00 00|........
    <info> zboss:  01 00 00 00            |....    
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 02, det_ep: 01, cluster_id: 0006, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0xCDD3
    <info> lg_gps_lib: zb_zcl_gp_notification_parse SUCCESS. gpd_command_id A2 
    <info> zboss:  DE AD 12 02 96 8F 33 01|......3.
    <info> zboss:  1A 08 70 01 02 02 00 00|..p.....
    <info> zboss:  01 00 00 00            |....    
    <info> zboss:  DE AD 12 02 96 8F 34 01|......4.
    <info> zboss:  1A 08 89 01 02 02 00 00|........
    <info> zboss:  01 00 00 00            |....    
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 01, det_ep: 01, cluster_id: 0201, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0x0AD6
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 02, det_ep: 01, cluster_id: 0006, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0xCDD3
    

    logGPdevice_2026_05_26.pcap

    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 01, det_ep: 01, cluster_id: 0201, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0x0AD6
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 01, det_ep: 01, cluster_id: 0201, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0x0AD6
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 01, det_ep: 01, cluster_id: 0201, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0x0AD6
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 01, det_ep: 01, cluster_id: 0201, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0x0AD6
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 01, det_ep: 01, cluster_id: 0201, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0x0AD6
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 01, det_ep: 01, cluster_id: 0201, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0x0AD6
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 01, det_ep: 01, cluster_id: 0201, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0x0AD6
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 01, det_ep: 01, cluster_id: 0201, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0x0AD6
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 01, det_ep: 01, cluster_id: 0201, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0x0AD6
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 01, det_ep: 01, cluster_id: 0201, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0x0AD6
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 01, det_ep: 01, cluster_id: 0201, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0x0AD6
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 01, det_ep: 01, cluster_id: 0201, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0x0AD6
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 01, det_ep: 01, cluster_id: 0201, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0x0AD6
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 01, det_ep: 01, cluster_id: 0201, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0x0AD6
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 01, det_ep: 01, cluster_id: 0006, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0xCDD3
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 01, det_ep: 01, cluster_id: 0201, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0x0AD6
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 01, det_ep: 01, cluster_id: 0201, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0x0AD6
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 01, det_ep: 01, cluster_id: 0201, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0x0AD6
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 01, det_ep: 01, cluster_id: 0201, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0x0AD6
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 01, det_ep: 01, cluster_id: 0201, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0x0AD6
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 01, det_ep: 01, cluster_id: 0201, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0x0AD6
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 01, det_ep: 01, cluster_id: 0201, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0x0AD6
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 01, det_ep: 01, cluster_id: 0201, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0x0AD6
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 01, det_ep: 01, cluster_id: 0201, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0x0AD6
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 01, det_ep: 01, cluster_id: 0201, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0x0AD6
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 01, det_ep: 01, cluster_id: 0201, profi
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 02, det_ep: 01, cluster_id: 0006, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0xCDD3
    <info> lg_gps_lib: zb_zcl_gp_notification_parse SUCCESS. gpd_command_id A2 
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 02, det_ep: 01, cluster_id: 0006, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0xCDD3
    <info> lg_gps_lib: zb_zcl_gp_notification_parse SUCCESS. gpd_command_id A2 
    <info> zboss:  DE AD 12 02 22 BA 35 01|....".5.
    <info> zboss:  1A 08 70 01 02 02 00 00|..p.....
    <info> zboss:  01 00 00 00            |....    
    <info> zboss:  DE AD 12 02 22 BA 36 01|....".6.
    <info> zboss:  1A 08 89 01 02 02 00 00|........
    <info> zboss:  01 00 00 00            |....    
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 02, det_ep: 01, cluster_id: 0006, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0xCDD3
    <info> lg_gps_lib: zb_zcl_gp_notification_parse SUCCESS. gpd_command_id A2 
    <info> zboss:  DE AD 12 02 4F BA 37 01|....O.7.
    <info> zboss:  1A 08 70 01 02 02 00 00|..p.....
    <info> zboss:  01 00 00 00            |....    
    <info> zboss:  DE AD 12 02 4F BA 38 01|....O.8.
    <info> zboss:  1A 08 89 01 02 02 00 00|........
    <info> zboss:  01 00 00 00            |....    
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 01, det_ep: 01, cluster_id: 0201, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0x0AD6
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 02, det_ep: 01, cluster_id: 0006, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0xCDD3
    <info> lg_gps_lib: zb_zcl_gp_notification_parse SUCCESS. gpd_command_id A2 
    <info> zboss:  DE AD 12 02 09 BC 39 01|....	.9.
    <info> zboss:  1A 08 70 01 02 02 00 00|..p.....
    <info> zboss:  01 00 00 00            |....    
    <info> zboss:  DE AD 12 02 09 BC 3A 01|....	.:.
    <info> zboss:  1A 08 89 01 02 02 00 00|........
    <info> zboss:  01 00 00 00            |....    
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 02, det_ep: 01, cluster_id: 0006, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0xCDD3
    <info> lg_gps_lib: zb_zcl_gp_notification_parse SUCCESS. gpd_command_id A2 
    <info> zboss:  DE AD 12 02 36 BC 3B 01|....6.;.
    <info> zboss:  1A 08 70 01 02 02 00 00|..p.....
    <info> zboss:  01 00 00 00            |....    
    <info> zboss:  DE AD 12 02 36 BC 3C 01|....6.<.
    <info> zboss:  1A 08 89 01 02 02 00 00|........
    <info> zboss:  01 00 00 00            |....    
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 02, det_ep: 01, cluster_id: 0006, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0xCDD3
    <info> lg_gps_lib: zb_zcl_gp_notification_parse SUCCESS. gpd_command_id A2 
    <info> zboss:  DE AD 12 02 F7 BD 3D 01|......=.
    <info> zboss:  1A 08 70 01 02 02 00 00|..p.....
    <info> zboss:  01 00 00 00            |....    
    <info> zboss:  DE AD 12 02 F7 BD 3E 01|......>.
    <info> zboss:  1A 08 89 01 02 02 00 00|........
    <info> zboss:  01 00 00 00            |....    
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 02, det_ep: 01, cluster_id: 0006, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0xCDD3
    <info> lg_gps_lib: zb_zcl_gp_notification_parse SUCCESS. gpd_command_id A2 
    <info> zboss:  DE AD 12 02 2B BE 3F 01|....+.?.
    <info> zboss:  1A 08 70 01 02 02 00 00|..p.....
    <info> zboss:  01 00 00 00            |....    
    <info> zboss:  DE AD 12 02 2B BE 40 01|....+.@.
    <info> zboss:  1A 08 89 01 02 02 00 00|........
    <info> zboss:  01 00 00 00            |....    
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 01, det_ep: 01, cluster_id: 0201, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0x0AD6
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 02, det_ep: 01, cluster_id: 0006, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0xCDD3
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 01, det_ep: 01, cluster_id: 0201, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0x0AD6
    <info> lg_gps_lib: zb_zcl_gp_notification_parse SUCCESS. gpd_command_id A2 
    <info> zboss:  DE AD 12 02 DC BF 41 01|......A.
    <info> zboss:  1A 08 70 01 02 02 00 00|..p.....
    <info> zboss:  01 00 00 00            |....    
    <info> zboss:  DE AD 12 02 DC BF 42 01|......B.
    <info> zboss:  1A 08 89 01 02 02 00 00|........
    <info> zboss:  01 00 00 00            |....    
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 02, det_ep: 01, cluster_id: 0006, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0xCDD3
    <info> lg_gps_lib: zb_zcl_gp_notification_parse SUCCESS. gpd_command_id A2 
    <info> zboss:  DE AD 12 02 09 C0 43 01|....	.C.
    <info> zboss:  1A 08 70 01 02 02 00 00|..p.....
    <info> zboss:  01 00 00 00            |....    
    <info> zboss:  DE AD 12 02 09 C0 44 01|....	.D.
    <info> zboss:  1A 08 89 01 02 02 00 00|........
    <info> zboss:  01 00 00 00            |....    
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 02, det_ep: 01, cluster_id: 0006, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0xCDD3
    <info> lg_gps_lib: zb_zcl_gp_notification_parse SUCCESS. gpd_command_id A2 
    <info> zboss:  DE AD 12 02 C3 C1 45 01|......E.
    <info> zboss:  1A 08 70 01 02 02 00 00|..p.....
    <info> zboss:  01 00 00 00            |....    
    <info> zboss:  DE AD 12 02 C3 C1 46 01|......F.
    <info> zboss:  1A 08 89 01 02 02 00 00|........
    <info> zboss:  01 00 00 00            |....    
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 02, det_ep: 01, cluster_id: 0006, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0xCDD3
    <info> lg_gps_lib: zb_zcl_gp_notification_parse SUCCESS. gpd_command_id A2 
    <info> zboss:  DE AD 12 02 F0 C1 47 01|......G.
    <info> zboss:  1A 08 70 01 02 02 00 00|..p.....
    <info> zboss:  01 00 00 00            |....    
    <info> zboss:  DE AD 12 02 F0 C1 48 01|......H.
    <info> zboss:  1A 08 89 01 02 02 00 00|........
    <info> zboss:  01 00 00 00            |....    
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 02, det_ep: 01, cluster_id: 0006, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0xCDD3
    <info> lg_gps_lib: zb_zcl_gp_notification_parse SUCCESS. gpd_command_id A2 
    <info> zboss:  DE AD 12 02 A6 C3 49 01|......I.
    <info> zboss:  1A 08 70 01 02 02 00 00|..p.....
    <info> zboss:  01 00 00 00            |....    
    <info> zboss:  DE AD 12 02 A6 C3 4A 01|......J.
    <info> zboss:  1A 08 89 01 02 02 00 00|........
    <info> zboss:  01 00 00 00            |....    
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 02, det_ep: 01, cluster_id: 0006, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0xCDD3
    <info> lg_gps_lib: zb_zcl_gp_notification_parse SUCCESS. gpd_command_id A2 
    <info> zboss:  DE AD 12 02 CE C3 4B 01|......K.
    <info> zboss:  1A 08 70 01 02 02 00 00|..p.....
    <info> zboss:  01 00 00 00            |....    
    <info> zboss:  DE AD 12 02 CE C3 4C 01|......L.
    <info> zboss:  1A 08 89 01 02 02 00 00|........
    <info> zboss:  01 00 00 00            |....    
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 01, det_ep: 01, cluster_id: 0201, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0x0AD6
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 02, det_ep: 01, cluster_id: 0006, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0xCDD3
    <info> lg_gps_lib: zb_zcl_gp_notification_parse SUCCESS. gpd_command_id A2 
    <info> zboss:  DE AD 12 02 8D C5 4D 01|......M.
    <info> zboss:  1A 08 70 01 02 02 00 00|..p.....
    <info> zboss:  01 00 00 00            |....    
    <info> zboss:  DE AD 12 02 8D C5 4E 01|......N.
    <info> zboss:  1A 08 89 01 02 02 00 00|........
    <info> zboss:  01 00 00 00            |....    
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 02, det_ep: 01, cluster_id: 0006, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0xCDD3
    <info> lg_gps_lib: zb_zcl_gp_notification_parse SUCCESS. gpd_command_id A2 
    <info> zboss:  DE AD 12 02 BD C5 4F 01|......O.
    <info> zboss:  1A 08 70 01 02 02 00 00|..p.....
    <info> zboss:  01 00 00 00            |....    
    <info> zboss:  DE AD 12 02 BD C5 50 01|......P.
    <info> zboss:  1A 08 89 01 02 02 00 00|........
    <info> zboss:  01 00 00 00            |....    
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 02, det_ep: 01, cluster_id: 0006, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0xCDD3
    <info> lg_gps_lib: zb_zcl_gp_notification_parse SUCCESS. gpd_command_id A2 
    <info> zboss:  DE AD 12 02 70 C7 51 01|....p.Q.
    <info> zboss:  1A 08 70 01 02 02 00 00|..p.....
    <info> zboss:  01 00 00 00            |....    
    <info> zboss:  DE AD 12 02 70 C7 52 01|....p.R.
    <info> zboss:  1A 08 89 01 02 02 00 00|........
    <info> zboss:  01 00 00 00            |....    
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 02, det_ep: 01, cluster_id: 0006, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0xCDD3
    <info> lg_gps_lib: zb_zcl_gp_notification_parse SUCCESS. gpd_command_id A2 
    <info> zboss:  DE AD 12 02 99 C7 53 01|......S.
    <info> zboss:  1A 08 70 01 02 02 00 00|..p.....
    <info> zboss:  01 00 00 00            |....    
    <info> zboss:  DE AD 12 02 99 C7 54 01|......T.
    <info> zboss:  1A 08 89 01 02 02 00 00|........
    <info> zboss:  01 00 00 00            |....    
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 02, det_ep: 01, cluster_id: 0006, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0xCDD3
    <info> lg_gps_lib: zb_zcl_gp_notification_parse SUCCESS. gpd_command_id A2 
    <info> zboss:  DE AD 12 02 53 C9 55 01|....S.U.
    <info> zboss:  1A 08 70 01 02 02 00 00|..p.....
    <info> zboss:  01 00 00 00            |....    
    <info> zboss:  DE AD 12 02 53 C9 56 01|....S.V.
    <info> zboss:  1A 08 89 01 02 02 00 00|........
    <info> zboss:  01 00 00 00            |....    
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 02, det_ep: 01, cluster_id: 0006, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0xCDD3
    <info> lg_gps_lib: zb_zcl_gp_notification_parse SUCCESS. gpd_command_id A2 
    <info> zboss:  DE AD 12 02 7C C9 57 01|....|.W.
    <info> zboss:  1A 08 70 01 02 02 00 00|..p.....
    <info> zboss:  01 00 00 00            |....    
    <info> zboss:  DE AD 12 02 7C C9 58 01|....|.X.
    <info> zboss:  1A 08 89 01 02 02 00 00|........
    <info> zboss:  01 00 00 00            |....    
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 01, det_ep: 01, cluster_id: 0201, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0x0AD6
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 02, det_ep: 01, cluster_id: 0006, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0xCDD3
    <info> lg_gps_lib: zb_zcl_gp_notification_parse SUCCESS. gpd_command_id A2 
    <info> zboss:  DE AD 12 02 42 CB 59 01|....B.Y.
    <info> zboss:  1A 08 70 01 02 02 00 00|..p.....
    <info> zboss:  01 00 00 00            |....    
    <info> zboss:  DE AD 12 02 42 CB 5A 01|....B.Z.
    <info> zboss:  1A 08 89 01 02 02 00 00|........
    <info> zboss:  01 00 00 00            |....    
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 02, det_ep: 01, cluster_id: 0006, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0xCDD3
    <info> lg_gps_lib: zb_zcl_gp_notification_parse SUCCESS. gpd_command_id A2 
    <info> zboss:  DE AD 12 02 76 CB 5B 01|....v.[.
    <info> zboss:  1A 08 70 01 02 02 00 00|..p.....
    <info> zboss:  01 00 00 00            |....    
    <info> zboss:  DE AD 12 02 76 CB 5C 01|....v.\.
    <info> zboss:  1A 08 89 01 02 02 00 00|........
    <info> zboss:  01 00 00 00            |....    
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 02, det_ep: 01, cluster_id: 0006, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0xCDD3
    <info> lg_gps_lib: zb_zcl_gp_notification_parse SUCCESS. gpd_command_id A2 
    <info> zboss:  DE AD 12 02 27 CD 5D 01|....'.].
    <info> zboss:  1A 08 70 01 02 02 00 00|..p.....
    <info> zboss:  01 00 00 00            |....    
    <info> zboss:  DE AD 12 02 27 CD 5E 01|....'.^.
    <info> zboss:  1A 08 89 01 02 02 00 00|........
    <info> zboss:  01 00 00 00            |....    
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 02, det_ep: 01, cluster_id: 0006, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0xCDD3
    <info> lg_gps_lib: zb_zcl_gp_notification_parse SUCCESS. gpd_command_id A2 
    <info> zboss:  DE AD 12 02 56 CD 5F 01|....V._.
    <info> zboss:  1A 08 70 01 02 02 00 00|..p.....
    <info> zboss:  01 00 00 00            |....    
    <info> zboss:  DE AD 12 02 56 CD 60 01|....V.`.
    <info> zboss:  1A 08 89 01 02 02 00 00|........
    <info> zboss:  01 00 00 00            |....    
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 02, det_ep: 01, cluster_id: 0006, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0xCDD3
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 01, det_ep: 01, cluster_id: 0201, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0x0AD6
    <info> lg_gps_lib: zb_zcl_gp_notification_parse SUCCESS. gpd_command_id A2 
    <info> zboss:  DE AD 12 02 0E CF 61 01|......a.
    <info> zboss:  1A 08 70 01 02 02 00 00|..p.....
    <info> zboss:  01 00 00 00            |....    
    <info> zboss:  DE AD 12 02 0E CF 62 01|......b.
    <info> zboss:  1A 08 89 01 02 02 00 00|........
    <info> zboss:  01 00 00 00            |....    
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 02, det_ep: 01, cluster_id: 0006, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0xCDD3
    <info> lg_gps_lib: zb_zcl_gp_notification_parse SUCCESS. gpd_command_id A2 
    <info> zboss:  DE AD 12 02 3B CF 63 01|....;.c.
    <info> zboss:  1A 08 70 01 02 02 00 00|..p.....
    <info> zboss:  01 00 00 00            |....    
    <info> zboss:  DE AD 12 02 3B CF 64 01|....;.d.
    <info> zboss:  1A 08 89 01 02 02 00 00|........
    <info> zboss:  01 00 00 00            |....    
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 02, det_ep: 01, cluster_id: 0006, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0xCDD3
    <info> lg_gps_lib: zb_zcl_gp_notification_parse SUCCESS. gpd_command_id A2 
    <info> zboss:  DE AD 12 02 F6 D0 65 01|......e.
    <info> zboss:  1A 08 70 01 02 02 00 00|..p.....
    <info> zboss:  01 00 00 00            |....    
    <info> zboss:  DE AD 12 02 F6 D0 66 01|......f.
    <info> zboss:  1A 08 89 01 02 02 00 00|........
    <info> zboss:  01 00 00 00            |....    
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 02, det_ep: 01, cluster_id: 0006, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0xCDD3
    <info> lg_gps_lib: zb_zcl_gp_notification_parse SUCCESS. gpd_command_id A2 
    <info> zboss:  DE AD 12 02 23 D1 67 01|....#.g.
    <info> zboss:  1A 08 70 01 02 02 00 00|..p.....
    <info> zboss:  01 00 00 00            |....    
    <info> zboss:  DE AD 12 02 23 D1 68 01|....#.h.
    <info> zboss:  1A 08 89 01 02 02 00 00|........
    <info> zboss:  01 00 00 00            |....    
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 02, det_ep: 01, cluster_id: 0006, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0xCDD3
    <info> lg_gps_lib: zb_zcl_gp_notification_parse SUCCESS. gpd_command_id A2 
    <info> zboss:  DE AD 12 02 D9 D2 69 01|......i.
    <info> zboss:  1A 08 70 01 02 02 00 00|..p.....
    <info> zboss:  01 00 00 00            |....    
    <info> zboss:  DE AD 12 02 D9 D2 6A 01|......j.
    <info> zboss:  1A 08 89 01 02 02 00 00|........
    <info> zboss:  01 00 00 00            |....    
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 02, det_ep: 01, cluster_id: 0006, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0xCDD3
    <info> lg_gps_lib: zb_zcl_gp_notification_parse SUCCESS. gpd_command_id A2 
    <info> zboss:  DE AD 12 02 02 D3 6B 01|......k.
    <info> zboss:  1A 08 70 01 02 02 00 00|..p.....
    <info> zboss:  01 00 00 00            |....    
    <info> zboss:  DE AD 12 02 02 D3 6C 01|......l.
    <info> zboss:  1A 08 89 01 02 02 00 00|........
    <info> zboss:  01 00 00 00            |....    
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 01, det_ep: 01, cluster_id: 0201, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0x0AD6
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 01, det_ep: 01, cluster_id: 0201, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0x0AD6
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 02, det_ep: 01, cluster_id: 0006, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0xCDD3
    <info> lg_gps_lib: zb_zcl_gp_notification_parse SUCCESS. gpd_command_id A2 
    <info> zboss:  DE AD 12 02 BC D4 6D 01|......m.
    <info> zboss:  1A 08 70 01 02 02 00 00|..p.....
    <info> zboss:  01 00 00 00            |....    
    <info> zboss:  DE AD 12 02 BC D4 6E 01|......n.
    <info> zboss:  1A 08 89 01 02 02 00 00|........
    <info> zboss:  01 00 00 00            |....    
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 02, det_ep: 01, cluster_id: 0006, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0xCDD3
    <info> lg_gps_lib: zb_zcl_gp_notification_parse SUCCESS. gpd_command_id A2 
    <info> zboss:  DE AD 12 02 E5 D4 6F 01|......o.
    <info> zboss:  1A 08 70 01 02 02 00 00|..p.....
    <info> zboss:  01 00 00 00            |....    
    <info> zboss:  DE AD 12 02 E5 D4 70 01|......p.
    <info> zboss:  1A 08 89 01 02 02 00 00|........
    <info> zboss:  01 00 00 00            |....    
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 02, det_ep: 01, cluster_id: 0006, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0xCDD3
    <info> lg_gps_lib: zb_zcl_gp_notification_parse SUCCESS. gpd_command_id A2 
    <info> zboss:  DE AD 12 02 9F D6 71 01|......q.
    <info> zboss:  1A 08 70 01 02 02 00 00|..p.....
    <info> zboss:  01 00 00 00            |....    
    <info> zboss:  DE AD 12 02 9F D6 72 01|......r.
    <info> zboss:  1A 08 89 01 02 02 00 00|........
    <info> zboss:  01 00 00 00            |....    
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 02, det_ep: 01, cluster_id: 0006, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0xCDD3
    <info> lg_gps_lib: zb_zcl_gp_notification_parse SUCCESS. gpd_command_id A2 
    <info> zboss:  DE AD 12 02 C8 D6 73 01|......s.
    <info> zboss:  1A 08 70 01 02 02 00 00|..p.....
    <info> zboss:  01 00 00 00            |....    
    <info> zboss:  DE AD 12 02 C8 D6 74 01|......t.
    <info> zboss:  1A 08 89 01 02 02 00 00|........
    <info> zboss:  01 00 00 00            |....    
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 02, det_ep: 01, cluster_id: 0006, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0xCDD3
    <info> lg_gps_lib: zb_zcl_gp_notification_parse SUCCESS. gpd_command_id A2 
    <info> zboss:  DE AD 12 02 89 D8 75 01|......u.
    <info> zboss:  1A 08 70 01 02 02 00 00|..p.....
    <info> zboss:  01 00 00 00            |....    
    <info> zboss:  DE AD 12 02 89 D8 76 01|......v.
    <info> zboss:  1A 08 89 01 02 02 00 00|........
    <info> zboss:  01 00 00 00            |....    
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 02, det_ep: 01, cluster_id: 0006, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0xCDD3
    <info> lg_gps_lib: zb_zcl_gp_notification_parse SUCCESS. gpd_command_id A2 
    <info> zboss:  DE AD 12 02 B9 D8 77 01|......w.
    <info> zboss:  1A 08 70 01 02 02 00 00|..p.....
    <info> zboss:  01 00 00 00            |....    
    <info> zboss:  DE AD 12 02 B9 D8 78 01|......x.
    <info> zboss:  1A 08 89 01 02 02 00 00|........
    <info> zboss:  01 00 00 00            |....    
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 01, det_ep: 01, cluster_id: 0201, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0x0AD6
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 02, det_ep: 01, cluster_id: 0006, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0xCDD3
    <info> lg_gps_lib: zb_zcl_gp_notification_parse SUCCESS. gpd_command_id A2 
    <info> zboss:  DE AD 12 02 6F DA 79 01|....o.y.
    <info> zboss:  1A 08 70 01 02 02 00 00|..p.....
    <info> zboss:  01 00 00 00            |....    
    <info> zboss:  DE AD 12 02 6F DA 7A 01|....o.z.
    <info> zboss:  1A 08 89 01 02 02 00 00|........
    <info> zboss:  01 00 00 00            |....    
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 02, det_ep: 01, cluster_id: 0006, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0xCDD3
    <info> lg_gps_lib: zb_zcl_gp_notification_parse SUCCESS. gpd_command_id A2 
    <info> zboss:  DE AD 12 02 9D DA 7B 01|......{.
    <info> zboss:  1A 08 70 01 02 02 00 00|..p.....
    <info> zboss:  01 00 00 00            |....    
    <info> zboss:  DE AD 12 02 9D DA 7C 01|......|.
    <info> zboss:  1A 08 89 01 02 02 00 00|........
    <info> zboss:  01 00 00 00            |....    
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 02, det_ep: 01, cluster_id: 0006, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0xCDD3
    <info> lg_gps_lib: zb_zcl_gp_notification_parse SUCCESS. gpd_command_id A2 
    <info> zboss:  DE AD 12 02 52 DC 7D 01|....R.}.
    <info> zboss:  1A 08 70 01 02 02 00 00|..p.....
    <info> zboss:  01 00 00 00            |....    
    <info> zboss:  DE AD 12 02 52 DC 7E 01|....R.~.
    <info> zboss:  1A 08 89 01 02 02 00 00|........
    <info> zboss:  01 00 00 00            |....    
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 02, det_ep: 01, cluster_id: 0006, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0xCDD3
    <info> lg_gps_lib: zb_zcl_gp_notification_parse SUCCESS. gpd_command_id A2 
    <info> zboss:  DE AD 12 02 7F DC 7F 01|........
    <info> zboss:  1A 08 70 01 02 02 00 00|..p.....
    <info> zboss:  01 00 00 00            |....    
    <info> zboss:  DE AD 12 02 7F DC 80 01|........
    <info> zboss:  1A 08 89 01 02 02 00 00|........
    <info> zboss:  01 00 00 00            |....    
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 02, det_ep: 01, cluster_id: 0006, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0xCDD3
    <info> lg_gps_lib: zb_zcl_gp_notification_parse SUCCESS. gpd_command_id A2 
    <info> zboss:  DE AD 12 02 3A DE 81 01|....:...
    <info> zboss:  1A 08 70 01 02 02 00 00|..p.....
    <info> zboss:  01 00 00 00            |....    
    <info> zboss:  DE AD 12 02 3A DE 82 01|....:...
    <info> zboss:  1A 08 89 01 02 02 00 00|........
    <info> zboss:  01 00 00 00            |....    
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 02, det_ep: 01, cluster_id: 0006, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0xCDD3
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 01, det_ep: 01, cluster_id: 0201, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0x0AD6
    <info> lg_gps_lib: zb_zcl_gp_notification_parse SUCCESS. gpd_command_id A2 
    <info> zboss:  DE AD 12 02 67 DE 83 01|....g...
    <info> zboss:  1A 08 70 01 02 02 00 00|..p.....
    <info> zboss:  01 00 00 00            |....    
    <info> zboss:  DE AD 12 02 67 DE 84 01|....g...
    <info> zboss:  1A 08 89 01 02 02 00 00|........
    <info> zboss:  01 00 00 00            |....    
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 02, det_ep: 01, cluster_id: 0006, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0xCDD3
    <info> lg_gps_lib: zb_zcl_gp_notification_parse SUCCESS. gpd_command_id A2 
    <info> zboss:  DE AD 12 02 1D E0 85 01|........
    <info> zboss:  1A 08 70 01 02 02 00 00|..p.....
    <info> zboss:  01 00 00 00            |....    
    <info> zboss:  DE AD 12 02 1D E0 86 01|........
    <info> zboss:  1A 08 89 01 02 02 00 00|........
    <info> zboss:  01 00 00 00            |....    
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 02, det_ep: 01, cluster_id: 0006, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0xCDD3
    <info> lg_gps_lib: zb_zcl_gp_notification_parse SUCCESS. gpd_command_id A2 
    <info> zboss:  DE AD 12 02 46 E0 87 01|....F...
    <info> zboss:  1A 08 70 01 02 02 00 00|..p.....
    <info> zboss:  01 00 00 00            |....    
    <info> zboss:  DE AD 12 02 46 E0 88 01|....F...
    <info> zboss:  1A 08 89 01 02 02 00 00|........
    <info> zboss:  01 00 00 00            |....    
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 02, det_ep: 01, cluster_id: 0006, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0xCDD3
    <info> lg_gps_lib: zb_zcl_gp_notification_parse SUCCESS. gpd_command_id A2 
    <info> zboss:  DE AD 12 02 00 E2 89 01|........
    <info> zboss:  1A 08 70 01 02 02 00 00|..p.....
    <info> zboss:  01 00 00 00            |....    
    <info> zboss:  DE AD 12 02 00 E2 8A 01|........
    <info> zboss:  1A 08 89 01 02 02 00 00|........
    <info> zboss:  01 00 00 00            |....    
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 02, det_ep: 01, cluster_id: 0006, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0xCDD3
    <info> lg_gps_lib: zb_zcl_gp_notification_parse SUCCESS. gpd_command_id A2 
    <info> zboss:  DE AD 12 02 2D E2 8B 01|....-...
    <info> zboss:  1A 08 70 01 02 02 00 00|..p.....
    <info> zboss:  01 00 00 00            |....    
    <info> zboss:  DE AD 12 02 2E E2 8C 01|........
    <info> zboss:  1A 08 89 01 02 02 00 00|........
    <info> zboss:  01 00 00 00            |....    
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 02, det_ep: 01, cluster_id: 0006, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0xCDD3
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 01, det_ep: 01, cluster_id: 0201, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0x0AD6
    <info> lg_gps_lib: zb_zcl_gp_notification_parse SUCCESS. gpd_command_id A2 
    <info> zboss:  DE AD 12 02 E4 E3 8D 01|........
    <info> zboss:  1A 08 70 01 02 02 00 00|..p.....
    <info> zboss:  01 00 00 00            |....    
    <info> zboss:  DE AD 12 02 E4 E3 8E 01|........
    <info> zboss:  1A 08 89 01 02 02 00 00|........
    <info> zboss:  01 00 00 00            |....    
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 02, det_ep: 01, cluster_id: 0006, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0xCDD3
    <info> lg_gps_lib: zb_zcl_gp_notification_parse SUCCESS. gpd_command_id A2 
    <info> zboss:  DE AD 12 02 11 E4 8F 01|........
    <info> zboss:  1A 08 70 01 02 02 00 00|..p.....
    <info> zboss:  01 00 00 00            |....    
    <info> zboss:  DE AD 12 02 11 E4 90 01|........
    <info> zboss:  1A 08 89 01 02 02 00 00|........
    <info> zboss:  01 00 00 00            |....    
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 02, det_ep: 01, cluster_id: 0006, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0xCDD3
    <info> lg_gps_lib: zb_zcl_gp_notification_parse SUCCESS. gpd_command_id A2 
    <info> zboss:  DE AD 12 02 D3 E5 91 01|........
    <info> zboss:  1A 08 70 01 02 02 00 00|..p.....
    <info> zboss:  01 00 00 00            |....    
    <info> zboss:  DE AD 12 02 D3 E5 92 01|........
    <info> zboss:  1A 08 89 01 02 02 00 00|........
    <info> zboss:  01 00 00 00            |....    
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 02, det_ep: 01, cluster_id: 0006, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0xCDD3
    <info> lg_gps_lib: zb_zcl_gp_notification_parse SUCCESS. gpd_command_id A2 
    <info> zboss:  DE AD 12 02 07 E6 93 01|........
    <info> zboss:  1A 08 70 01 02 02 00 00|..p.....
    <info> zboss:  01 00 00 00            |....    
    <info> zboss:  DE AD 12 02 07 E6 94 01|........
    <info> zboss:  1A 08 89 01 02 02 00 00|........
    <info> zboss:  01 00 00 00            |....    
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 02, det_ep: 01, cluster_id: 0006, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0xCDD3
    <info> lg_gps_lib: zb_zcl_gp_notification_parse SUCCESS. gpd_command_id A2 
    <info> zboss:  DE AD 12 02 B8 E7 95 01|........
    <info> zboss:  1A 08 70 01 02 02 00 00|..p.....
    <info> zboss:  01 00 00 00            |....    
    <info> zboss:  DE AD 12 02 B8 E7 96 01|........
    <info> zboss:  1A 08 89 01 02 02 00 00|........
    <info> zboss:  01 00 00 00            |....    
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 02, det_ep: 01, cluster_id: 0006, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0xCDD3
    <info> lg_gps_lib: zb_zcl_gp_notification_parse SUCCESS. gpd_command_id A2 
    <info> zboss:  DE AD 12 02 E1 E7 97 01|........
    <info> zboss:  1A 08 70 01 02 02 00 00|..p.....
    <info> zboss:  01 00 00 00            |....    
    <info> zboss:  DE AD 12 02 E1 E7 98 01|........
    <info> zboss:  1A 08 89 01 02 02 00 00|........
    <info> zboss:  01 00 00 00            |....    
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 01, det_ep: 01, cluster_id: 0201, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0x0AD6
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 02, det_ep: 01, cluster_id: 0006, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0xCDD3
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 01, det_ep: 01, cluster_id: 0201, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0x0AD6
    <info> lg_gps_lib: zb_zcl_gp_notification_parse SUCCESS. gpd_command_id A2 
    <info> zboss:  DE AD 12 02 9C E9 99 01|........
    <info> zboss:  1A 08 70 01 02 02 00 00|..p.....
    <info> zboss:  01 00 00 00            |....    
    <info> zboss:  DE AD 12 02 9C E9 9A 01|........
    <info> zboss:  1A 08 89 01 02 02 00 00|........
    <info> zboss:  01 00 00 00            |....    
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 02, det_ep: 01, cluster_id: 0006, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0xCDD3
    <info> lg_gps_lib: zb_zcl_gp_notification_parse SUCCESS. gpd_command_id A2 
    <info> zboss:  DE AD 12 02 CB E9 9B 01|........
    <info> zboss:  1A 08 70 01 02 02 00 00|..p.....
    <info> zboss:  01 00 00 00            |....    
    <info> zboss:  DE AD 12 02 CB E9 9C 01|........
    <info> zboss:  1A 08 89 01 02 02 00 00|........
    <info> zboss:  01 00 00 00            |....    
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 02, det_ep: 01, cluster_id: 0006, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0xCDD3
    <info> lg_gps_lib: zb_zcl_gp_notification_parse SUCCESS. gpd_command_id A2 
    <info> zboss:  DE AD 12 02 84 EB 9D 01|........
    <info> zboss:  1A 08 70 01 02 02 00 00|..p.....
    <info> zboss:  01 00 00 00            |....    
    <info> zboss:  DE AD 12 02 84 EB 9E 01|........
    <info> zboss:  1A 08 89 01 02 02 00 00|........
    <info> zboss:  01 00 00 00            |....    
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 02, det_ep: 01, cluster_id: 0006, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0xCDD3
    <info> lg_gps_lib: zb_zcl_gp_notification_parse SUCCESS. gpd_command_id A2 
    <info> zboss:  DE AD 12 02 B1 EB 9F 01|........
    <info> zboss:  1A 08 70 01 02 02 00 00|..p.....
    <info> zboss:  01 00 00 00            |....    
    <info> zboss:  DE AD 12 02 B1 EB A0 01|........
    <info> zboss:  1A 08 89 01 02 02 00 00|........
    <info> zboss:  01 00 00 00            |....    
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 02, det_ep: 01, cluster_id: 0006, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0xCDD3
    <info> lg_gps_lib: zb_zcl_gp_notification_parse SUCCESS. gpd_command_id A2 
    <info> zboss:  DE AD 12 02 6C ED A1 01|....l...
    <info> zboss:  1A 08 70 01 02 02 00 00|..p.....
    <info> zboss:  01 00 00 00            |....    
    <info> zboss:  DE AD 12 02 6C ED A2 01|....l...
    <info> zboss:  1A 08 89 01 02 02 00 00|........
    <info> zboss:  01 00 00 00            |....    
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 02, det_ep: 01, cluster_id: 0006, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0xCDD3
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 01, det_ep: 01, cluster_id: 0201, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0x0AD6
    <info> lg_gps_lib: zb_zcl_gp_notification_parse SUCCESS. gpd_command_id A2 
    <info> zboss:  DE AD 12 02 99 ED A3 01|........
    <info> zboss:  1A 08 70 01 02 02 00 00|..p.....
    <info> zboss:  01 00 00 00            |....    
    <info> zboss:  DE AD 12 02 99 ED A4 01|........
    <info> zboss:  1A 08 89 01 02 02 00 00|........
    <info> zboss:  01 00 00 00            |....    
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 02, det_ep: 01, cluster_id: 0006, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0xCDD3
    <info> lg_gps_lib: zb_zcl_gp_notification_parse SUCCESS. gpd_command_id A2 
    <info> zboss:  DE AD 12 02 54 EF A5 01|....T...
    <info> zboss:  1A 08 70 01 02 02 00 00|..p.....
    <info> zboss:  01 00 00 00            |....    
    <info> zboss:  DE AD 12 02 54 EF A6 01|....T...
    <info> zboss:  1A 08 89 01 02 02 00 00|........
    <info> zboss:  01 00 00 00            |....    
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 02, det_ep: 01, cluster_id: 0006, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0xCDD3
    <info> lg_gps_lib: zb_zcl_gp_notification_parse SUCCESS. gpd_command_id A2 
    <info> zboss:  DE AD 12 02 86 EF A7 01|........
    <info> zboss:  1A 08 70 01 02 02 00 00|..p.....
    <info> zboss:  01 00 00 00            |....    
    <info> zboss:  DE AD 12 02 86 EF A8 01|........
    <info> zboss:  1A 08 89 01 02 02 00 00|........
    <info> zboss:  01 00 00 00            |....    
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 02, det_ep: 01, cluster_id: 0006, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0xCDD3
    <info> lg_gps_lib: zb_zcl_gp_notification_parse SUCCESS. gpd_command_id A2 
    <info> zboss:  DE AD 12 02 3C F1 A9 01|....<...
    <info> zboss:  1A 08 70 01 02 02 00 00|..p.....
    <info> zboss:  01 00 00 00            |....    
    <info> zboss:  DE AD 12 02 3C F1 AA 01|....<...
    <info> zboss:  1A 08 89 01 02 02 00 00|........
    <info> zboss:  01 00 00 00            |....    
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 02, det_ep: 01, cluster_id: 0006, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0xCDD3
    <info> lg_gps_lib: zb_zcl_gp_notification_parse SUCCESS. gpd_command_id A2 
    <info> zboss:  DE AD 12 02 69 F1 AB 01|....i...
    <info> zboss:  1A 08 70 01 02 02 00 00|..p.....
    <info> zboss:  01 00 00 00            |....    
    <info> zboss:  DE AD 12 02 69 F1 AC 01|....i...
    <info> zboss:  1A 08 89 01 02 02 00 00|........
    <info> zboss:  01 00 00 00            |....    
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 02, det_ep: 01, cluster_id: 0006, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0xCDD3
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 01, det_ep: 01, cluster_id: 0201, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0x0AD6
    <info> lg_gps_lib: zb_zcl_gp_notification_parse SUCCESS. gpd_command_id A2 
    <info> zboss:  DE AD 12 02 26 F3 AD 01|....&...
    <info> zboss:  1A 08 70 01 02 02 00 00|..p.....
    <info> zboss:  01 00 00 00            |....    
    <info> zboss:  DE AD 12 02 26 F3 AE 01|....&...
    <info> zboss:  1A 08 89 01 02 02 00 00|........
    <info> zboss:  01 00 00 00            |....    
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 02, det_ep: 01, cluster_id: 0006, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0xCDD3
    <info> lg_gps_lib: zb_zcl_gp_notification_parse SUCCESS. gpd_command_id A2 
    <info> zboss:  DE AD 12 02 56 F3 AF 01|....V...
    <info> zboss:  1A 08 70 01 02 02 00 00|..p.....
    <info> zboss:  01 00 00 00            |....    
    <info> zboss:  DE AD 12 02 56 F3 B0 01|....V...
    <info> zboss:  1A 08 89 01 02 02 00 00|........
    <info> zboss:  01 00 00 00            |....    
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 02, det_ep: 01, cluster_id: 0006, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0xCDD3
    <info> lg_gps_lib: zb_zcl_gp_notification_parse SUCCESS. gpd_command_id A2 
    <info> zboss:  DE AD 12 02 0C F5 B1 01|........
    <info> zboss:  1A 08 70 01 02 02 00 00|..p.....
    <info> zboss:  01 00 00 00            |....    
    <info> zboss:  DE AD 12 02 0C F5 B2 01|........
    <info> zboss:  1A 08 89 01 02 02 00 00|........
    <info> zboss:  01 00 00 00            |....    
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 02, det_ep: 01, cluster_id: 0006, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0xCDD3
    <info> lg_gps_lib: zb_zcl_gp_notification_parse SUCCESS. gpd_command_id A2 
    <info> zboss:  DE AD 12 02 39 F5 B3 01|....9...
    <info> zboss:  1A 08 70 01 02 02 00 00|..p.....
    <info> zboss:  01 00 00 00            |....    
    <info> zboss:  DE AD 12 02 39 F5 B4 01|....9...
    <info> zboss:  1A 08 89 01 02 02 00 00|........
    <info> zboss:  01 00 00 00            |....    
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 02, det_ep: 01, cluster_id: 0006, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0xCDD3
    <info> lg_gps_lib: zb_zcl_gp_notification_parse SUCCESS. gpd_command_id A2 
    <info> zboss:  DE AD 12 02 F0 F6 B5 01|........
    <info> zboss:  1A 08 70 01 02 02 00 00|..p.....
    <info> zboss:  01 00 00 00            |....    
    <info> zboss:  DE AD 12 02 F0 F6 B6 01|........
    <info> zboss:  1A 08 89 01 02 02 00 00|........
    <info> zboss:  01 00 00 00            |....    
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 02, det_ep: 01, cluster_id: 0006, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0xCDD3
    <info> lg_gps_lib: zb_zcl_gp_notification_parse SUCCESS. gpd_command_id A2 
    <info> zboss:  DE AD 12 02 1E F7 B7 01|........
    <info> zboss:  1A 08 70 01 02 02 00 00|..p.....
    <info> zboss:  01 00 00 00            |....    
    <info> zboss:  DE AD 12 02 1E F7 B8 01|........
    <info> zboss:  1A 08 89 01 02 02 00 00|........
    <info> zboss:  01 00 00 00            |....    
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 01, det_ep: 01, cluster_id: 0201, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0x0AD6
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 02, det_ep: 01, cluster_id: 0006, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0xCDD3
    <info> lg_gps_lib: zb_zcl_gp_notification_parse SUCCESS. gpd_command_id A2 
    <info> zboss:  DE AD 12 02 D3 F8 B9 01|........
    <info> zboss:  1A 08 70 01 02 02 00 00|..p.....
    <info> zboss:  01 00 00 00            |....    
    <info> zboss:  DE AD 12 02 D3 F8 BA 01|........
    <info> zboss:  1A 08 89 01 02 02 00 00|........
    <info> zboss:  01 00 00 00            |....    
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 02, det_ep: 01, cluster_id: 0006, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0xCDD3
    <info> lg_gps_lib: zb_zcl_gp_notification_parse SUCCESS. gpd_command_id A2 
    <info> zboss:  DE AD 12 02 FC F8 BB 01|........
    <info> zboss:  1A 08 70 01 02 02 00 00|..p.....
    <info> zboss:  01 00 00 00            |....    
    <info> zboss:  DE AD 12 02 FC F8 BC 01|........
    <info> zboss:  1A 08 89 01 02 02 00 00|........
    <info> zboss:  01 00 00 00            |....    
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 02, det_ep: 01, cluster_id: 0006, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0xCDD3
    <info> lg_gps_lib: zb_zcl_gp_notification_parse SUCCESS. gpd_command_id A2 
    <info> zboss:  DE AD 12 02 B7 FA BD 01|........
    <info> zboss:  1A 08 70 01 02 02 00 00|..p.....
    <info> zboss:  01 00 00 00            |....    
    <info> zboss:  DE AD 12 02 B7 FA BE 01|........
    <info> zboss:  1A 08 89 01 02 02 00 00|........
    <info> zboss:  01 00 00 00            |....    
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 02, det_ep: 01, cluster_id: 0006, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0xCDD3
    <info> lg_gps_lib: zb_zcl_gp_notification_parse SUCCESS. gpd_command_id A2 
    <info> zboss:  DE AD 12 02 DF FA BF 01|........
    <info> zboss:  1A 08 70 01 02 02 00 00|..p.....
    <info> zboss:  01 00 00 00            |....    
    <info> zboss:  DE AD 12 02 DF FA C0 01|........
    <info> zboss:  1A 08 89 01 02 02 00 00|........
    <info> zboss:  01 00 00 00            |....    
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 02, det_ep: 01, cluster_id: 0006, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0xCDD3
    <info> lg_gps_lib: zb_zcl_gp_notification_parse SUCCESS. gpd_command_id A2 
    <info> zboss:  DE AD 12 02 9F FC C1 01|........
    <info> zboss:  1A 08 70 01 02 02 00 00|..p.....
    <info> zboss:  01 00 00 00            |....    
    <info> zboss:  DE AD 12 02 9F FC C2 01|........
    <info> zboss:  1A 08 89 01 02 02 00 00|........
    <info> zboss:  01 00 00 00            |....    
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 02, det_ep: 01, cluster_id: 0006, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0xCDD3
    <info> lg_gps_lib: zb_zcl_gp_notification_parse SUCCESS. gpd_command_id A2 
    <info> zboss:  DE AD 12 02 CC FC C3 01|........
    <info> zboss:  1A 08 70 01 02 02 00 00|..p.....
    <info> zboss:  01 00 00 00            |....    
    <info> zboss:  DE AD 12 02 CC FC C4 01|........
    <info> zboss:  1A 08 89 01 02 02 00 00|........
    <info> zboss:  01 00 00 00            |....    
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 01, det_ep: 01, cluster_id: 0201, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0x0AD6
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 02, det_ep: 01, cluster_id: 0006, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0xCDD3
    <info> lg_gps_lib: zb_zcl_gp_notification_parse SUCCESS. gpd_command_id A2 
    <info> zboss:  DE AD 12 02 83 FE C5 01|........
    <info> zboss:  1A 08 70 01 02 02 00 00|..p.....
    <info> zboss:  01 00 00 00            |....    
    <info> zboss:  DE AD 12 02 83 FE C6 01|........
    <info> zboss:  1A 08 89 01 02 02 00 00|........
    <info> zboss:  01 00 00 00            |....    
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 02, det_ep: 01, cluster_id: 0006, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0xCDD3
    <info> lg_gps_lib: zb_zcl_gp_notification_parse SUCCESS. gpd_command_id A2 
    <info> zboss:  DE AD 12 02 AB FE C7 01|........
    <info> zboss:  1A 08 70 01 02 02 00 00|..p.....
    <info> zboss:  01 00 00 00            |....    
    <info> zboss:  DE AD 12 02 AB FE C8 01|........
    <info> zboss:  1A 08 89 01 02 02 00 00|........
    <info> zboss:  01 00 00 00            |....    
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 02, det_ep: 01, cluster_id: 0006, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0xCDD3
    <info> lg_gps_lib: zb_zcl_gp_notification_parse SUCCESS. gpd_command_id A2 
    <info> zboss:  DE AD 12 02 6D 00 C9 01|....m...
    <info> zboss:  1A 08 70 01 02 02 00 00|..p.....
    <info> zboss:  01 00 00 00            |....    
    <info> zboss:  DE AD 12 02 6D 00 CA 01|....m...
    <info> zboss:  1A 08 89 01 02 02 00 00|........
    <info> zboss:  01 00 00 00            |....    
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 02, det_ep: 01, cluster_id: 0006, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0xCDD3
    <info> lg_gps_lib: zb_zcl_gp_notification_parse SUCCESS. gpd_command_id A2 
    <info> zboss:  DE AD 12 02 9D 00 CB 01|........
    <info> zboss:  1A 08 70 01 02 02 00 00|..p.....
    <info> zboss:  01 00 00 00            |....    
    <info> zboss:  DE AD 12 02 9D 00 CC 01|........
    <info> zboss:  1A 08 89 01 02 02 00 00|........
    <info> zboss:  01 00 00 00            |....    
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 02, det_ep: 01, cluster_id: 0006, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0xCDD3
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 01, det_ep: 01, cluster_id: 0201, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0x0AD6
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 01, det_ep: 01, cluster_id: 0201, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0x0AD6
    <info> lg_gps_lib: zb_zcl_gp_notification_parse SUCCESS. gpd_command_id A2 
    <info> zboss:  DE AD 12 02 53 02 CD 01|....S...
    <info> zboss:  1A 08 70 01 02 02 00 00|..p.....
    <info> zboss:  01 00 00 00            |....    
    <info> zboss:  DE AD 12 02 53 02 CE 01|....S...
    <info> zboss:  1A 08 89 01 02 02 00 00|........
    <info> zboss:  01 00 00 00            |....    
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 02, det_ep: 01, cluster_id: 0006, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0xCDD3
    <info> lg_gps_lib: zb_zcl_gp_notification_parse SUCCESS. gpd_command_id A2 
    <info> zboss:  DE AD 12 02 80 02 CF 01|........
    <info> zboss:  1A 08 70 01 02 02 00 00|..p.....
    <info> zboss:  01 00 00 00            |....    
    <info> zboss:  DE AD 12 02 80 02 D0 01|........
    <info> zboss:  1A 08 89 01 02 02 00 00|........
    <info> zboss:  01 00 00 00            |....    
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 02, det_ep: 01, cluster_id: 0006, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0xCDD3
    <info> lg_gps_lib: zb_zcl_gp_notification_parse SUCCESS. gpd_command_id A2 
    <info> zboss:  DE AD 12 02 37 04 D1 01|....7...
    <info> zboss:  1A 08 70 01 02 02 00 00|..p.....
    <info> zboss:  01 00 00 00            |....    
    <info> zboss:  DE AD 12 02 37 04 D2 01|....7...
    <info> zboss:  1A 08 89 01 02 02 00 00|........
    <info> zboss:  01 00 00 00            |....    
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 02, det_ep: 01, cluster_id: 0006, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0xCDD3
    <info> lg_gps_lib: zb_zcl_gp_notification_parse SUCCESS. gpd_command_id A2 
    <info> zboss:  DE AD 12 02 62 04 D3 01|....b...
    <info> zboss:  1A 08 70 01 02 02 00 00|..p.....
    <info> zboss:  01 00 00 00            |....    
    <info> zboss:  DE AD 12 02 62 04 D4 01|....b...
    <info> zboss:  1A 08 89 01 02 02 00 00|........
    <info> zboss:  01 00 00 00            |....    
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 02, det_ep: 01, cluster_id: 0006, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0xCDD3
    <info> lg_gps_lib: zb_zcl_gp_notification_parse SUCCESS. gpd_command_id A2 
    <info> zboss:  DE AD 12 02 1A 06 D5 01|........
    <info> zboss:  1A 08 70 01 02 02 00 00|..p.....
    <info> zboss:  01 00 00 00            |....    
    <info> zboss:  DE AD 12 02 1A 06 D6 01|........
    <info> zboss:  1A 08 89 01 02 02 00 00|........
    <info> zboss:  01 00 00 00            |....    
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 02, det_ep: 01, cluster_id: 0006, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0xCDD3
    <info> lg_gps_lib: zb_zcl_gp_notification_parse SUCCESS. gpd_command_id A2 
    <info> zboss:  DE AD 12 02 43 06 D7 01|....C...
    <info> zboss:  1A 08 70 01 02 02 00 00|..p.....
    <info> zboss:  01 00 00 00            |....    
    <info> zboss:  DE AD 12 02 43 06 D8 01|....C...
    <info> zboss:  1A 08 89 01 02 02 00 00|........
    <info> zboss:  01 00 00 00            |....    
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 01, det_ep: 01, cluster_id: 0201, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0x0AD6
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 02, det_ep: 01, cluster_id: 0006, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0xCDD3
    <info> lg_gps_lib: zb_zcl_gp_notification_parse SUCCESS. gpd_command_id A2 
    <info> zboss:  DE AD 12 02 FE 07 D9 01|........
    <info> zboss:  1A 08 70 01 02 02 00 00|..p.....
    <info> zboss:  01 00 00 00            |....    
    <info> zboss:  DE AD 12 02 FE 07 DA 01|........
    <info> zboss:  1A 08 89 01 02 02 00 00|........
    <info> zboss:  01 00 00 00            |....    
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 02, det_ep: 01, cluster_id: 0006, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0xCDD3
    <info> lg_gps_lib: zb_zcl_gp_notification_parse SUCCESS. gpd_command_id A2 
    <info> zboss:  DE AD 12 02 27 08 DB 01|....'...
    <info> zboss:  1A 08 70 01 02 02 00 00|..p.....
    <info> zboss:  01 00 00 00            |....    
    <info> zboss:  DE AD 12 02 27 08 DC 01|....'...
    <info> zboss:  1A 08 89 01 02 02 00 00|........
    <info> zboss:  01 00 00 00            |....    
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 02, det_ep: 01, cluster_id: 0006, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0xCDD3
    <info> lg_gps_lib: zb_zcl_gp_notification_parse SUCCESS. gpd_command_id A2 
    <info> zboss:  DE AD 12 02 E2 09 DD 01|.....	..
    <info> zboss:  1A 08 70 01 02 02 00 00|..p.....
    <info> zboss:  01 00 00 00            |....    
    <info> zboss:  DE AD 12 02 E2 09 DE 01|.....	..
    <info> zboss:  1A 08 89 01 02 02 00 00|........
    <info> zboss:  01 00 00 00            |....    
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 02, det_ep: 01, cluster_id: 0006, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0xCDD3
    <info> lg_gps_lib: zb_zcl_gp_notification_parse SUCCESS. gpd_command_id A2 
    <info> zboss:  DE AD 12 02 0A 0A DF 01|........
    <info> zboss:  1A 08 70 01 02 02 00 00|..p.....
    <info> zboss:  01 00 00 00            |....    
    <info> zboss:  DE AD 12 02 0A 0A E0 01|........
    <info> zboss:  1A 08 89 01 02 02 00 00|........
    <info> zboss:  01 00 00 00            |....    
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 02, det_ep: 01, cluster_id: 0006, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0xCDD3
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 01, det_ep: 01, cluster_id: 0201, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0x0AD6
    <info> lg_gps_lib: zb_zcl_gp_notification_parse SUCCESS. gpd_command_id A2 
    <info> zboss:  DE AD 12 02 C6 0B E1 01|........
    <info> zboss:  1A 08 70 01 02 02 00 00|..p.....
    <info> zboss:  01 00 00 00            |....    
    <info> zboss:  DE AD 12 02 C6 0B E2 01|........
    <info> zboss:  1A 08 89 01 02 02 00 00|........
    <info> zboss:  01 00 00 00            |....    
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 02, det_ep: 01, cluster_id: 0006, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0xCDD3
    <info> lg_gps_lib: zb_zcl_gp_notification_parse SUCCESS. gpd_command_id A2 
    <info> zboss:  DE AD 12 02 F1 0B E3 01|........
    <info> zboss:  1A 08 70 01 02 02 00 00|..p.....
    <info> zboss:  01 00 00 00            |....    
    <info> zboss:  DE AD 12 02 F1 0B E4 01|........
    <info> zboss:  1A 08 89 01 02 02 00 00|........
    <info> zboss:  01 00 00 00            |....    
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 01, det_ep: 01, cluster_id: 0201, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0x0AD6
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 02, det_ep: 01, cluster_id: 0006, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0xCDD3
    <info> lg_gps_lib: zb_zcl_gp_notification_parse SUCCESS. gpd_command_id A2 
    <info> zboss:  DE AD 12 02 B1 0D E5 01|........
    <info> zboss:  1A 08 70 01 02 02 00 00|..p.....
    <info> zboss:  01 00 00 00            |....    
    <info> zboss:  DE AD 12 02 B1 0D E6 01|........
    <info> zboss:  1A 08 89 01 02 02 00 00|........
    <info> zboss:  01 00 00 00            |....    
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 02, det_ep: 01, cluster_id: 0006, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0xCDD3
    <info> lg_gps_lib: zb_zcl_gp_notification_parse SUCCESS. gpd_command_id A2 
    <info> zboss:  DE AD 12 02 E4 0D E7 01|........
    <info> zboss:  1A 08 70 01 02 02 00 00|..p.....
    <info> zboss:  01 00 00 00            |....    
    <info> zboss:  DE AD 12 02 E4 0D E8 01|........
    <info> zboss:  1A 08 89 01 02 02 00 00|........
    <info> zboss:  01 00 00 00            |....    
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 02, det_ep: 01, cluster_id: 0006, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0xCDD3
    <info> lg_gps_lib: zb_zcl_gp_notification_parse SUCCESS. gpd_command_id A2 
    <info> zboss:  DE AD 12 02 96 0F E9 01|........
    <info> zboss:  1A 08 70 01 02 02 00 00|..p.....
    <info> zboss:  01 00 00 00            |....    
    <info> zboss:  DE AD 12 02 96 0F EA 01|........
    <info> zboss:  1A 08 89 01 02 02 00 00|........
    <info> zboss:  01 00 00 00            |....    
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 02, det_ep: 01, cluster_id: 0006, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0xCDD3
    <info> lg_gps_lib: zb_zcl_gp_notification_parse SUCCESS. gpd_command_id A2 
    <info> zboss:  DE AD 12 02 BF 0F EB 01|........
    <info> zboss:  1A 08 70 01 02 02 00 00|..p.....
    <info> zboss:  01 00 00 00            |....    
    <info> zboss:  DE AD 12 02 BF 0F EC 01|........
    <info> zboss:  1A 08 89 01 02 02 00 00|........
    <info> zboss:  01 00 00 00            |....    
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 02, det_ep: 01, cluster_id: 0006, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0xCDD3
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 01, det_ep: 01, cluster_id: 0201, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0x0AD6
    <info> lg_gps_lib: zb_zcl_gp_notification_parse SUCCESS. gpd_command_id A2 
    <info> zboss:  DE AD 12 02 7A 11 ED 01|....z...
    <info> zboss:  1A 08 70 01 02 02 00 00|..p.....
    <info> zboss:  01 00 00 00            |....    
    <info> zboss:  DE AD 12 02 7A 11 EE 01|....z...
    <info> zboss:  1A 08 89 01 02 02 00 00|........
    <info> zboss:  01 00 00 00            |....    
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 02, det_ep: 01, cluster_id: 0006, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0xCDD3
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 02, det_ep: 01, cluster_id: 0006, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0xCDD3
    <info> lg_gps_lib: zb_zcl_gp_notification_parse SUCCESS. gpd_command_id A2 
    <info> lg_zb_lib: lg_zb_lib_ep_handler src_ep: 01, det_ep: 01, cluster_id: 0201, profil_id: 0104
    <info> lg_zb_lib: Received value updates from the remote node 0x0AD6
    

    logGPdevice_2026_05_26_2.pcap

Related