<?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>Status check for provisioned BL Mesh Devices</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/49542/status-check-for-provisioned-bl-mesh-devices</link><description>Hi, 
 I am trying to develop the interactive_pyaci serial interface so that it can restore itself once it has been closed. 
 To do so it would be useful, once the db is loaded, to check if the devices are still connected to mesh (presuming they&amp;#39;re on</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 11 Jul 2019 12:37:14 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/49542/status-check-for-provisioned-bl-mesh-devices" /><item><title>RE: Status check for provisioned BL Mesh Devices</title><link>https://devzone.nordicsemi.com/thread/197846?ContentTypeID=1</link><pubDate>Thu, 11 Jul 2019 12:37:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:29bb81e2-c570-48ec-aa4c-16e78b736485</guid><dc:creator>Bj&amp;#248;rn Kvaale</dc:creator><description>&lt;p&gt;Yes, I believe that should be possible.Take a look at the readme.md file here:&amp;nbsp;nrf5_SDK_for_Mesh_v3.1.0_src\scripts\interactive_pyaci&lt;/p&gt;
&lt;p&gt;I also recommend taking a look at the different python files to see which commands are available for you to use.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Status check for provisioned BL Mesh Devices</title><link>https://devzone.nordicsemi.com/thread/197379?ContentTypeID=1</link><pubDate>Tue, 09 Jul 2019 12:30:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:36d58a50-be1c-4e1a-a445-5818a0c48e7c</guid><dc:creator>timvan</dc:creator><description>&lt;p&gt;And preferably request this status update using the Serial device with the Interactive_pyaci&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Status check for provisioned BL Mesh Devices</title><link>https://devzone.nordicsemi.com/thread/197371?ContentTypeID=1</link><pubDate>Tue, 09 Jul 2019 12:17:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bf89c5ca-6184-4c84-81bf-9654cfbb46e4</guid><dc:creator>timvan</dc:creator><description>&lt;p&gt;Thanks Bjorn, is there a way to request to the Health Status - such as a &amp;quot;health status get&amp;quot;?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Status check for provisioned BL Mesh Devices</title><link>https://devzone.nordicsemi.com/thread/197342?ContentTypeID=1</link><pubDate>Tue, 09 Jul 2019 11:12:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:83d71707-bf0a-498c-a6e0-6baac1b69524</guid><dc:creator>Bj&amp;#248;rn Kvaale</dc:creator><description>&lt;p&gt;Yes, there is a health status message in Bluetooth Mesh. If you run the regular light switch example with the provisioner example on a 52 DK, see the relevant code below:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;static void app_health_event_cb(const health_client_t * p_client, const health_client_evt_t * p_event)
{
    switch (p_event-&amp;gt;type)
    {
        case HEALTH_CLIENT_EVT_TYPE_CURRENT_STATUS_RECEIVED:
            __LOG(LOG_SRC_APP,
                  LOG_LEVEL_INFO,
                  &amp;quot;Node 0x%04x alive with %u active fault(s), RSSI: %d\n&amp;quot;,
                  p_event-&amp;gt;p_meta_data-&amp;gt;src.value,
                  p_event-&amp;gt;data.fault_status.fault_array_length,
                  ((p_event-&amp;gt;p_meta_data-&amp;gt;p_core_metadata-&amp;gt;source == NRF_MESH_RX_SOURCE_SCANNER)
                       ? p_event-&amp;gt;p_meta_data-&amp;gt;p_core_metadata-&amp;gt;params.scanner.rssi
                       : 0));
            break;
        default:
            break;
    }
}&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;I also recommend to take a look at the health_client.h header file.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>