<?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>Mesh Health Model</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/29611/mesh-health-model</link><description>The mesh health model state is not restored following a reboot in the current version of the Mesh SDK using the light switch example. 
 According to the documentation, the configuration should be restored automatically so I think this is a bug. The model</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 15 Oct 2019 09:37:50 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/29611/mesh-health-model" /><item><title>RE: Mesh Health Model</title><link>https://devzone.nordicsemi.com/thread/215014?ContentTypeID=1</link><pubDate>Tue, 15 Oct 2019 09:37:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5d16ffc1-4034-4a55-92a0-3443fbaaf5da</guid><dc:creator>Heidi</dc:creator><description>&lt;p&gt;Hi! Please make a new case if you have a question or issue. This ticket is over a year old and not being supported anymore.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Heidi&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Mesh Health Model</title><link>https://devzone.nordicsemi.com/thread/214541?ContentTypeID=1</link><pubDate>Fri, 11 Oct 2019 09:28:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a50f90be-3dbf-4f72-b8b5-130fa1097102</guid><dc:creator>Mathias</dc:creator><description>&lt;p&gt;Transitions is something different than publish period, no? I can understand that if e.g. a light bulb is transitioning from 0 to 1, that on a reset, it just goes to 1. But I don&amp;#39;t understand that suddenly, the publish period is not reconfigured from flash again... As this has nothing to do with transitioning...&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Mesh Health Model</title><link>https://devzone.nordicsemi.com/thread/146541?ContentTypeID=1</link><pubDate>Thu, 30 Aug 2018 14:09:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1108b914-5321-4bfd-bf59-0879a957cf15</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;It&amp;#39;s not fixed as it&amp;#39;s not considered as a bug. The spec mentioned that &amp;quot;If the node was in the middle of the transition before power down, on the next power up node should not start the transition again, but instead just jump to the final state. Such statement is not provided for the general model publication state behavior, however there is no intention from the spec to restore this behavior upon power up. There is no `shall` statement based requirement in the spec for this.&amp;quot;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;We are planing to add support for this as a &amp;quot;feature&amp;quot; in the next SDK release. In the mean time you can implement the fix provided by Joao above.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Mesh Health Model</title><link>https://devzone.nordicsemi.com/thread/146444?ContentTypeID=1</link><pubDate>Thu, 30 Aug 2018 08:47:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:56960e6d-0480-4f3a-b5a2-312d79183550</guid><dc:creator>Prasad</dc:creator><description>&lt;p&gt;Is this fixed in 2.1.1? I am still facing this issue.. Can you confirm?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Mesh Health Model</title><link>https://devzone.nordicsemi.com/thread/135897?ContentTypeID=1</link><pubDate>Wed, 13 Jun 2018 11:17:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9f1ac38e-6e20-4c03-be5b-93c7c50ba5b3</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;You are correct. The issue hasn&amp;#39;t fixed. We are fixing it in the next release.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Mesh Health Model</title><link>https://devzone.nordicsemi.com/thread/135765?ContentTypeID=1</link><pubDate>Tue, 12 Jun 2018 14:06:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7816ecb8-28ca-4fac-9e33-d119d6b1f521</guid><dc:creator>Jakub Janusz</dc:creator><description>&lt;p&gt;thank you very much for the patch, the problem is still present in the version Mesh 2.0.1 and with this I have managed to make it work!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Mesh Health Model</title><link>https://devzone.nordicsemi.com/thread/117644?ContentTypeID=1</link><pubDate>Wed, 24 Jan 2018 11:45:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ece26407-7348-494b-8a85-bd4ecacf9966</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Thanks Joao for finding the issue. The workaround worked for me, I have reported your fix to the team.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Mesh Health Model</title><link>https://devzone.nordicsemi.com/thread/117643?ContentTypeID=1</link><pubDate>Tue, 23 Jan 2018 13:48:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:158e8275-36f2-49ce-b270-aca16dce9b6b</guid><dc:creator>Jo&amp;#227;o Oliveira</dc:creator><description>&lt;p&gt;Found a workaround for now.&lt;/p&gt;
&lt;p&gt;Apply &lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/access.patch.zip"&gt;this&lt;/a&gt; patch to:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;sdk_root&amp;gt;/mesh/access/src/access.c
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;The patch restores all the configured publication periods for all models (not only Health Model) when the flash data is loaded.&lt;/p&gt;
&lt;p&gt;No problems found so far.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Mesh Health Model</title><link>https://devzone.nordicsemi.com/thread/117642?ContentTypeID=1</link><pubDate>Mon, 22 Jan 2018 15:27:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ccb3994a-33ec-4dd9-9e64-004ec558ebc5</guid><dc:creator>Jo&amp;#227;o Oliveira</dc:creator><description>&lt;p&gt;Ok, any ETA when it will be corrected?&lt;/p&gt;
&lt;p&gt;Is there any workaround for now?&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Mesh Health Model</title><link>https://devzone.nordicsemi.com/thread/117641?ContentTypeID=1</link><pubDate>Mon, 22 Jan 2018 15:03:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3ddae596-dfec-4d0d-9e88-884f72b1971a</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Yes &lt;a href="https://devzone.nordicsemi.com/question/180289/mesh-health-model/"&gt;it&amp;#39;s a bug&lt;/a&gt; and &amp;#39;s been reported to our developers.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>