Tasmota won't connect to ESP32 WiFi AP but other devices do connect #22828
-
Background: I'm creating a LoRa transmitter and receiver to monitor the power of my washer and dryer so I can send alerts when they've finished running. The setup (on the basement end):
The problem: The Tasmota plug will not connect to the ESP32 AP. I have two plugs, and both have the same problem. However, both a Shelly WiFi Plug and my iPhone do connect successfully. I've confirmed both by sending an MQTT message from them to the ESP32 and the AP receives and processes the message without problem. In the console for the Tasmota plug, it gives the following error after trying to connect:
The Tasmota plugs do successfully connect to my home WiFi AP (which I've set as WiFi 2 in the Tasmota config). Troubleshooting:
I'm not sure how to debug the WiFi side. The WiFi library's SoftAccessPoint documentation doesn't provide much around debugging. It seems like this is an issue with my Tasmota plugs, but here's the sketch from the ESP 32 AP (I removed the passwords):
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
We can't help. The responsible wifi stack of the esp32 is closed source. |
Beta Was this translation helpful? Give feedback.
-
Ah, interesting. Thanks for the reply. I assume that mean other ESP-based devices that use Tasmota would likely have the same problem? |
Beta Was this translation helpful? Give feedback.
-
You can try diferent n/g/b modes to see if there are some chance.
El El vie, 17 ene. 2025 a la(s) 18:08, Darren Krape <
***@***.***> escribió:
… Ah, interesting. Thanks for the reply. I assume that mean other ESP-based
devices that use Tasmota would likely have the same problem?
—
Reply to this email directly, view it on GitHub
<#22828 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACXBW4JJ3WX2T7BQT2PQDG32LFWN5AVCNFSM6AAAAABVLQ7HWWVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCOBXGE2TKMY>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
We can't help. The responsible wifi stack of the esp32 is closed source.
You can try to compile your esp32 AP with the Tasmota framework. Maybe it helps using the same closed source code for the wifi stack.
Shelly devices do not use Arduino. Shelly uses Mongoose as development platform.