<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Not able to see power config cluster and its attributes, analog input cluster</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/78672/not-able-to-see-power-config-cluster-and-its-attributes-analog-input-cluster</link><description>Hello All, 
 
 I tried implementing basic cluster, Analog Input cluster and Power Config Cluster. My end application is report &amp;quot;measured tank level&amp;quot; using zigbee. For which nordic engineer suggested me to use Analog Input cluster. 
 From them I am able</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 30 Aug 2021 09:41:15 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/78672/not-able-to-see-power-config-cluster-and-its-attributes-analog-input-cluster" /><item><title>RE: Not able to see power config cluster and its attributes, analog input cluster</title><link>https://devzone.nordicsemi.com/thread/327150?ContentTypeID=1</link><pubDate>Mon, 30 Aug 2021 09:41:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7885c19d-fc98-4fd6-92f6-40e34efb0899</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Please check out the &lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fsdk_tz_v4.1.0%2Fzigbee_example_cli_reference.html"&gt;CLI reference&lt;/a&gt; to see how you can resolve and read short network addresses.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Not able to see power config cluster and its attributes, analog input cluster</title><link>https://devzone.nordicsemi.com/thread/326958?ContentTypeID=1</link><pubDate>Fri, 27 Aug 2021 10:28:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7aa05234-c660-4088-ac80-f8d1bd5f2610</guid><dc:creator>AnkeetG</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
[quote userid="75734" url="~/f/nordic-q-a/78672/not-able-to-see-power-config-cluster-and-its-attributes-analog-input-cluster/326475#326475"]I discussed this with a colleague, and the Network ID needs to be set to a valid &amp;quot;short network address&amp;quot; which is between 0x0000 and 0xFFF7.[/quote]
&lt;p&gt;Can you please tell me which API to use or how can I set the &amp;quot;short network address&amp;quot; between 0x0000 and 0xFFF7&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks and regards&lt;/p&gt;
&lt;p&gt;Ankeet Gugale&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Not able to see power config cluster and its attributes, analog input cluster</title><link>https://devzone.nordicsemi.com/thread/326895?ContentTypeID=1</link><pubDate>Fri, 27 Aug 2021 07:24:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:29a2873c-002a-4e63-95ea-469c99de6f24</guid><dc:creator>AnkeetG</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thank you for your response. I will try implementing your suggestion and will get back to you if any queries.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks and regards&lt;/p&gt;
&lt;p&gt;Ankeet Gugale&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Not able to see power config cluster and its attributes, analog input cluster</title><link>https://devzone.nordicsemi.com/thread/326475?ContentTypeID=1</link><pubDate>Wed, 25 Aug 2021 08:55:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6ca919e5-f541-4085-a963-cad0e7d97dc3</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;2. Try changing the description in the .svd file here to a custom value. That might be what decides the name used.&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;&amp;lt;name&amp;gt;TEMP&amp;lt;/name&amp;gt;
      &amp;lt;description&amp;gt;Temperature Sensor&amp;lt;/description&amp;gt;&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;3. I discussed this with a colleague, and the Network ID needs to be set to a valid &amp;quot;short network address&amp;quot; which is between 0x0000 and 0xFFF7. If you&amp;#39;d like the device to show a &amp;quot;name&amp;quot; like you say, this seems to be the manufacturer name, which is an attribute in the basic cluster that can be used with the &lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fsdk_tz_v4.1.0%2Fgroup___z_b___z_c_l___b_a_s_i_c.html&amp;amp;cp=8_3_5_1_1_4_0_28&amp;amp;anchor=gac9adf79c3f38956ef312e07c2dae0f80"&gt;extended attribute list&lt;/a&gt;. Alternatively, it could be the deCONZ program deciding what you&amp;#39;re seeing, please check out the user guide and section 6.1 (Setting the node name) specifically.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/deCONZ_2D00_BHB_2D00_en.pdf"&gt;devzone.nordicsemi.com/.../deCONZ_2D00_BHB_2D00_en.pdf&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Not able to see power config cluster and its attributes, analog input cluster</title><link>https://devzone.nordicsemi.com/thread/326298?ContentTypeID=1</link><pubDate>Tue, 24 Aug 2021 07:57:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ec820155-0006-47aa-8602-611b71c8a799</guid><dc:creator>AnkeetG</dc:creator><description>&lt;p&gt;Hello Simonr,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thank you for your reply.&lt;/p&gt;
