<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>NXP DesignsのトピックRe: How to extract data from unknown Cluster</title>
    <link>https://community.nxp.com/t5/NXP-Designs/How-to-extract-data-from-unknown-Cluster/m-p/995268#M190</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;P&gt;Hi Tianheng Han,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To discover the existing clusters in a determined endpoint with a JN-AN-1216 Coordinator, you can send an &lt;STRONG&gt;Active Endpoint request&lt;/STRONG&gt; to your End Device's short address, followed by a &lt;STRONG&gt;Simple Descriptor request&lt;/STRONG&gt; of the endpoint containing the cluster you want to know information about.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If the custom cluster is discoverable, you will get information about it in the &lt;STRONG&gt;Simple Descriptor response.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Please let me know if you need any more information.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Sebastian&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Nov 2019 16:37:55 GMT</pubDate>
    <dc:creator>Sebastian_Del_Rio</dc:creator>
    <dc:date>2019-11-25T16:37:55Z</dc:date>
    <item>
      <title>How to extract data from unknown Cluster</title>
      <link>https://community.nxp.com/t5/NXP-Designs/How-to-extract-data-from-unknown-Cluster/m-p/995261#M183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P style="color: #000000; margin: 0.0px 0.0px 0.0px 0.0px;"&gt;We are docking zigbee devices, their devices are a custom cluster, and then put in the data, to send.&lt;/P&gt;&lt;P style="color: #000000; margin: 0.0px 0.0px 0.0px 0.0px;"&gt;&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px;"&gt;I need to extract the contents of the received frame of data.&lt;/P&gt;&lt;P style="color: #000000; margin: 0.0px 0.0px 0.0px 0.0px;"&gt;But I didn't find out where there was an interface in the SDK-JN-4170 that prompted me to get this message.&lt;/P&gt;&lt;P style="color: #000000; margin: 0.0px 0.0px 0.0px 0.0px;"&gt;&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px;"&gt;I manually created a cluster, like him on the coordinator, and then I found that when I received the message (figure above), I automatically replied to a frame of message (figure below).&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px;"&gt;&lt;/P&gt;&lt;P style="color: #000000; margin: 0.0px 0.0px 0.0px 0.0px;"&gt;But I still don't know how to extract this data, and where to instruct me to receive this frame of data.&lt;/P&gt;&lt;P style="color: #ffffff; margin: 0.0px 0.0px 0.0px 0.0px;"&gt;But I didn't find out where there was an interface in the SDK-JN-4170 that prompted me to get this message.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/92633iAA4D95AFC62A73E3/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/92674i28F5EE718267C691/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Nov 2019 09:22:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NXP-Designs/How-to-extract-data-from-unknown-Cluster/m-p/995261#M183</guid>
      <dc:creator>854648943</dc:creator>
      <dc:date>2019-11-15T09:22:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract data from unknown Cluster</title>
      <link>https://community.nxp.com/t5/NXP-Designs/How-to-extract-data-from-unknown-Cluster/m-p/995262#M184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I hope you’re doing well!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To get payload information for a packet, you can use these functions included in the JenOS Protocol Data Unit Manager API:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;PDUM_u16APduInstanceReadNBO: this function will insert data into a C structure from the specified APDU instance.&lt;/LI&gt;&lt;LI&gt;PDUM_pvAPduInstanceGetPayload: Will return a pointer to the payload of the starting address of the received payload.&lt;/LI&gt;&lt;LI&gt;PDUM_u16APduInstanceGetPayloadSize: Will return the size, in bytes, of the payload data of the specified APDU.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For more information, could you please take a look at chaper 12 of the JenOS User Guide, &lt;A href="https://www.nxp.com/docs/en/user-guide/JN-UG-3075.pdf"&gt;here&lt;/A&gt;?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please let me know if you need more information.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Sebastian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Nov 2019 21:59:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NXP-Designs/How-to-extract-data-from-unknown-Cluster/m-p/995262#M184</guid>
      <dc:creator>Sebastian_Del_Rio</dc:creator>
      <dc:date>2019-11-19T21:59:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract data from unknown Cluster</title>
      <link>https://community.nxp.com/t5/NXP-Designs/How-to-extract-data-from-unknown-Cluster/m-p/995263#M185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thank you for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #000000; margin: 0.0px 0.0px 0.0px 0.0px;"&gt;I know how to do the data extraction, but the situation is that when this frame message arrived i did not receive any events&amp;nbsp;&lt;/P&gt;&lt;P style="color: #000000; margin: 0.0px 0.0px 0.0px 0.0px;"&gt;&lt;/P&gt;&lt;P style="color: #000000; margin: 0.0px 0.0px 0.0px 0.0px;"&gt;For example&amp;nbsp;ZPS_EVENT_APS_DATA_INDICATION，&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px;"&gt;&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px;"&gt;I mean, how can I get instructions that when a UnKnown Cluster event arrives,&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px;"&gt;&lt;/P&gt;&lt;P style="color: #000000; margin: 0.0px 0.0px 0.0px 0.0px;"&gt;I'm using JN-AN-1216 as coordinator.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Nov 2019 03:10:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NXP-Designs/How-to-extract-data-from-unknown-Cluster/m-p/995263#M185</guid>
      <dc:creator>854648943</dc:creator>
      <dc:date>2019-11-20T03:10:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract data from unknown Cluster</title>
      <link>https://community.nxp.com/t5/NXP-Designs/How-to-extract-data-from-unknown-Cluster/m-p/995264#M186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please provide a sniffer log to see the process of the data request and the message you're getting as a response?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Sebastian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Nov 2019 18:41:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NXP-Designs/How-to-extract-data-from-unknown-Cluster/m-p/995264#M186</guid>
      <dc:creator>Sebastian_Del_Rio</dc:creator>
      <dc:date>2019-11-20T18:41:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract data from unknown Cluster</title>
      <link>https://community.nxp.com/t5/NXP-Designs/How-to-extract-data-from-unknown-Cluster/m-p/995265#M187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG style="background-color: #ffffff; color: #51626f; font-weight: normal; "&gt;Hi,&lt;/STRONG&gt;&lt;A _jive_internal="true" data-avatarid="26861" data-externalid="" data-online="false" data-presence="null" data-userid="338978" data-username="nxf53124" href="https://community.nxp.com/people/nxf53124" style="color: inherit; border: 0px; font-weight: bold; font-size: 14px;"&gt;Sebastian Delrio&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #000000; margin: 0.0px 0.0px 0.0px 0.0px;"&gt;This is the relevant information I got, and when the child device sends a message to the coordinator, the type of message is unknown Cluster,&amp;nbsp;&lt;/P&gt;&lt;P style="color: #000000; margin: 0.0px 0.0px 0.0px 0.0px;"&gt;&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px;"&gt;I need the data in this frame of message, but when the frame message arrives, I can't get any instructions, such as APS DATA Indication, so I want to know where I can get instructions when the message arrives.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/95738i085B94884A92EFBA/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Nov 2019 08:47:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NXP-Designs/How-to-extract-data-from-unknown-Cluster/m-p/995265#M187</guid>
      <dc:creator>854648943</dc:creator>
      <dc:date>2019-11-21T08:47:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract data from unknown Cluster</title>
      <link>https://community.nxp.com/t5/NXP-Designs/How-to-extract-data-from-unknown-Cluster/m-p/995266#M188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible for you to provide your implementation? Which coordinator, router and End Device JN-ANs are you using for your project?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please provide a sniffer log file?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Sebastian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Nov 2019 20:43:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NXP-Designs/How-to-extract-data-from-unknown-Cluster/m-p/995266#M188</guid>
      <dc:creator>Sebastian_Del_Rio</dc:creator>
      <dc:date>2019-11-21T20:43:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract data from unknown Cluster</title>
      <link>https://community.nxp.com/t5/NXP-Designs/How-to-extract-data-from-unknown-Cluster/m-p/995267#M189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Hi,&lt;/SPAN&gt;&lt;A _jive_internal="true" data-avatarid="26861" data-externalid="" data-online="false" data-presence="null" data-userid="338978" data-username="nxf53124" href="https://community.nxp.com/people/nxf53124" style="color: inherit; border: 0px; font-weight: bold; font-size: 14px;"&gt;Sebastian Delrio&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #000000; margin: 0.0px 0.0px 0.0px 0.0px;"&gt;I'm sorry, i don't know how to upload the file in the reply message, i tried some methods but failed, I would like to ask there is no reference document, can tell me how to upload files.&lt;/P&gt;&lt;P style="color: #000000; margin: 0.0px 0.0px 0.0px 0.0px;"&gt;&lt;/P&gt;&lt;P style="color: #000000; margin: 0.0px 0.0px 0.0px 0.0px;"&gt;The coordinator is JN-AN-1216,&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px;"&gt;I am not very clear about the specific End Device of other manufacturers,&amp;nbsp;It belongs to other companies.&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px;"&gt;we now need to add this End Device to our coordinator. Can control him.&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px;"&gt;&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px;"&gt;Best regards,&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px;"&gt;han&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Nov 2019 01:48:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NXP-Designs/How-to-extract-data-from-unknown-Cluster/m-p/995267#M189</guid>
      <dc:creator>854648943</dc:creator>
      <dc:date>2019-11-25T01:48:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract data from unknown Cluster</title>
      <link>https://community.nxp.com/t5/NXP-Designs/How-to-extract-data-from-unknown-Cluster/m-p/995268#M190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;P&gt;Hi Tianheng Han,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To discover the existing clusters in a determined endpoint with a JN-AN-1216 Coordinator, you can send an &lt;STRONG&gt;Active Endpoint request&lt;/STRONG&gt; to your End Device's short address, followed by a &lt;STRONG&gt;Simple Descriptor request&lt;/STRONG&gt; of the endpoint containing the cluster you want to know information about.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If the custom cluster is discoverable, you will get information about it in the &lt;STRONG&gt;Simple Descriptor response.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Please let me know if you need any more information.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Sebastian&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Nov 2019 16:37:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NXP-Designs/How-to-extract-data-from-unknown-Cluster/m-p/995268#M190</guid>
      <dc:creator>Sebastian_Del_Rio</dc:creator>
      <dc:date>2019-11-25T16:37:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract data from unknown Cluster</title>
      <link>https://community.nxp.com/t5/NXP-Designs/How-to-extract-data-from-unknown-Cluster/m-p/995269#M191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found that the End device sends data through custom cluster 0x0fa0 in endpoint -0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The coordinator receives the message and does not send the events to&amp;nbsp;APP_vGenCallback( ). So when the data for these custom&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;clusters arrives, there is no event that tells me where to extract the data.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know how to add a custom cluster of 0x0fa0 under endpoint 0 so that messages sent by the device can be callback into this function APP_vGenCallback&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Nov 2019 09:45:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NXP-Designs/How-to-extract-data-from-unknown-Cluster/m-p/995269#M191</guid>
      <dc:creator>854648943</dc:creator>
      <dc:date>2019-11-27T09:45:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract data from unknown Cluster</title>
      <link>https://community.nxp.com/t5/NXP-Designs/How-to-extract-data-from-unknown-Cluster/m-p/995270#M192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found that the End device sends data through custom cluster 0x0fa0 in endpoint -0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The coordinator receives the message and does not send the events to&amp;nbsp;APP_vGenCallback( ). So when the data for these custom&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;clusters arrives, there is no event that tells me where to extract the data.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know how to add a custom cluster of 0x0fa0 under endpoint 0 so that messages sent by the device can be callback into this function APP_vGenCallback&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Nov 2019 09:45:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NXP-Designs/How-to-extract-data-from-unknown-Cluster/m-p/995270#M192</guid>
      <dc:creator>854648943</dc:creator>
      <dc:date>2019-11-27T09:45:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract data from unknown Cluster</title>
      <link>https://community.nxp.com/t5/NXP-Designs/How-to-extract-data-from-unknown-Cluster/m-p/995271#M193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;P&gt;Hi Han,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please try sending a Read Attributes request to the endpoint and 0x0fa0 cluster and see the raw data information received from your end device?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Sebastian&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Nov 2019 17:11:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NXP-Designs/How-to-extract-data-from-unknown-Cluster/m-p/995271#M193</guid>
      <dc:creator>Sebastian_Del_Rio</dc:creator>
      <dc:date>2019-11-27T17:11:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract data from unknown Cluster</title>
      <link>https://community.nxp.com/t5/NXP-Designs/How-to-extract-data-from-unknown-Cluster/m-p/995272#M194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Hi,&lt;A _jive_internal="true" data-avatarid="26861" data-externalid="" data-online="false" data-presence="null" data-userid="338978" data-username="nxf53124" href="https://community.nxp.com/people/nxf53124" style="color: inherit; border: 0px; font-weight: bold; font-size: 14px;"&gt;Sebastian Delrio&lt;/A&gt;&lt;SPAN style="color: #3d9ce7;"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Thank you for your reply.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="caret-color: #51626f; background-color: #ffffff; color: #51626f; "&gt;Now that i've solved the problem, &amp;nbsp;&lt;/SPAN&gt;I added a custom cluster under endpoint 0 in the configuration file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #000000; margin: 0.0px 0.0px 0.0px 0.0px;"&gt;Use this function ZPS_eAplZdoRegisterZdoFilterCallback to register a callback function to receive, and now the data is available&lt;/P&gt;&lt;DIV class="" style="color: #000000;" title="Page 187"&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;P&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Nov 2019 01:48:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NXP-Designs/How-to-extract-data-from-unknown-Cluster/m-p/995272#M194</guid>
      <dc:creator>854648943</dc:creator>
      <dc:date>2019-11-28T01:48:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract data from unknown Cluster</title>
      <link>https://community.nxp.com/t5/NXP-Designs/How-to-extract-data-from-unknown-Cluster/m-p/995273#M195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Hi,&lt;A _jive_internal="true" data-avatarid="26861" data-externalid="" data-online="false" data-presence="null" data-userid="338978" data-username="nxf53124" href="https://community.nxp.com/people/nxf53124" style="color: inherit; border: 0px; font-weight: bold; font-size: 14px;"&gt;Sebastian Delrio&lt;/A&gt;&lt;SPAN style="color: #3d9ce7;"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Thank you for your reply.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="caret-color: #51626f; background-color: #ffffff; color: #51626f; "&gt;Now that i've solved the problem, &amp;nbsp;&lt;/SPAN&gt;I added a custom cluster under endpoint 0 in the configuration file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #000000; margin: 0.0px 0.0px 0.0px 0.0px;"&gt;Use this function ZPS_eAplZdoRegisterZdoFilterCallback to register a callback function to receive, and now the data is available&lt;/P&gt;&lt;DIV class="" style="color: #000000;" title="Page 187"&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;P&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Nov 2019 01:48:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NXP-Designs/How-to-extract-data-from-unknown-Cluster/m-p/995273#M195</guid>
      <dc:creator>854648943</dc:creator>
      <dc:date>2019-11-28T01:48:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract data from unknown Cluster</title>
      <link>https://community.nxp.com/t5/NXP-Designs/How-to-extract-data-from-unknown-Cluster/m-p/995274#M196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Hi&amp;nbsp;&lt;A _jive_internal="true" data-avatarid="26861" data-externalid="" data-online="false" data-presence="null" data-userid="338978" data-username="nxf53124" href="https://community.nxp.com/people/nxf53124" style="color: inherit; border: 0px; font-weight: bold; font-size: 14px;"&gt;Sebastian Delrio&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;I'm sorry I just pressed command + s twice, and then the reply was automatically sent and sent two. I'm sorry about that.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="caret-color: #51626f; background-color: #ffffff; color: #51626f; "&gt;Best regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="caret-color: #51626f; background-color: #ffffff; color: #51626f; "&gt;Han&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Nov 2019 01:50:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NXP-Designs/How-to-extract-data-from-unknown-Cluster/m-p/995274#M196</guid>
      <dc:creator>854648943</dc:creator>
      <dc:date>2019-11-28T01:50:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract data from unknown Cluster</title>
      <link>https://community.nxp.com/t5/NXP-Designs/How-to-extract-data-from-unknown-Cluster/m-p/995275#M197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tianheng,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's good to know you got it working!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if you need help with any other issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Sebastian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Nov 2019 15:58:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NXP-Designs/How-to-extract-data-from-unknown-Cluster/m-p/995275#M197</guid>
      <dc:creator>Sebastian_Del_Rio</dc:creator>
      <dc:date>2019-11-29T15:58:22Z</dc:date>
    </item>
  </channel>
</rss>

