Somfy_Remote_Lib icon indicating copy to clipboard operation
Somfy_Remote_Lib copied to clipboard

Questions about 447MHz support (cc1101)

Open Al7ech opened this issue 6 months ago • 1 comments

Hello,

I'm trying to use this library to sync my somfy blind with esp32 + cc1101. My first attempt was using the 443.42MHz frequency, which failed. Then I found that my somfy remote uses 447.7MHz, so I tried with the corrected frequency.

But I still find the blind not reacting to Prog command after I press original remote's PROG button, and watching the blind move up and down (entering the paring mode).

What I've changed from the CC1101 example is just the below line #define CC1101_FREQUENCY 447.7

And my Somfy remote's model: Situo 1 RTS pure 447

Does the library support other frequencies? If it does, what would be the potential problem?

Thanks, Lee

Al7ech avatar Aug 17 '25 09:08 Al7ech

The Somfy_Remote_Lib library is designed and tested for 433.42 MHz, which is the official Somfy RTS frequency. I'm not sure it works in your case.

Legion2 avatar Aug 20 '25 07:08 Legion2