Skip to content
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

Change hostname espressif #42

Open
kroon040 opened this issue Dec 17, 2019 · 3 comments
Open

Change hostname espressif #42

kroon040 opened this issue Dec 17, 2019 · 3 comments

Comments

@kroon040
Copy link

Hi,

Connected to my home wifi network, de esp32 is displayed as hostname espressif. It should be nice that it could be change in the webinterface or it should be called eq3-heatcontroller for example

regards Richard

@softypit
Copy link
Owner

Hi Richard,

that's a good idea. I hadn't spotted this as I use static host entries in my dhcp server for my ESP32s. It shouldn't be too tricky so I'll add it for the next beta.

If you've built from source you could try adding the following inside becomeStation() in eq3_bootwifi.c:
tcpip_adapter_set_hostname(TCPIP_ADAPTER_IF_STA, "EQ3-heatcontroller");

I haven't tried it myself yet so cannot guarantee it will work.

Regards.
Paul.

@kroon040
Copy link
Author

HI,

I didn't build it, I used the bins. So hopefully soon a new beta;-)

@MarkStephan89
Copy link

hi,
can you add a form into the config web page?

thank you :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants