[GH-ISSUE #129] Feature request: Hostname should be AP (alias name) #3378

Closed
opened 2026-03-20 23:05:03 +01:00 by sascha_hemi · 4 comments
Owner

Originally created by @kroon040 on GitHub (Sep 9, 2023).
Original GitHub issue: https://github.com/OpenEPaperLink/OpenEPaperLink/issues/129

Is your feature request related to a problem? Please describe.
I notice in my router that the name for that AP is esp32s2-4B40B8. I should be nice like other projects (tasmota, esphome, etc) that you can set the hostname in the interface.

Describe the solution you'd like
The name you set in the webinterface that it also should be the hostname on the network

Describe alternatives you've considered
setting hostname with dhcp

Additional context

Originally created by @kroon040 on GitHub (Sep 9, 2023). Original GitHub issue: https://github.com/OpenEPaperLink/OpenEPaperLink/issues/129 **Is your feature request related to a problem? Please describe.** I notice in my router that the name for that AP is esp32s2-4B40B8. I should be nice like other projects (tasmota, esphome, etc) that you can set the hostname in the interface. **Describe the solution you'd like** The name you set in the webinterface that it also should be the hostname on the network **Describe alternatives you've considered** setting hostname with dhcp **Additional context**
sascha_hemi added the enhancement label 2026-03-20 23:05:03 +01:00
Author
Owner

@nlimper commented on GitHub (Sep 9, 2023):

thanks for the suggestion. I added the DHCP hostname. (a dhcp hostname is only set during a dhcp request, so you need to reconnect your AP if you change the alias to view the change)
2e64ed2f16
Will be added to next release.

<!-- gh-comment-id:1712555948 --> @nlimper commented on GitHub (Sep 9, 2023): thanks for the suggestion. I added the DHCP hostname. (a dhcp hostname is only set during a dhcp request, so you need to reconnect your AP if you change the alias to view the change) https://github.com/jjwbruijn/OpenEPaperLink/commit/2e64ed2f16815d05c8882836ffcc9d259066abb9 Will be added to next release.
Author
Owner

@kroon040 commented on GitHub (Sep 9, 2023):

I prefer not to set in trough dhcp, but just take the name in the webinterface and than set through something like this

https://randomnerdtutorials.com/esp32-set-custom-hostname-arduino/

<!-- gh-comment-id:1712557430 --> @kroon040 commented on GitHub (Sep 9, 2023): I prefer not to set in trough dhcp, but just take the name in the webinterface and than set through something like this https://randomnerdtutorials.com/esp32-set-custom-hostname-arduino/
Author
Owner

@nlimper commented on GitHub (Sep 9, 2023):

Did you take a look at 2e64ed2f16 ? It does exactly that, alongside some filtering of illegal characters that can't be used. It sets the alias you configures in the webpage, as the dhcp hostname.

<!-- gh-comment-id:1712563906 --> @nlimper commented on GitHub (Sep 9, 2023): Did you take a look at https://github.com/jjwbruijn/OpenEPaperLink/commit/2e64ed2f16815d05c8882836ffcc9d259066abb9 ? It does exactly that, alongside some filtering of illegal characters that can't be used. It sets the alias you configures in the webpage, as the dhcp hostname.
Author
Owner

@kroon040 commented on GitHub (Sep 9, 2023):

Didn't look, checked and looks fine. Thnx for adding

<!-- gh-comment-id:1712578551 --> @kroon040 commented on GitHub (Sep 9, 2023): Didn't look, checked and looks fine. Thnx for adding
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/OpenEPaperLink#3378