<?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>topic Scene Recall working on local node only in Wireless MCU</title>
    <link>https://community.nxp.com/t5/Wireless-MCU/Scene-Recall-working-on-local-node-only/m-p/1392293#M12607</link>
    <description>&lt;P&gt;I have defined a group 0x0001 having endpoints 1,3and 5 of nodeid 0xF883, endpoint 1 of nodeid 0x4D44 and endpoints 1,2 of nodeid 0x3EF5. The Scene Store command has been used to store the scene 0x0A on this group. Execution of View scene command with group id 0x0001 and scene id 0x0A on these endpoints shows that scene exists and shows scene data as well of this type: 0x06 0x00 0x01 0x01&lt;/P&gt;&lt;P&gt;When we invoke eCLD_ScenesRecall() with groupid 0x0001 and sceneid 0x0A from the scenes cluster client on endpoint 6 of nodeid 0xF883, it invokes the scene &lt;STRONG&gt;ONLY&lt;/STRONG&gt; on the endpoints 1,3 and 5 of local nodeid 0xF883 and will have no effect on other remote nodes belonging to the group 0x0001. [Note: I am planning to use endpoint 6 on 0xF883 as Scene Selector device]&lt;/P&gt;&lt;P&gt;However the Scene Recall command issued from the co-ordinator recalls the scene on all nodeid's present in the group 0x0001.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I would like to know whether it is possible to &lt;STRONG&gt;groupcast&lt;/STRONG&gt; the scene recall from the scenes cluster client on endpoint6 of nodeid 0xF883 (Scene Selector Device) so that all nodes in that group receive the scene recall command.&lt;/P&gt;&lt;P&gt;Also can anyone please explain the difference between eCLD_ScenesRecall() Vs eCLD_ScenesCommandRecallSceneRequestSend() functions? Should I use eCLD_ScenesCommandRecallSceneRequestSend() instead of eCLD_ScenesRecall()?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 27 Dec 2021 14:21:56 GMT</pubDate>
    <dc:creator>ccsasif</dc:creator>
    <dc:date>2021-12-27T14:21:56Z</dc:date>
    <item>
      <title>Scene Recall working on local node only</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Scene-Recall-working-on-local-node-only/m-p/1392293#M12607</link>
      <description>&lt;P&gt;I have defined a group 0x0001 having endpoints 1,3and 5 of nodeid 0xF883, endpoint 1 of nodeid 0x4D44 and endpoints 1,2 of nodeid 0x3EF5. The Scene Store command has been used to store the scene 0x0A on this group. Execution of View scene command with group id 0x0001 and scene id 0x0A on these endpoints shows that scene exists and shows scene data as well of this type: 0x06 0x00 0x01 0x01&lt;/P&gt;&lt;P&gt;When we invoke eCLD_ScenesRecall() with groupid 0x0001 and sceneid 0x0A from the scenes cluster client on endpoint 6 of nodeid 0xF883, it invokes the scene &lt;STRONG&gt;ONLY&lt;/STRONG&gt; on the endpoints 1,3 and 5 of local nodeid 0xF883 and will have no effect on other remote nodes belonging to the group 0x0001. [Note: I am planning to use endpoint 6 on 0xF883 as Scene Selector device]&lt;/P&gt;&lt;P&gt;However the Scene Recall command issued from the co-ordinator recalls the scene on all nodeid's present in the group 0x0001.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I would like to know whether it is possible to &lt;STRONG&gt;groupcast&lt;/STRONG&gt; the scene recall from the scenes cluster client on endpoint6 of nodeid 0xF883 (Scene Selector Device) so that all nodes in that group receive the scene recall command.&lt;/P&gt;&lt;P&gt;Also can anyone please explain the difference between eCLD_ScenesRecall() Vs eCLD_ScenesCommandRecallSceneRequestSend() functions? Should I use eCLD_ScenesCommandRecallSceneRequestSend() instead of eCLD_ScenesRecall()?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Dec 2021 14:21:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Scene-Recall-working-on-local-node-only/m-p/1392293#M12607</guid>
      <dc:creator>ccsasif</dc:creator>
      <dc:date>2021-12-27T14:21:56Z</dc:date>
    </item>
    <item>
      <title>Re: Scene Recall working on local node only</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Scene-Recall-working-on-local-node-only/m-p/1393864#M12651</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/181470"&gt;@ccsasif&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;I hope you are doing great.&lt;/P&gt;
