Update documentation

This commit is contained in:
GitHub Action 2022-03-11 21:54:44 +00:00
parent 9445dc87af
commit 343147f7c5
4 changed files with 15 additions and 1 deletions

View File

@ -7,3 +7,8 @@ My device is no going in to sleep after fully charged
- Check the angle/tilt. If the device is reporting 90 degress then its not going into sleep. Tilt the device and check if sleep works. - Check the angle/tilt. If the device is reporting 90 degress then its not going into sleep. Tilt the device and check if sleep works.
- Check in reported voltage of the battery in the web interface. If this is higher than 4.15V the device belives its beeing charged. In that case adjust the voltage factor under hardware so the voltage drops below 4.15V. - Check in reported voltage of the battery in the web interface. If this is higher than 4.15V the device belives its beeing charged. In that case adjust the voltage factor under hardware so the voltage drops below 4.15V.
- Check if the `always on` option is activated in the web interface. - Check if the `always on` option is activated in the web interface.
My device reports a temperature of -273C or -491F
-------------------------------------------------
- The DS18B20 temperature sensor cannot be found and this is the default value reported in this case.
- Check the orienation of the sensor and soldering.

View File

@ -385,6 +385,7 @@ the following libraries and without these this would have been much more difficu
</li> </li>
<li class="toctree-l1"><a class="reference internal" href="q_and_a.html">Q &amp; A</a><ul> <li class="toctree-l1"><a class="reference internal" href="q_and_a.html">Q &amp; A</a><ul>
<li class="toctree-l2"><a class="reference internal" href="q_and_a.html#my-device-is-no-going-in-to-sleep-after-fully-charged">My device is no going in to sleep after fully charged</a></li> <li class="toctree-l2"><a class="reference internal" href="q_and_a.html#my-device-is-no-going-in-to-sleep-after-fully-charged">My device is no going in to sleep after fully charged</a></li>
<li class="toctree-l2"><a class="reference internal" href="q_and_a.html#my-device-reports-a-temperature-of-273c-or-491f">My device reports a temperature of -273C or -491F</a></li>
</ul> </ul>
</li> </li>
</ul> </ul>

View File

@ -211,6 +211,13 @@
<li><p>Check if the <cite>always on</cite> option is activated in the web interface.</p></li> <li><p>Check if the <cite>always on</cite> option is activated in the web interface.</p></li>
</ul> </ul>
</div> </div>
<div class="section" id="my-device-reports-a-temperature-of-273c-or-491f">
<h2>My device reports a temperature of -273C or -491F<a class="headerlink" href="#my-device-reports-a-temperature-of-273c-or-491f" title="Permalink to this headline">#</a></h2>
<ul class="simple">
<li><p>The DS18B20 temperature sensor cannot be found and this is the default value reported in this case.</p></li>
<li><p>Check the orienation of the sensor and soldering.</p></li>
</ul>
</div>
</div> </div>
</article> </article>
@ -264,6 +271,7 @@
<ul> <ul>
<li><a class="reference internal" href="#">Q &amp; A</a><ul> <li><a class="reference internal" href="#">Q &amp; A</a><ul>
<li><a class="reference internal" href="#my-device-is-no-going-in-to-sleep-after-fully-charged">My device is no going in to sleep after fully charged</a></li> <li><a class="reference internal" href="#my-device-is-no-going-in-to-sleep-after-fully-charged">My device is no going in to sleep after fully charged</a></li>
<li><a class="reference internal" href="#my-device-reports-a-temperature-of-273c-or-491f">My device reports a temperature of -273C or -491F</a></li>
</ul> </ul>
</li> </li>
</ul> </ul>

File diff suppressed because one or more lines are too long