From 7235a2b82b4801c4fc7c2ff0643ab85b2b80d9c0 Mon Sep 17 00:00:00 2001 From: laithalsunni Date: Tue, 1 Aug 2017 18:47:04 -0400 Subject: [PATCH] Updated PowerOnState Configuration (markdown) --- PowerOnState-Configuration.md | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/PowerOnState-Configuration.md b/PowerOnState-Configuration.md index fd69f6d4..cc545af5 100644 --- a/PowerOnState-Configuration.md +++ b/PowerOnState-Configuration.md @@ -43,21 +43,3 @@ Now you can see, if there are messages stored that Power ON/OFF and need to be d The -n sends an empty key and the -r store this change permanently -## Enable relay always ON after power on - -To make sure the relay stays on after power on you will have to do a small workaround. After setting up your sonoff do the falling: - -1. Set PowerOnState to ON `http:///cm?cmnd=PowerOnState%201` -2. Set PowerRetain to ON `http:///cm?cmnd=PowerRetain%201` -3. Navigate to the web interface `http://` and click **toggle** to turn the relay to ON. **If the relay is on toggle it OFF and back ON.** -4. Set PowerRetain to OFF `http:///cm?cmnd=PowerRetain%200` - -## Enable relay always OFF after power on - -To make sure the relay stays on after power on you will have to do a small workaround. After setting up your sonoff do the falling: - -1. Set PowerOnState to OFF `http:///cm?cmnd=PowerOnState%200` -2. Set PowerRetain to On `http:///cm?cmnd=PowerRetain%201` -3. Navigate to the web interface `http://` and click **toggle** to turn the relay to OFF. **If the relay is on toggle it ON and back OFF.** -4. Set PowerRetain to Off `http:///cm?cmnd=PowerRetain%200` -