&lt;P&gt;Is it possible that you could provide the sniffer log of the process that you are doing?&lt;/P&gt;
&lt;P&gt;What is the example that you are working on to create the group?&lt;/P&gt;
&lt;P&gt;The difference for the functions are, for example:&lt;/P&gt;
&lt;P&gt;eCLD_ScenesRecall: Can be used by other clusters or the application to recall scenes.&lt;/P&gt;
&lt;P&gt;eCLD_ScenesCommandRecallSceneRequestSend: Builds and sends a scenes cluster command, used for the client role.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Mario&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jan 2022 21:11:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Scene-Recall-working-on-local-node-only/m-p/1393864#M12651</guid>
      <dc:creator>mario_castaneda</dc:creator>
      <dc:date>2022-01-03T21:11:10Z</dc:date>
    </item>
    <item>
      <title>Re: Scene Recall working on local node only</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Scene-Recall-working-on-local-node-only/m-p/1395005#M12669</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/86938"&gt;@mario_castaneda&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have total number of 6 endpoints.&lt;/P&gt;&lt;P&gt;1 - 5 as server scene&lt;/P&gt;&lt;P&gt;6 as client scene&lt;/P&gt;&lt;P&gt;Please find the code snippet&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Code snippet:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;PUBLIC void vSetAddress(tsZCL_Address * psAddress, bool_t bBroadcast,uint16_t GrpID)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; if (bBroadcast)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; psAddress-&amp;gt;eAddressMode = E_ZCL_AM_BROADCAST;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; psAddress-&amp;gt;uAddress.&lt;/SPAN&gt;&lt;SPAN&gt;eBroadcastMode = ZPS_E_APL_AF_BROADCAST_RX_ON;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; }&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; else&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; psAddress-&amp;gt;eAddressMode = E_ZCL_AM_GROUP;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; psAddress-&amp;gt;uAddress.&lt;/SPAN&gt;&lt;SPAN&gt;u16GroupAddress = GrpID;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; }&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;PUBLIC void vAppRecallSceneById( uint8 u8EndPt, uint8 u8SceneId, uint16 u16GroupId)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; tsCLD_&lt;/SPAN&gt;&lt;SPAN&gt;ScenesRecallSceneRequestPayloa&lt;/SPAN&gt;&lt;SPAN&gt;d &amp;nbsp; &amp;nbsp;sRequest;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; tsZCL_Address sAddress;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; uint8 u8Seq;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; teZCL_Status eStatus;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; sRequest.u16GroupId &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;= &amp;nbsp;u16GroupId;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; sRequest.u8SceneId &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; = &amp;nbsp;u8SceneId;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; sRequest.u16TransitionTime &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; = &amp;nbsp;0xF;//ZNC_RTN_U16 ( au8LinkRxBuffer, 8 );&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; vSetAddress(&amp;amp;sAddress, FALSE, u16GroupId);&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; eStatus = eCLD_&lt;/SPAN&gt;&lt;SPAN&gt;ScenesCommandRecallSceneReques&lt;/SPAN&gt;&lt;SPAN&gt;tSend ( u8EndPt,&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;E_ZCL_AM_GROUP,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;amp;sAddress,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp;&amp;amp;u8Seq,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp;&amp;amp;sRequest );&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp;DBG_vPrintf(TRACE_APP, "\n eCLD_&lt;/SPAN&gt;&lt;SPAN&gt;ScenesCommandRecallSceneReques&lt;/SPAN&gt;&lt;SPAN&gt;tSend &amp;nbsp;eStatus = %d", eStatus);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;We are using the Endpoint 6 for above Scene recall which has scene client cluster enabled and registered using&amp;nbsp;&lt;STRONG&gt;eZLO_RegisterOnOffLightSwitchEndPoint.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;But scene recall do not work when using&amp;nbsp;&lt;SPAN&gt;&lt;STRONG&gt;eCLD_ScenesRecall or&amp;nbsp;eCLD_ScenesCommandRecallSceneRequestSend&lt;/STRONG&gt; with end point 6.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;When I call endpoint 1 to 5 with&amp;nbsp;&lt;SPAN&gt;&lt;STRONG&gt;eCLD_ScenesRecall.&amp;nbsp;&lt;/STRONG&gt;Scene recall is successful and local endpoint can remember OnOff state with respect to scene and group.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;But only local endpoint are recalled not other endpoint which is in same network.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;We request you to let us know how to recall a scene (from our product) which works on both local and global endpoint in the same network.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jan 2022 17:33:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Scene-Recall-working-on-local-node-only/m-p/1395005#M12669</guid>
      <dc:creator>Shaik_meera</dc:creator>
      <dc:date>2022-01-05T17:33:32Z</dc:date>
    </item>
    <item>
      <title>Re: Scene Recall working on local node only</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Scene-Recall-working-on-local-node-only/m-p/1395505#M12676</link>
      <description>&lt;P&gt;We are registering the Endpoint 6 which has scene client cluster enabled using&amp;nbsp;&lt;STRONG&gt;eZLO_RegisterOnOffLightSwitchEndPoint&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Please find the code snippet as below&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Code snippet:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;PUBLIC void vSetAddress(tsZCL_Address * psAddress, bool_t bBroadcast,uint16_t GrpID)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; if (bBroadcast)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; psAddress-&amp;gt;eAddressMode = E_ZCL_AM_BROADCAST;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; psAddress-&amp;gt;uAddress.&lt;/SPAN&gt;&lt;SPAN&gt;eBroadcastMode = ZPS_E_APL_AF_BROADCAST_RX_ON;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; }&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; else&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; psAddress-&amp;gt;eAddressMode = E_ZCL_AM_GROUP;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; psAddress-&amp;gt;uAddress.&lt;/SPAN&gt;&lt;SPAN&gt;u16GroupAddress = GrpID;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; }&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;PUBLIC void vAppRecallSceneById( uint8 u8EndPt, uint8 u8SceneId, uint16 u16GroupId)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; tsCLD_&lt;/SPAN&gt;&lt;SPAN&gt;ScenesRecallSceneRequestPayloa&lt;/SPAN&gt;&lt;SPAN&gt;d &amp;nbsp; &amp;nbsp;sRequest;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; tsZCL_Address sAddress;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; uint8 u8Seq;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; teZCL_Status eStatus;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; sRequest.u16GroupId &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;= &amp;nbsp;u16GroupId;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; sRequest.u8SceneId &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; = &amp;nbsp;u8SceneId;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; sRequest.u16TransitionTime &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; = &amp;nbsp;0xF;//ZNC_RTN_U16 ( au8LinkRxBuffer, 8 );&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; vSetAddress(&amp;amp;sAddress, FALSE, u16GroupId);&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; eStatus = eCLD_&lt;/SPAN&gt;&lt;SPAN&gt;ScenesCommandRecallSceneReques&lt;/SPAN&gt;&lt;SPAN&gt;tSend ( u8EndPt,&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;E_ZCL_AM_GROUP,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;amp;sAddress,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp;&amp;amp;u8Seq,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp;&amp;amp;sRequest );&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp;DBG_vPrintf(TRACE_APP, "\n eCLD_&lt;/SPAN&gt;&lt;SPAN&gt;ScenesCommandRecallSceneReques&lt;/SPAN&gt;&lt;SPAN&gt;tSend &amp;nbsp;eStatus = %d", eStatus);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I call endpoint 1 to 5 with&amp;nbsp;&lt;SPAN&gt;&lt;STRONG&gt;eCLD_ScenesRecall.&amp;nbsp;&lt;/STRONG&gt;Scene recall is successful and local endpoint can remember OnOff state with respect to scene and group.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;But only local endpoints are recalled not other endpoints on other nodeids which is in same network.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;We request you to let us know how to recall a scene (from our product) which works on both local and global endpoint in the same network.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jan 2022 09:04:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Scene-Recall-working-on-local-node-only/m-p/1395505#M12676</guid>
      <dc:creator>ccsasif</dc:creator>
      <dc:date>2022-01-06T09:04:30Z</dc:date>
    </item>
    <item>
      <title>Re: Scene Recall working on local node only</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Scene-Recall-working-on-local-node-only/m-p/1395804#M12680</link>
      <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/86938"&gt;@mario_castaneda&lt;/a&gt;&amp;nbsp;awaiting your reply please. Thank You&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jan 2022 22:55:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Scene-Recall-working-on-local-node-only/m-p/1395804#M12680</guid>
      <dc:creator>ccsazeez1</dc:creator>
      <dc:date>2022-01-06T22:55:23Z</dc:date>
    </item>
    <item>
      <title>Re: Scene Recall working on local node only</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Scene-Recall-working-on-local-node-only/m-p/1396231#M12685</link>
      <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/86938"&gt;@mario_castaneda&lt;/a&gt;&amp;nbsp;Hi Mario, our colleagues have given their inputs to your questions. Can you provide your inputs. It is urgent. Thank You.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jan 2022 16:19:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Scene-Recall-working-on-local-node-only/m-p/1396231#M12685</guid>
      <dc:creator>ccsazeez1</dc:creator>
      <dc:date>2022-01-07T16:19:39Z</dc:date>
    </item>
    <item>
      <title>Re: Scene Recall working on local node only</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Scene-Recall-working-on-local-node-only/m-p/1397028#M12698</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/195408"&gt;@Shaik_meera&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;I am really sorry for the late reply.&lt;/P&gt;
