If it is recent you can sometimes recover by pressing the remote multiple times. If the motor has not already locked out the address it may start working again. Each press of the remote increments the code. You do not have to actually move the motor it just needs to hear the remote.
I have 10 Somfy rts shutters and the installation process moved along well using a Dev ESP32 4Mb. So thanks for all the great documentation. Now a few days in I have noticed that shutters keep dropping off. When I add them again another one will drop off.
Dropping off. Do you mean they are no longer in the configuration. Or the are no longer responding.
They appeared to have dropped off the configuration. So I checked the backup file and to my delight was able to rebuild it, It had in the Header 9 Blinds. So hard changed the file and restored - a beautiful world. It works.
Would recommend to others to keep multiple backups so you have a copy of the Somfy code.
Oh, if you get a second can you please update the Header example code. As it did not appear to support Rooms - so a bit confused at first.
Thanks. I’ll get the docs updated.
I updated the docs for the backup file anatomy.
What can I say - magic. Well I popped into GitHub to have a look at the code - grumble well above my pay grade. Though the API rocked my socks - http://172.16.1.251:8081/shadeCommand?shadeId=1&command=down. I added this to my Tasmota Rules, light switch (3x switch) single/double click in each room - still need some thinking !!!
on button2#state=10 do
webquery http://172.16.1.251:8081/shadeCommand?shadeId=9&command=up POST
endon
on button2#state=11 do
webquery http://172.16.1.251:8081/shadeCommand?shadeId=9&command=down POST
endon
In my home , I have lot’s of smart toys, shutters, sprinklers, HA, Shelly, Wled, ESP Home, Google script, Proxmox & Tasmota etc. For me I love (HA) Tasmota (Wled) & UDP - my Light Switches & Globes are Tasmota using UDP devgroups.
With very little working (Proxmox (HA) & Internet dead) my lights can still be turned off and on using UDP. How cool is that.
Just wondering is UDP on your radar at all.
UDP is and there is enough implementation in there for ssdp and device output. Type this url in a browser and you will see a return for the device type. http://<ip address>/upnp.xml
.
However, there are no published services or sub devices as I do not see a short path for it. The issue isn’t so much publishing, it is packet parsing for the incoming datagrams. It ends up being terribly inefficient or the program space limits are hit working around the strings being bandied about. The short story is that ESPSomfy RTS is already listening to uni/multi-cast UDP datagrams it is simply not responding to them in a service list.
I am using ESPSomfy-RTS. It is possible to add a DHT11 or DHT22 and read its values?
This is great. Excited to give ti a shot.
Has anyone tried to use this with m5stack device? I have some of them already and it would be a bit easier for me to use one. I see a reference to it in this github issue but nothing else.
Hello all,
Please, please, please help me , I am tried to setup my Somfy but I cannot detect the remote controls.
I tried all pins combination, also I bought some new boards but still no luck.
My last setup is:
ESP WROOM-32 and E07-M1101D, connection is the same as in the git Simple ESPSomfy RTS device · rstrouse/ESPSomfy-RTS Wiki · GitHub
My remote controls are Situo 1 io Pure II, there are made in Mexico.
In the Webpage of the ESPSomfy RST , if I remove any cable between ESP and E07-M1101D I receive the message “RADIO NOT INITIALIZED”.
I also tried to change the frequency but no luck.
Do I need to be in the motor wireless range? Now I am testing in my office and motors are not in the remote control range.
Any suggestion please.
Thank you
Unfortunately you have IO homecontrol motors not RTS. ESPSomfy RTS is for RTS motors and IO is not supported.
Hello,
Thank you for you super fast response. In my case there is any device that I can buy to integrate in my HA?
Or is possible to open the remote control and solder some wires to the buttons?
Thank you