Replies: 4 comments 2 replies
|
I consider using My experience is that if I power up a Tasmota device, and shortly after the AP, that Tasmota will connect within a short time. YMMV. (For experimentation, you can have a Tasmota device act as an AP, using the range extender feature) |
|
I have default config, and I had tasmota devices reconnect to proper AP after many minutes of AP being offline. At worst, I needed to go to one, push the button and it somehow "forced" reconnection to wifi and mqtt. |
|
|
|
My understanding is that the default ( Is that correct? If so in theory Hmmm....that makes me think. Make a rule that just reboots the device if it can't connect after some time (say 20 secs)? Anyway I just need something so device boot-up is more robust to mains loss. So, If I go with |
Uh oh!
There was an error while loading. Please reload this page.
Here is my situation. I live somewhere where the site power (from power company) now and then is lost. (maybe 6-10 times a year more in the winter).
Thus I must pay attention to boot up robustness off all my network devices so that they all come back "online" without fail. I have no general control over the order so devices must wait until the services they need come online.
One tasmota related issue per this situation is that some of the devices don't find the configured AP in time (because AP is also coming online) and thus failover to AP mode (i.e. wifimanager) which makes then unreachable. In this case I have to physically go to the device and restart it. :(.
What I usually do is deploy with AP1 set to the AP it will connect to at deployment location. Then I set AP2 to my lab AP so that if I pull the device and bring to lab it will still connect.
What I don't want is device to go into AP mode if it can't find either AP as this happens to some deployed devices after a site power loss for (APs are also restarting).
If this device won't connect fine I'll bring it to my lab. If it still won't connect I'll reflash it.
Going into failover AP mode might be ok but only if I can control a timeout length for that so to give my APs plenty of time to come online.
So given all this what if any
WifiConfigsetting and/or other option (complied or otherwise) can I use to fit my desired configuration?All reactions