&lt;P&gt;What are the coordinator and the end device that you are working on?&lt;/P&gt;
&lt;P&gt;Did you try to follow the same process with the JN-AN-1216 example, and the tool??&lt;/P&gt;
&lt;P&gt;Do you have any sniffer tools? Do you have a JN USB Dongle?&lt;/P&gt;
&lt;P&gt;Please look at the file attached. I capture the scene to show the process.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Mario&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jan 2022 04:03:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Scene-Recall-working-on-local-node-only/m-p/1397028#M12698</guid>
      <dc:creator>mario_castaneda</dc:creator>
      <dc:date>2022-01-11T04:03:03Z</dc:date>
    </item>
    <item>
      <title>Re: Scene Recall working on local node only</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Scene-Recall-working-on-local-node-only/m-p/1397563#M12708</link>
      <description>&lt;P&gt;We are using&amp;nbsp;k32w061dk6_zigbee_router_bm. We do not have sniffer dongle. But as said by&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/181470"&gt;@ccsasif&lt;/a&gt;&amp;nbsp; we are able to recall scene using telegesis co-ordinator and scene recall is effective on local and remote nodes (local endpoint and remote endpoints).&amp;nbsp;&lt;/P&gt;&lt;P&gt;we couldn't recall the scene in remote node using&amp;nbsp;eCLD_ScenesCommandRecallSceneRequestSend or&amp;nbsp;eCLD_ScenesRecall in our code.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help us how to recall scene from our device.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I referred the sniffer log I hope it working for you, which is the case for us using the telegesis dongle.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jan 2022 18:56:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Scene-Recall-working-on-local-node-only/m-p/1397563#M12708</guid>
      <dc:creator>Shaik_meera</dc:creator>
      <dc:date>2022-01-11T18:56:00Z</dc:date>
    </item>
    <item>
      <title>Re: Scene Recall working on local node only</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Scene-Recall-working-on-local-node-only/m-p/1399108#M12731</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/195408"&gt;@Shaik_meera&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;I will try to test by my side. However, do you have a USB-Dongle-JN5189?&lt;/P&gt;
