rstrouse / ESPSomfy-RTS

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

Browser loading ring #238

Closed Jumperm closed 6 months ago

Jumperm commented 6 months ago

I cannot open the device through the ip address. It shows only the loading ring. I tried to access via safari and chrome. At last I update via Home Assistant integration.

The device work correct and everything displayed correct via Home Assistant integration.

Bildschirmfoto 2024-01-13 um 18 23 27
rstrouse commented 6 months ago

This could be cache corruption so first, simply try hard refreshing your browser or clearing the browser cache.

If that doesn't work then we need to refresh the script files on the ESP32. To do that open a browser window and enter the following command in the address bar. http://<ip address>/backup

where <ip address> is the ip address of your ESPSomfy RTS device.

This should download the most recent shade configuration to a file.

Next enter the following command in the address bar. http://<ip address>/downloadFirmware?ver=v2.3.0

Wait a few minutes for ESPSomfy RTS to download and apply the files from GitHub. You will get a json response in your browser but it will continue to download and install the files from Github.

During the transition from v2.2.x to v2.3.0 I added some functions that improve the reliability of the data from Github server.

Jumperm commented 6 months ago

Thank you very much. Now it's working again.

Hardrefreshing the browser cache don't solve the problem, so I have to update the script files.