From ab91e7a6fffb863d6bb12d6d01ed5163521d0815 Mon Sep 17 00:00:00 2001 From: cjkas Date: Sun, 29 Mar 2026 12:17:51 +0200 Subject: [PATCH] Update README.md --- README.md | 24 +++++++++--------------- 1 file changed, 9 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index e30a754..57a6899 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,12 @@ +## This is a fork which was created because the original repo seems to be bandoned and I was annoyed by constant restarts of my ESPSomfy. I've fixed some of the major issues caused by watchdog restarts. There are also compiled binaries in my fork if someone is experiencing same issues + + * Fixed a lot of bugs causing constant restarts by migrating to AsyncWebServer and AsyncSockets + * Moved logging from serial to esp dedicated logging lib + * Gzipped the resources + * Changed to platformio build + * Backup does no longer use LITTLEFS. Only RAM is used. Storage should not wear out so quick. + * Added uptime info in web UI + # ESPSomfy-RTS A controller for Somfy RTS blinds and shades that supports up to 32 individual shades and 16 groups over 433MHz RTx protocols. If you have IO Home Control motors this project is not for you but you can use the IO Remote protocol to connect the ESPSomfy RTS device to a disected remote. Look in the [Wiki](https://github.com/rstrouse/ESPSomfy-RTS/wiki/Controlling-Motors-with-GPIO) for options and verify whether the solution is workable for you. @@ -73,18 +82,3 @@ You can find the documentation for the interfaces in the [Integrations](https:// I spent some time reading about a myriad of topics but in the end the primary source for this project comes from https://pushstack.wordpress.com/somfy-rts-protocol/. The work done on pushstack regarding the protocol timing made this feasible without burning a bunch of time measuring pulses. Configuration of the Transceiver is done with the ELECHOUSE_CC1101 library which you will need to include in your project should you want to compile the code. The one used for compiling this module can be found here. https://github.com/LSatan/SmartRC-CC1101-Driver-Lib - - - - - - - - - -pio pkg exec -p tool-esptoolpy -- esptool.py --port COM9 read_flash 0x3F0000 0x10000 coredump.bin - - -C:\Users\oem\.platformio\packages\framework-espidf\export.ps1 -esp-coredump info_corefile --core coredump.bin --core-format=raw --gdb C:\Users\oem\.platformio\packages\toolchain-xtensa-esp32\bin\xtensa-esp32-elf-gdb.exe .pio\build\esp32dev\firmware.elf > coredump_report.txt -