&lt;P&gt;You could also test it with the JN5189 Device that you have, we also provide a bin file for a sniffer.&lt;/P&gt;
&lt;P&gt;"C:\nxp\SDKPackages\JN5189DK6\tools\sniffer\Sniffer_1000000baud_8N1_NoFlowControl.bin"&lt;/P&gt;
&lt;P&gt;You could also download the tool, &lt;A href="https://www.nxp.com/webapp/Download?colCode=Kinetis_Protocol_Analyzer_Adapter_2.0.4.1&amp;amp;appType=license&amp;amp;location=null" target="_self"&gt;Kinetis Protocol Analyzer&lt;/A&gt; that we provide.&lt;/P&gt;
&lt;P&gt;I will get back to you.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Mario&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jan 2022 22:04:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Scene-Recall-working-on-local-node-only/m-p/1399108#M12731</guid>
      <dc:creator>mario_castaneda</dc:creator>
      <dc:date>2022-01-13T22:04:44Z</dc:date>
    </item>
    <item>
      <title>Re: Scene Recall working on local node only</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Scene-Recall-working-on-local-node-only/m-p/1399746#M12739</link>
      <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/86938"&gt;@mario_castaneda&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;we can't flash sniffer tool bin since we have only one dev kit. So after flashing cannot sniff any device.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I request you to test from your side how to recall scene for local and remote endpoints.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 16 Jan 2022 12:14:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Scene-Recall-working-on-local-node-only/m-p/1399746#M12739</guid>
      <dc:creator>Shaik_meera</dc:creator>
      <dc:date>2022-01-16T12:14:56Z</dc:date>
    </item>
    <item>
      <title>Re: Scene Recall working on local node only</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Scene-Recall-working-on-local-node-only/m-p/1400434#M12741</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/195408"&gt;@Shaik_meera&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;You could use the Dongle to capture the packets over the air, and work with 2 different modules OM15076&lt;/P&gt;
