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

Siral EL4F motor with 433 MHz remote control #293

Open
8cH9azbsFifZ opened this issue Jul 28, 2023 · 4 comments
Open

Siral EL4F motor with 433 MHz remote control #293

8cH9azbsFifZ opened this issue Jul 28, 2023 · 4 comments

Comments

@8cH9azbsFifZ
Copy link

Hi there. I am trying to use a minicul with signalduino for controlling my siral motor. I got the protocol recorded using an rtl-sdr and a replay using raspi is working (https://github.com/8cH9azbsFifZ/schanz-rolladen-raspi).

rtl_433 -A -r 250k:433.95M:cu8:button_open.iq
Yields: Use a flex decoder with -X 'n=name,m=OOK_PWM,s=332,l=2064,r=15748,g=2004,t=693,y=0'

[04] {18} 15 1d 40 : 00010101 00011101 01

This is what I receive with the minicul. What can I do?

Mu;???;???;???;??;???;???;?ց;???;D4TTVtVtVtTTVvvtVvvTTVtVtVtTTVvvtVvvTTVtVtVtTTVvvtVvvTTVtVtVtTTVvvtVvvTTVtVtVtTTVvvtVvvTTVtVtVtTTVvvtVvvTTVtVtVtTTVvvtVvv;C6;R19;O; Mu;???;???;???;?ρ;???;D!!#A#A#A!!#CCA#CC!!#A#A#A!!#CCA#CC!!#A#A#A!!#CCA#CC!!#A#A#A!!#CCA#CC!!#A#A#A!!#CCA#CC!!#A#A#A!!#CCA#CC!!#A#A#A!!#CCA#CC;C3;R18;O; Mu;???;???;?ҁ;???;???;D11122122A11122122A11122122A11122122A11122122A11122122A11122122A;C2;R18;O; Mu;???;???;?ԁ;???;???;D11122122A11122122A11122122A11122122A11122122A11122122A11122122A;C2;R15;O; Mu;???;?ā;???;???;???;???;D###!!#!!C###!!#!!C###!!#!!C###!!#!!C###!!#!!C###!!#!!C##;C1;R18;

@sidey79
Copy link
Contributor

sidey79 commented Jul 28, 2023

Connect minicul to FHEM, then you geht a more redable Repräsentation of the data

@8cH9azbsFifZ
Copy link
Author

How I can receive this message:

2023.08.11 14:20:30.870 1: sigduino: SD_UT_Parse UNDEFINED sensor unknown detected, protocol 46, data EAE28, code 1FFF1F0

How could I replay this signal?

@elektron-bbs
Copy link
Contributor

Ich habe das Vorgehen hier beschrieben: https://forum.fhem.de/index.php?msg=925513
Das Update auf die Entwicklerversion ist jetzt nicht mehr notwendig, da das Protokoll mittlerweile im SVN ist.

@8cH9azbsFifZ
Copy link
Author

Integrated it as a first hack in my scripts and the rollershutter works with these commands:

def _press_button_open(self):
open_command = "set sigduino sendMsg P46#111010101110001010#R10"
self._fhem.send_cmd(open_command)

def _press_button_close(self):
    close_command = "set sigduino sendMsg P46#111010101110001000#R10"
    self._fhem.send_cmd(close_command) 

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