rstrouse / ESPSomfy-RTS

A controller for Somfy RTS shades and blinds
The Unlicense
430 stars 32 forks source link

Show IP address on website #310

Closed 011V32 closed 2 months ago

011V32 commented 3 months ago

Describe you new feature you'd like

It would be great if the IP address could be displayed somewhere on the website. Thanks.

rstrouse commented 3 months ago

On the DHCP/Static IP tab if you temporarily uncheck the Acquire IP Address automatically checkbox the current IP address is placed in the Static IP field.

rstrouse commented 3 months ago

I published 2.4.1 and the IP address is now prominently displayed on the DHCP tab.

011V32 commented 3 months ago

I couldn't see it. Even if I uncheck the DHCP option. 🙃 image image

rstrouse commented 3 months ago

I am not sure how that could be possible. Please clear your browser cache.

011V32 commented 3 months ago

I tried. The InPrivate window didn't help either. Neither on the Mac, nor on the PC or cell phone & tablet... 😞

rstrouse commented 3 months ago

Are you seeing any errors in the browser console?

Jumperm commented 3 months ago

Today I want to check the browser console in Chrome and today is the first day I see the IP. In Safari (macOS/iOS), chrome ... curious!

rstrouse commented 3 months ago

Most likely, the cache expired for the client files in the browser.

011V32 commented 3 months ago

Where I have to look? image

rstrouse commented 3 months ago

That I didn’t expect it looks like the Ethernet library isn’t returning a current ip address.

rstrouse commented 2 months ago

If you install the v2.4.2 pre-release I believe I found the cause of this. As it turns out the IP address sometimes does not get assigned until after the uplink reports connected.

011V32 commented 2 months ago

Did work with the v2.4.2 pre-release. Thx