&lt;p&gt;2) The name in the&amp;nbsp;&lt;span&gt;SENSOR_INIT_BASIC_MANUF_NAME is set to Company name. It can only be seen in the basic clusters attribute and no where else. The cluster list name is set to&amp;nbsp;ZB_DECLARE_TANKLEVEL_SENSOR_CLUSTER_LIST for my application&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;3) can you please explicitly explain what exactly I need to search for? which API or which function?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks and regards&lt;/p&gt;
&lt;p&gt;Ankeet Gugale&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Not able to see power config cluster and its attributes, analog input cluster</title><link>https://devzone.nordicsemi.com/thread/326281?ContentTypeID=1</link><pubDate>Tue, 24 Aug 2021 07:02:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:271621ba-1512-4bbd-8620-39601f32f15b</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Glad to hear that Ankeet!&lt;/p&gt;
&lt;p&gt;2. From your GUI I&amp;#39;m not sure what name exactly it is that you see here. What is the&amp;nbsp;SENSOR_INIT_BASIC_MANUF_NAME set as in your project? Also, please check what the cluster_list_name is set to in the declaration cluster list for Temp sensor device in your zb_ha_temperature_sensor.h file.&lt;/p&gt;
&lt;p&gt;3.&amp;nbsp;Where in your application is your network ID called/set? I&amp;nbsp;don&amp;#39;t see it in any of the files you&amp;#39;ve attached.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Not able to see power config cluster and its attributes, analog input cluster</title><link>https://devzone.nordicsemi.com/thread/326105?ContentTypeID=1</link><pubDate>Mon, 23 Aug 2021 07:29:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:db4640bf-9129-48bc-af8b-e956173a51c8</guid><dc:creator>AnkeetG</dc:creator><description>&lt;p&gt;Hi Simonr,&lt;/p&gt;
&lt;p&gt;Thank you for your reply. The problem is solved. Now I am able to see the deCONZ. The problem was with at the deCONZ side.&lt;/p&gt;
&lt;p&gt;I would like to know about the following questions:&lt;/p&gt;
[quote userid="104210" url="~/f/nordic-q-a/78672/not-able-to-see-power-config-cluster-and-its-attributes-analog-input-cluster"]&lt;p&gt;&lt;span&gt;2) How can I change the name from temperature sensor to other custom name? I have marked the problem with &amp;quot; 2 &amp;quot; in the attached image.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;3) How can I get the custom name in the place of the NWK ID (for example you can see the name &amp;quot; thermostat&amp;quot; for the thermostat device).&amp;nbsp;I have marked the problem with &amp;quot; 3 &amp;quot; in the attached image.&lt;/span&gt;&lt;/p&gt;[/quote]
&lt;p&gt;It will be helpful if you could help me with the solution.&lt;/p&gt;
&lt;p&gt;If you need more information from my side, please let me know.&lt;/p&gt;
&lt;p&gt;Thanks and regards&lt;/p&gt;
&lt;p&gt;Ankeet Gugale&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Not able to see power config cluster and its attributes, analog input cluster</title><link>https://devzone.nordicsemi.com/thread/325743?ContentTypeID=1</link><pubDate>Thu, 19 Aug 2021 12:50:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cbd82e8e-5dab-4228-9a9c-48d43dcabded</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Your&amp;nbsp;ZB_ZCL_DECLARE_POWER_CONFIG_BATTERY_ATTRIB_LIST_EXT does not seem to get the list values from the cluster attributes are set. Which seem to be set in&amp;nbsp;zb_zcl_power_attrs_t in your application, yet you don&amp;#39;t call them in the same context as what is done in the verified reply in the thread I linked to.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Not able to see power config cluster and its attributes, analog input cluster</title><link>https://devzone.nordicsemi.com/thread/325497?ContentTypeID=1</link><pubDate>Wed, 18 Aug 2021 12:29:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a9964655-c8f6-4b4e-9d03-cf45121353a4</guid><dc:creator>AnkeetG</dc:creator><description>&lt;p&gt;Hi Simonr,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thank you for your reply.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I have already followed the steps implemented in the post shared by you.&lt;/p&gt;
&lt;p&gt;So I am exactly not able to track where I am doing mistake. It will helpful if you could take a look at the shared files and point out the missing part.&lt;/p&gt;
&lt;p&gt;Also I would like to know about solutions to other problems mentioned in the above post.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks and regards&lt;/p&gt;
&lt;p&gt;Ankeet Gugale&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Not able to see power config cluster and its attributes, analog input cluster</title><link>https://devzone.nordicsemi.com/thread/325491?ContentTypeID=1</link><pubDate>Wed, 18 Aug 2021 12:16:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:130891e2-7e4b-4c15-a7d3-2ef033426400</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Have you seen&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/71081/how-to-use-power-config-cluster/"&gt; this thread&lt;/a&gt;, where my colleague Marte explains how to use the power config cluster in Zigbee? There&amp;#39;s also an informative discussion between some DevZone users as well, so I recommend you take a look.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>