Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting back into AP mode #4

Closed
Rudis1261 opened this issue Apr 19, 2023 · 4 comments
Closed

Getting back into AP mode #4

Rudis1261 opened this issue Apr 19, 2023 · 4 comments

Comments

@Rudis1261
Copy link
Contributor

Hi Jack,

First off thanks for taking the time to create this! I was wondering, I am busy flashing the code to my surrogate Wemos D1 mini. But how can I get back to the admin (AP) interface should I need to re-flash it remotely?

I know the geyserwise max when you hold the heating button I think it goes into discovery mode. Does this leverage that as well?

Cheers,
Rudi

@Rudis1261
Copy link
Contributor Author

Ahhh I see, once it can connect to the MQTT server, it shows the wifi manager once more. I think it could be nice if it always is available if wifi is available. If my MQTT server goes away for any reason, this would be painful to get back.

@Rudis1261
Copy link
Contributor Author

Working like a bomb otherwise. Will be sending some PRs for updating the docs and helping people getting started

@jackkitley
Copy link
Owner

@Rudis1261 Howdy!

Glad it worked.

  1. You can hold the up arrow(yellow) for 3 seconds to reset to AP mode.
  2. You can also send a reset topic to reset to AP mode.

So if you publish to this topic it should receive and reset.

if (strcmp(topic, "cmnd/geyser/wifi") == 0) { wifiManager.resetSettings(); ESP.restart(); }

@Rudis1261
Copy link
Contributor Author

That's awesome stuff man, thanks for taking the time to create this to save us from the evil cloud 🥴

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants