Cossid
Cossid
Yes, you would likely need the 3.3V/GND/TX2 pins soldered to receive logs.
Not sure what module that device has, but be aware some modules do not have an accessible TX2. If that is the case, you'll have to configure the logger component...
Also, it's worth throwing an uptime sensor on the device to see if the device is rebooting when it disconnects, and if so, a debug reset_reason sensor to hint to...
> **My question is:** do I then wire the light switch back up to 110v power while the USB is connected to my PC? Everywhere I read, this was a...
This all sounds very good, if not a bit lofty, so we must be careful, because as the saying goes, perfect is the enemy of good. One thing this plan...
This might be a hardware limitation, as the state is lost before ESPHome can init it. This would probably need something similar to ESP32's `gpio_hold_en`/`gpio_hold_dis` which the BDK doesn't appear...
Honestly, the answer is probably not. While systemctl is the correct command for you system, it's not for all systems. Starting and stopping isn't the same on all platforms, and...
The ssl errors are from your phone and are normal when using that rejoin method, but without the full logs and filtered that way its hard to verify. It looks...
Need to see the request line paired with the ssl errors to be sure, but the light will start making specific requests the phone does not when connected.
`127.0.0.1` isn't normal for ssl errors, that means something on the device is possibly polling the webserver as well, but there are no requests paired, which is odd.