Limit Access Point mode to 1 minute and run offline with Berry Script (Tasmota 13.x / ESP32) #23754
Unanswered
JUMPERJUMPERJUMPER
asked this question in
scripter / SML
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I’m working on a smart plug running Tasmota 13.x on an ESP32, and I’d like to configure the device so that:
1. When no known Wi-Fi network is available, it enters Access Point (AP) mode — but only for 1 minute.
2. If no device connects during that minute, the plug should exit AP mode and continue to operate in an offline mode (e.g. allow local control via buttons or rules, without any network connection).
3. Ideally, this logic should run automatically at boot via autoexec.be using Berry scripting.
Is this kind of behavior achievable with Berry scripting in Tasmota?
• How would I check for AP mode duration and force it to stop after a time limit?
• How can I disable Wi-Fi or force a fallback to offline operation while still allowing local functions?
• Any example snippets or best practices would be appreciated!
Thanks a lot for your help!
Beta Was this translation helpful? Give feedback.
All reactions