mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 00:55:52 +03:00
[GH-ISSUE #1300] Hostname does not work #1116
Labels
No labels
📶 WiFi
🕸️ HTTP
Branch
DEV Help Wanted
Discussion
Documentation
ESP32
Example
Good First Issue
Hotfix
In Progress
Incomplete
Needs Feeback
Priority
QA
Question
Task
Upstream/Dependancy
bug
duplicate
enhancement
invalid
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/WiFiManager#1116
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @VladimirVecera on GitHub (Oct 5, 2021).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1300
I'm trying to set a hostname, but it doesn't work. I still have esp32-987C40 on my wifi despite CTRL + F5.
What am I doing wrong?
wm.setHostname("WifiName");ESP32 core 2.0.0
Version wifimanager: 2.0.4
@tablatronix commented on GitHub (Oct 5, 2021):
Which hostname are you looking at?
@VladimirVecera commented on GitHub (Oct 5, 2021):
I want to have my own hostname, ie "WifiName", but the hostname cannot be set, wifimanager ignores the settings and if I look in the router, the name remains the same, ie esp32-987C40
@tablatronix commented on GitHub (Oct 5, 2021):
I mean there is like 3 hostnames, wifi, softap, mdns, what exactly are you looking at?
@VladimirVecera commented on GitHub (Oct 5, 2021):
Wifi.
@tablatronix commented on GitHub (Oct 6, 2021):
Its all wifi ...
Are you using autoconnect?
@tablatronix commented on GitHub (Oct 6, 2021):
Perhaps you are not calling autoconnect, either way mine works fine..
@VladimirVecera commented on GitHub (Oct 6, 2021):
And on my router is name esp32-987C40 and I wanted to WifiTest (setHostname)

@tablatronix commented on GitHub (Oct 6, 2021):
Interesting, perhaps its holding onto an old name? Can you ping the new hostname?