Closed m50434 closed 2 years ago
Me Again... Sorry, Just realized its the same problem like here: https://github.com/letscontrolit/ESPEasy/issues/3860
With Internet Explorer I can still login. With Chrome, Forefox or my mobile chrome it does not work.
BTW: I have another controller with a quite old espeasy-version (mega-20190523). There I can login with Chrome etc. without any trouble....
Since this one is indeed a duplicate of the one you mentioned, #3860 , I will close this one.
And I still have no clue what may be the problem here, as I can use it on my test nodes without any issues.
Maybe this topic is old but I had same problem and looking for solution I found it and I have some conclusion I would share.
I can suggest that reflashing the ESPEasy didnt solve this because the config are stored in memory that is not erased during flash. So after flashing you can see that ESPEasy works like before I mean for example its try to connect to the same Wifi network like it was before flashing etc you can see it by serial monitor logs. Maybe there is some way to repair it by change AP password by serial port but I choosed hard way so How to deal with that fast but in hard way?
If you still know the password, you can also try clearpassword,<yourpassword>
from the serial console.
N.B. on more recent builds, if you call reset
(which I still need to change to factoryreset
as it can be mistaken for reboot), the ESP will still know about its WiFi credentials as those are also kept in NVS storage (on ESP32).
The admin password is not kept in NVS storage for exactly this reason.
All which is checked on the "Factory Reset" page will be kept in NVS and re-used when performing a factory reset.
Thank you for answer it's helpful but I was confused if I typed password right or made some mistake accidentally in setting password. I was not sure how clearpassword work I could try but and see if it work. But its right suggestion. I had problem at ESP8266 but in ESP32 can be different. Anyway ESPEasy is great firmware, make ESP life easier 🙂
-------- Oryginalna wiadomość -------- 19 kwi 2024, 09:41, TD-er napisał(a):
If you still know the password, you can also try clearpassword,
from the serial console. N.B. on more recent builds, if you call reset (which I still need to change to factoryreset as it can be mistaken for reboot), the ESP will still know about its WiFi credentials as those are also kept in NVS storage (on ESP32). The admin password is not kept in NVS storage for exactly this reason. All which is checked on the "Factory Reset" page will be kept in NVS and re-used when performing a factory reset.
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>
@arekmitura Do you have backup of file security.dat ?
I can't find way to change STA MAC address of ESPEasy, do you know maybe how to change it? Could you help me, please?
-------- Oryginalna wiadomość -------- 19 kwi 2024, 09:41, TD-er napisał(a):
If you still know the password, you can also try clearpassword,
from the serial console. N.B. on more recent builds, if you call reset (which I still need to change to factoryreset as it can be mistaken for reboot), the ESP will still know about its WiFi credentials as those are also kept in NVS storage (on ESP32). The admin password is not kept in NVS storage for exactly this reason. All which is checked on the "Factory Reset" page will be kept in NVS and re-used when performing a factory reset.
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>
I can't find way to change STA MAC address of ESPEasy, do you know maybe how to change it? Could you help me, please?
There is no configuration option available in ESPEasy for changing the MAC addresses, it's using the default MAC addresses of the ESP, both STA and AP.
NB: This support question should best have been asked in the LetsControlIt forum, not in an already closed support issue...
What usecase do you have to change the MAC address?
Hi, I got an ESP32 POE from Olimex and flashed ESPEasy the way its explained here: https://github.com/letscontrolit/ESPEasy/issues/2384
The flash works. I used ESP_Easy_mega_20211224_test_A_ESP32_4M316k-factory
But after I set a password, I cannot login to the ESP anymore. I tried it with a simple password (abcd). I used "admin" as username and my setted password, but I cannot login anymore. I tried it a few times (because first I thought I typed my password wrong).
I also tried it with some other firmwares: ESP_Easy_mega_20211224_normal_ESP32_4M316k_ETH (which is the one I want to use) or ESP_Easy_mega_20211224_test_A_ESP32_4M316k_ETH-factory but everytime the same: After setting a password, I cannot login anymore....
Maybe there is a bug in this particular ESP32-Firmware?