-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Wi-Fi password with special characters #9666
Comments
So you made no test including all the many ways passwords can be set and used. One single method is far from enough to claim "works!". Given that passwords can be included in many different formats, the varying usage of delimiters and escapes lead to significant risks of it not working all the time, or "just" the user not figuring out the details of how to push a password through the layers. While it is possible to stray outside of the high-reliability rules documented, it carries a risk of users getting into too much trouble. |
Please, update to latest Tasmota Version (9.0.0.3) and try again. |
tested with new Version 9.1.0. :
Decode-config v9.1.0:
No problems, works as well as 8.5.0. |
To change the docs (in general) it has to work with ALL ways to set up Tasmota supports. |
Please, help us and add this useful information to the docs. Thank you very much for your contributions. |
I was also struggling with my AP with special chars in SSID and password but I managed to connect it to my network using WifiTest serial commands via the WebUI like |
PROBLEM DESCRIPTION
There are many closed issues with the context of special characters in the Wi-Fi password, e.g. #9153, #5231 or #5010. The documentation only says, not to use "special chars or white spaces in your Password". That doesn't help very much, if your WiFi has special characters and you don't want to do without the security of special chars.
To help users in future cases, i just tried it out: The base were the special characters, AVMs FritzBox allows as documentated in their help: https://service.avm.de/help/en/FRITZ-Box-Fon-WLAN-7490/014/hilfe_zeichen_fuer_kennwoerter
For changing the password i used not the web-ui of tasmota but decode-config with only the sta_pwd and sta_ssid-section in a single .json-file. Code is below.
The result is: ALL the special characters allowed by FritzBox work in Tasmota!!! You only have to use escape syntax \ for " and \ itself. Thats all!
Summarized, the password
works with tasmota when you use
in decode-config.
For me its an amazing result, because after all the issues i expected something completely different. So please use this result for the offical documentation, that the users of your great software know what to do when they have special characters in their existing wifi-password.
REQUESTED INFORMATION
Make sure your have performed every step and checked the applicable boxes before submitting your issue. Thank you!
Backlog Rule1; Rule2; Rule3
:Status 0
:(Please use
weblog 4
for more debug information)TO REPRODUCE
Wi-Fi password in router:
decode-config_win64 --device -i Wifi.json
Wifi.json:
EXPECTED BEHAVIOUR
works!
SCREENSHOTS
not needed
ADDITIONAL CONTEXT
not needed
(Please, remember to close the issue when the problem has been addressed)
The text was updated successfully, but these errors were encountered: