From ae35a642f9e1fa327770314236d0e5ceaf2b86fa Mon Sep 17 00:00:00 2001 From: Michael Ingraham <34340210+meingraham@users.noreply.github.com> Date: Mon, 21 Oct 2019 09:01:42 -0400 Subject: [PATCH] Updated Sonoff T1 (markdown) --- Sonoff-T1.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Sonoff-T1.md b/Sonoff-T1.md index 7a13a20e..c5bde288 100644 --- a/Sonoff-T1.md +++ b/Sonoff-T1.md @@ -147,6 +147,11 @@ P1,5 ESP8285 GPIO10 P1,6 ESP8285 EXT_RSTB (RESET) ``` +## Ghost Switching +Some of these devices are prone to hardware ghost switching. You may need to experiment with `ButtonDebounce` and `SetOption40` to reduce or eliminate these issues. + +Also, during the flashing process, you may have soldered a lead to GPIO0 in order to connect it to GND for putting the ESP into programming mode. If there are any random oscillations on GPIO0, this can trigger the relay. The contacts on the PCB are very close together. Check that you don't have any stray solder to another contact. Even if there isn't contact, over time heat and humidity can cause any residual flux to become resistive and allow conductivity. Be sure to clean everything after removing any leads. + ## Known so far * When pushing a button, the touch chip lift the power high to the EFM8BB1, and the EFM8BB1 chip ties the signal line for each button low, for the full duration of the keypress. Debouncing is not needed. * 433MHz remotes are compatible with the Tasmota firmware