That is very weird. Do you get signal when you get the remote close to the ESPSomfy RTS device? How are you connected to the transceiver. If you are using dupont connectors make sure they are making a good connection to the transceiver.
If ESPSomfy RTS is connected to your network via WiFi did you reserve the IP address so that no other device is given its address?
Yes, I have my test setup right on my desk and the remote right next to it. The transceiver is connected via wifi, there is an AP right in the room. The IP address is also fixed. I will check the Dupont connectors again tomorrow, that could indeed be the problem, as I remembered reading that I relegated the test setup back to its temporary housing afterwards, maybe a cable lost contact in the process. I will report.
If you update to v2.1.3 you will have a tilt only blind selection. Donāt forget to update your HA integration as well. It will reflect the tilt only functions and display differently to reflect the tilt only functions of the blind. This should work to set the my positions and seek a tilt position for the motor.
Most 56 bit motors will ignore the bits that are written into the silence portion of the frame. There are some however, that do not and will occasionally mistake the additional bits as noise causing the motor to drop the command. I havenāt seen any of the Somfy branded motors so far that do this but there are some off brands that do.
Situo 5 is definitely a 56 bit remote. The only Somfy remotes that I have seen that use 80 bits so far are the ones with the tilt wheel but there are several aftermarket ones that use 80 bits.
Hi, I ran the update following the document. Firmware updated fine but the littlefs stopped at 59% I had saved the backup as advised BUT I canāt restore it and I discovered that all my backups are invalid
my backups are 10.7k big so they are not of 0 size
I have like 10 backups and they are all invalid is there a way to fix this issue ?
I am wondering what would happen if I canāt restore the backup since all the motors are having their memory filled with the previous pairing.
Forgot to mention that I had also reverted the firmware version but that didnāt help either so
I have been able to restore the backup by re-flashing the ESP32 !
After flashing it back to the version I used when I had paired the shades I have been able to restore the backup
Okay, you hit the mark again. I freed the test setup from the temporary case, checked the Duponts and lo and behold, it works! I am very satisfied :-).
Now itās time to print a professional case and solder the components onto a PCB.
Has anyone already created a PCB for this project at PCBWay or another vendor?
@Vincha
Open an issue on the github repository and copy one of the backups there. The file is simply a fixed length text file and the first line should have a summary of what is included in the backup.
If I follow the instructions on how to connect a cc1101 to my esp32 (i got the one below), i get no results on the logs tab when I press a button on the remote (somfy situo rts). I have already successfully added the shades with this ESPHome integration
It is not quite clear to me, but should i be seeing packets immediately? if so, what am i doing wrong? I have tried to switch the tx and rx, and what i also did was connecting the cc1101 the same way i connected to my working setup (tx=gpio2 and rx=gpio4, with the radio configured the corresponding) but that did not give me any packets either.
So, i found out that the packets should show but that does not happen for the somfy remote. It happend with the other esp32 i had already connected. After pairing the shade, the ESP32 works. I still though, cannot receive commands from the remote. So it is not possible to link the remote. What can i do to link the remote?
Perhaps this is a bit unrelated, but Iāve been using this integrations with six blinds for a few months now without any problems at all. Thank you!
I installed the custom integration vis HACS.
But lately, HA has been ādiscoveringā extra integrations for me to configure. One is āESPSomfyRTS.local.ā and the other is the MQTT integration.
Maybe more of an HA question, but Iām curious what triggers this and why itās suggesting I configure the ESP Somfy RTS integration when itās already set up and working.
If I remember correctly, a while back I went ahead and installed the MQTT integration but then got warnings about incompatible or duplicate entities before an update. I removed ESP Somfy RTS (and MQTT) and reinstalled. But, now seeing them discovered again.
That is odd. The integration uniquely identifies each instance on the network by chip id that is embedded in the ESP32. This should not change. If HA already has this id then it should not appear in the detected devices list. In the ESPSomfy RTS web interface turn off SSDP.
I donāt know anything about the MQTT integration as I do not use it. The embedded socket integration that is published as part of ESPSomfy RTS-HA is much more efficient. I do not know what triggers that to show a potential device. But if you are not using it you should uncheck enable MQTT Client in the ESPSomfy RTS web interface.
Iāve unchecked āBroadcast uPnP over SSDPā and will update if anything changes.
I didnāt have MQTT checked in the web interface.
Oh, I see whatās happening! I first used Pi-Somfy on the blinds and never removed the MQTT broker. But (I assume) HA is finding them because of MQTT Discovery and the queues still being around. I removed the MQTT addon for now, since Iām not using it. Should take care of that auto discovery.
Please verify that the ESPSomfy RTS device is not in AP mode waiting for configuration. To do this simply scan the wifi networks for an ESPSomfy RTS network.
After we have verified all that connect a USB data cable between the ESPSomfy RTS device and a computer. Navigate to https://web.esphome.io/ then connect to the device by clicking the connect button. Once it has connected click on the logs button and lets see what is showing in there.
I see an app version of 2.0.3 that is very unusual. Type the following into a browser window. http://192.168.178.20/backup. This should download a file that contains your shade configuration.
This appears as if the ESP did not finish uploading the application files.
When you issue that command in the browser, do you see anything in the console log that we set up previously? The log seems to indicate that it successfully started the web server so there should be some response from it.