From 5641e9e9199a855d3fd6261c7bd134ed2c7f5b15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ter=C3=A9nyi=2C=20Bal=C3=A1zs?= Date: Thu, 15 Jun 2017 17:56:58 +0200 Subject: [PATCH] Created Energy Saving (markdown) --- Energy-Saving.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Energy-Saving.md diff --git a/Energy-Saving.md b/Energy-Saving.md new file mode 100644 index 00000000..5023f475 --- /dev/null +++ b/Energy-Saving.md @@ -0,0 +1,7 @@ +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. + +Setting this around 50 ms reduces power consumption from ~1.1W to ~0.4W 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. + +> From the release notes: +> +> Expect overall button/key/switch misses and wrong values on Sonoff Pow \ No newline at end of file