ESP8266 Garage Door Opener

@Jason - any idea if that is possible with the Konnected firmware flashed? Presumably reducing the RF power will affect WiFi reception - my garage ESP is quite a way from my nearest WiFi repeater…

I don’t use Konnected for my garage door, I use a app called Blynk https://www.blynk.cc/ . The wife likes that app better. My esp8266 is one wall and less than 25 feet from my router. To decrease the RF power I put the following line in my setup.
system_phy_set_max_tpw(0); // full power here . 1 -82 in 0.25dB steps. - See more at: http://www.esp8266.com/viewtopic.php?f=8&t=10171#sthash.TZYJvuqa.dpuf

One other thing I did was put some tin foil between the esp8266 and the antenna of the garage door opener.

1 Like