Update text and reference to Dynamic Sleep Wiki

andrethomas 2018-12-01 19:34:36 +02:00
parent 5f8ab43e08
commit d483eb4081
1 changed files with 5 additions and 1 deletions

@ -1,6 +1,10 @@
Using the [Sleep command](https://github.com/arendst/Sonoff-Tasmota/wiki/Commands#management) you can instruct Tasmota to sleep for the set milliseconds in its main cycle. While sleeping your device will consume less power.
You may also consider [Dynamic Sleep (SetOption36)](https://github.com/arendst/Sonoff-Tasmota/wiki/SetOption36) which was introduced from 6.3.0.10 - Using of the [Sleep command](https://github.com/arendst/Sonoff-Tasmota/wiki/Commands#management) in conjunction with [Dynamic Sleep (SetOption36)](https://github.com/arendst/Sonoff-Tasmota/wiki/SetOption36) is not recommended. Any devices upgraded to 6.3.0.10 or higher will automatically have Dynamic Sleep enabled.
As of 6.3.0.15 Dynamic Sleep is enabled by default with a value of 50. To continue using Normal Sleep you may disable it by using the command:
`SetOption60 1`
[Click here to see the Wiki for Dynamic Sleep](https://github.com/arendst/Sonoff-Tasmota/wiki/Dynamic%20Sleep)
Setting `Sleep` to lowest value `1` reduces power consumption already about ~30% in idle mode (relay off) and button presses are still noticed without any delay. Setting this around 50 ms reduces power consumption from ~1.1 W to ~0.6 W on an idling (relay off) sonoff and button presses are still noticed correctly. With this setting you have to concentrate very hard to click the button so fast that it is not recognized by the device.