rstrouse / ESPSomfy-RTS

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

Just spinning Wheel #328

Closed xsasx closed 2 months ago

xsasx commented 2 months ago

Hardware

ESP32

Firmware version

2.4.0

Application version

2.4.2

What happened? What did you expect to happen?

Since I need the Shader again cause of the sun I found out that isn’t working anymore. The HA integration said it’s invailable- if I reload or read it seems to work for seconds - after that it’s unavailable again.

If I go to the webgui I see the grafical part of the gui an above it said radio not initialized and after minutes it said server not reaponding after X attemps. So the problem is I can’t check the config or do a fw update or backup :( what can I do ?

How to reproduce it (step by step)

See above

Logs

No response

rstrouse commented 2 months ago

Remove power and let it reboot. It looks like you somehow have a newer version of the application than the firmware. Do you somehow have v2.4.0 of the firmware installed with the v2.4.2 application or is that the HA integration version.

rstrouse commented 2 months ago

In a browser type http://ip address/backup where ip address is the ip address of the esp32. This will backup your device.

xsasx commented 2 months ago

have rebootet it (with disconnect the power a few times ) same problem - its HA integration version.

How could i update it without the webGUI ?

rstrouse commented 2 months ago

If you have internet connectivity and have backed up your configuration using the command above, type the following command into a browser.

First run http://<ipaddress>/backup

Then run. This command will take a few minutes as it downloads the firmware and the browser may not return right away or even timeout. Give it at least 5 minutes to do its thing. http://<ipaddress>/downloadFirmware?ver=v2.4.2

TibsD commented 2 months ago

Hmm, seems like I have the same issue after updating to 2.4.2. I completed the github update process and after everything seems to be ok the browser did not reload. It just has a spinning wheel and an empty browser.

I tried the commands above but with no result...

Edit: I was able to reflash the firmware but would like to restore a backup. Any idea where I can find the backup in HA or something? I can't seem to find any backup on my PC.

Edit2: Found a backup in the Home Assistant File Editor.

rstrouse commented 2 months ago

@TibsD did you get all sorted out?

TibsD commented 2 months ago

@TibsD did you get all sorted out?

Yes, I was able to upload a back up. Strange things was that I had to re-pair all motors because they did not respond. The ID did not change I just had to unpair them and go through the pairing process again. But everything works now.

rstrouse commented 2 months ago

Awesome. I am going to close this for now.