Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trying to program shutter - nothing happens.. #167

Open
arielgr opened this issue Jul 20, 2024 · 3 comments
Open

Trying to program shutter - nothing happens.. #167

arielgr opened this issue Jul 20, 2024 · 3 comments

Comments

@arielgr
Copy link

arielgr commented Jul 20, 2024

Hi @Nickduino ,
First wanted to thank you for a great project !
I have an RPI v3, bought a transmitter board and changed the oscillator as needed..
After hooking up the hardware and installing the software, and running the web UI - when I finally get to the program stage, it doesn't seem to work.. e.g. when pressing the button on my existing remote the shutter jogs, but then after clicking program nothing happens.
I am not an electrician :) - but measured 5V on the oscillator pins (top/right) so seems like current is reaching it..
How would I go about understanding where this isn't working?

Many thanks for your help!
(attached a picture of the board)
20240720_114521
Uploading 20240720_114524.jpg…

@bmoesdijk
Copy link

I experience the same issue. Any ideas?

@kenji21
Copy link

kenji21 commented Aug 16, 2024

Maybe : #136

@bmoesdijk
Copy link

Finally figured out what the problem was. Turns out Somfy uses 2 different radio interfaces one is called RTS and the other one IO. Although @Nickduino makes a very clear note to the RTS protocol I wasn't aware of the second one; Somfy IO. RTS uses 433.42MHz. IO uses a complete different frequency in the 868 MHz range. That would require a different transmitter and a different modulation. (e.g.: https://www.conrad.nl/nl/p/somfy-1822609-draadloze-module-2273656.html) So for everyone that wants to make use of this home automation project; Make sure your Somfy system makes use of RTS. You can find this out by looking at your transmitter. That should mention RTS or IO on the back. Another indication is the led (or leds) on your remote transmitter. When red, it uses RTS when green, it uses IO. I finally solved my automation issue on the pi by adding a relay module with 8 relays (https://www.kiwi-electronics.com/nl/8-kanaals-5v-relais-module-2983?search=KW-1614) and the above mentioned transmitter. With the 8 relay module I'm able to support up to 4 individual Somfy screens.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants