arendst / Tasmota

Alternative firmware for ESP8266 and ESP32 based devices with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX. Full documentation at
https://tasmota.github.io/docs
GNU General Public License v3.0
22.17k stars 4.8k forks source link

Tasmota cannot connect to wireless network named "0" #20450

Closed kcsoft closed 9 months ago

kcsoft commented 9 months ago

PROBLEM DESCRIPTION

Tasmota cannot connect to wifi SSID named "0". (character zero)

REQUESTED INFORMATION

Make sure your have performed every step and checked the applicable boxes before submitting your issue. Thank you!

- [ ] If using rules, provide the output of this command: `Backlog Rule1; Rule2; Rule3`:
```lua
  Rules output here:
- [ ] Set `weblog` to 4 and then, when you experience your issue, provide the output of the Console log:
```lua
  Console output here:

TO REPRODUCE

Try to connect to a wireless network named "0" (character zero, no quotes).

EXPECTED BEHAVIOUR

It should connect regardless of the SSID name.

SCREENSHOTS

2024-01-09_21-02

When running ssid1 0 in console: 2024-01-09_21-04

ADDITIONAL CONTEXT

Add any other context about the problem here.

(Please, remember to close the issue when the problem has been addressed)

s-hadinger commented 9 months ago

Is it really worth spending troubleshooting time in this case? Moreover, you didn't provide logs as requested.

sfromis commented 9 months ago

Docs updated to mention that the SSID command will clear the value if the input was "0" (along with "1" being reset to default from build).

Jason2866 commented 9 months ago

Thx for pointing at. Documentation has been updated.