&lt;P&gt;However, I tested by my side. We provide a Scene example for the client and server.&lt;/P&gt;
&lt;P&gt;I recommend looking at the JN-AN-1247 Coordinator that provides a GUI Tool and acts as scene client, also the JN-AN-1244 that supports the scene server.&lt;/P&gt;
&lt;P&gt;The steps below were the process that I followed to send the scene recall.&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Create a group&lt;/LI&gt;
&lt;LI&gt;Store or create the scene&lt;/LI&gt;
&lt;LI&gt;Recall Scene&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mario_castaneda_0-1642441998586.png" style="width: 744px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/167879iD6ADE09BE6A3FA78/image-dimensions/744x101?v=v2" width="744" height="101" role="button" title="mario_castaneda_0-1642441998586.png" alt="mario_castaneda_0-1642441998586.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Also, you could find in the coordinator how is the process for calling this API.&lt;/P&gt;
&lt;LI-CODE lang="c"&gt;case (E_SL_MSG_RECALL_SCENE):
     {
        tsCLD_ScenesRecallSceneRequestPayload    sRequest;
        sRequest.u16GroupId    =  ZNC_RTN_U16 ( au8LinkRxBuffer, 5 );
        sRequest.u8SceneId     =  au8LinkRxBuffer[7];
        sRequest.u16TransitionTime = 0xFFFF;
        u8Status    =  eCLD_ScenesCommandRecallSceneRequestSend
                              (au8LinkRxBuffer [ 3 ],
                              au8LinkRxBuffer [ 4 ],
                              &amp;amp;sAddress,
                              &amp;amp;u8SeqNum,
                              &amp;amp;sRequest );&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is it possible that you could test with the ANs JN-AN-1247 and JN-AN-1244?&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Mario&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jan 2022 17:59:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Scene-Recall-working-on-local-node-only/m-p/1400434#M12741</guid>
      <dc:creator>mario_castaneda</dc:creator>
      <dc:date>2022-01-17T17:59:33Z</dc:date>
    </item>
  </channel>
</rss>

