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

SCE-R1 gunmetal #3149

Open
hmollercl opened this issue Jan 18, 2025 · 2 comments
Open

SCE-R1 gunmetal #3149

hmollercl opened this issue Jan 18, 2025 · 2 comments

Comments

@hmollercl
Copy link

How did you make this work? @filzek

we have found all changes to use with SOMFY RTS TUBE

frame[0] = 0x95; // is the COMMAND FRAME

frame[1] = (unsigned char)(15)<< 4; //is fixed always

so, the CMD as off:

#define TUBE_SCE_R1_CMD_PROG 0x9C

#define TUBE_SCE_R1_CMD_STOP 0x95

#define TUBE_SCE_R1_CMD_UP 0x96

#define TUBE_SCE_R1_CMD_DOWN 0x98

#define TUBE_SCE_R1_CMD_UP_DOWN 0x9A

Repeate the FRAMES to use special Command:

to make MY working just sent the STOP 10 times

to make the PROG to work just send it 25 times!

so all is done!!!

Originally posted by @filzek in #2261

@filzek
Copy link

filzek commented Jan 18, 2025

How did you make this work? @filzek

we have found all changes to use with SOMFY RTS TUBE

frame[0] = 0x95; // is the COMMAND FRAME

frame[1] = (unsigned char)(15)<< 4; //is fixed always

so, the CMD as off:

#define TUBE_SCE_R1_CMD_PROG 0x9C

#define TUBE_SCE_R1_CMD_STOP 0x95

#define TUBE_SCE_R1_CMD_UP 0x96

#define TUBE_SCE_R1_CMD_DOWN 0x98

#define TUBE_SCE_R1_CMD_UP_DOWN 0x9A

Repeate the FRAMES to use special Command:

to make MY working just sent the STOP 10 times

to make the PROG to work just send it 25 times!

so all is done!!!

Originally posted by @filzek in #2261

We have decoded the frames and signal, learn from it, and start to design the operation, so, we are able to rebuild the constructor, and so, made the code to work.

@hmollercl
Copy link
Author

thanks for you answer @filzek, could you tell me how are you using it? I don't know where to put he code you came up, I searched in the code for the frame[] variable but didn't found it.
Are you using ESP, arduino or other?
Which libraries are you using?
The libraries I found only work with 433.42 Mhz (and CC1101), but the SCE-R1 says it work at 433.92 Mhz, how did you solve this?
Are you using CC1101 transceiver?
I have 3 blinds that use this remote I want to automate but I haven't found more info about it, thanks a lot.

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

2 participants