diff --git a/src_docs/source/configuration.rst b/src_docs/source/configuration.rst index 03cf914..03b41ee 100644 --- a/src_docs/source/configuration.rst +++ b/src_docs/source/configuration.rst @@ -253,9 +253,10 @@ been running the value would be totally off. * **Enable storage mode when placed on cap** -When place on the cap (<5 degres tilt) the device will go into max sleep. In order to wake it up you need to do a reset (or wait for the device -to wake up). One option is to attach a magnetic reed switch (default open) to the reset pin and use a magnet to force a reset without opening -the tube. The reed switch is typically an electronic component of 14 mm long incapsulated in a small glass tube. +When place on the cap (<5 degres tilt) the device will go into deep sleep forever (until reset). In order to wake it +up you need to do a reset. One option is to attach a magnetic reed switch (default open) to the reset pin and use a +magnet to force a reset without opening the tube. The reed switch is typically an electronic component of 14 mm +long incapsulated in a small glass tube. See hardware section for more information, :ref:`hardware`. * **Bluetooth: (Only ESP32)** diff --git a/src_docs/source/hardware.rst b/src_docs/source/hardware.rst index 2979037..10be3ac 100644 --- a/src_docs/source/hardware.rst +++ b/src_docs/source/hardware.rst @@ -57,6 +57,8 @@ a magnet. If this is connected to the reset button a magnet can be used to trigger a reset of the device. The image below shows how I mounted the iSPINDLE PCB v4.0 just under the cap. The lower red circle shows the reset connection point for the reed switch. +The reed switch is the glass tube visible under the esp8266. + .. image:: images/reed_build.jpg :width: 400 :alt: Reed build diff --git a/src_docs/source/releases.rst b/src_docs/source/releases.rst index 94c368f..825dee9 100644 --- a/src_docs/source/releases.rst +++ b/src_docs/source/releases.rst @@ -30,13 +30,15 @@ User interface Features ++++++++ +* (beta4) Added information to error log about abnormal resets (for instance crashes) to detect and fix those. +* (beta4) Changed storage mode so that the device will go into deep sleep until reset. * (beta3) Updated sensor types in home assistant (auto registration) * (beta2) Added ${app-ver} and ${app-build} to format template as new variables. * (beta2) Improved error messages when creating formula so the meaasurement points can be identified. * (beta2) Changed defaule validation threashold from 1.6 SG to 3.0 SG, this should allow for some more variance when creating formula. * (beta2) Updated format template for Home Assistant for using manual configuration (Aligned with new mqtt configuration format) * (beta2) Added format template for Home Assistant with automatic device registration -* Added storage mode which is activated under hardware setting. When place on the cap (<5 degres tilt) the device will go into storage mode and sleep for the max allowed time. +* Added storage mode which is activated under hardware setting. When place on the cap (<5 degres tilt) the device will go into storage mode and deep sleep. * Added format templates for HA auto registration Other