-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Cardin s500 433Mhz #1554
Comments
Try |
Thanks for your input!! That gave me a lot of information. I am still trying to read through the documentation on how to interpret it correctly. It seems to be a rolling code at first sight... |
There is some information on a "Cardin TXQ504C2" which mentions rolling codes. There might still be fixed bits for the buttons and the rolling code just for authentication. Try to build a |
This is my first time trying to work with RF codes and integrate it with home assistant. I try to understand and see a pattern but got nowhere yet. Sorry to abuse this forum to try to get forward, but you are very friendly and helpful :-) Thanks for that! Click #1 Detected FSK package 2020-11-06 08:35:49 Detected FSK package 2020-11-06 08:35:50 Click #2 Detected FSK package 2020-11-06 08:36:51 Detected FSK package 2020-11-06 08:36:51 Click #3 Detected FSK package 2020-11-06 08:37:27 Detected FSK package 2020-11-06 08:37:27 Detected OOK package 2020-11-06 08:37:27 Random very short clicks (also works on the receiving device) Detected FSK package 2020-11-06 08:38:03 Detected FSK package 2020-11-06 08:38:06 Detected OOK package 2020-11-06 08:38:06 Detected FSK package 2020-11-06 08:38:14 |
rtl_433 -X 'n=name,m=OOK_PWM,s=104,l=208,r=2008,g=0,t=0,y=520' time : 2020-11-06 08:42:58 time : 2020-11-06 08:43:06 time : 2020-11-06 08:43:09 time : 2020-11-06 08:43:13 time : 2020-11-06 08:43:24 |
I thought there was a pattern as seen below with the -X params: But when I ran it a couple of minutes later and just randomly pressed the buttons, these were the suggested params Basically what I'm trying to do is send the same signal as that one button would send. |
The |
I have the RTL-SDR usb as well as a Sonoff RF bridge, flashed with Tasmota and Portisch |
With Portisch you might be interested in the RfRaw codes given by |
I have tried many things in the mean time but no success. I read through the complete manual and got no wiser. One thing I tried to do is to duplicate the remote (following the manual, you press a button (like a reset button with a small pin on a router for example). If you do this for both (current receiver and new one), you can then copy the signal to the new remote. I do not have a new remote, but I caught the signal from the current remote with RTL 433 and got the following: and a second time to compare: Is this something to check or not worth it? |
Looks like a valid PWM signal. But it's now OOK, it was FSK before? For FSK you would need: |
This signal was generated to replicate the signal from an existing remote to a new remote. Or is this not the direction I should be looking towards? All looks OOK to me? |
The original was FSK with maybe a 30k-50k deviation, wasn't it? My initial hints were likely bad, I didn't spot he |
.\rtl_433.exe -X 'n=name,m=FSK_PWM,s=104,l=208,r=2008,g=0,t=0,y=520' Pushing it once: pushed it a second time pushed it a third time pushed a fourth time |
That looks good, see this BitBench. |
Status and plan for this issue? Is someone working on a PR? |
I see that RTL supports a Cardin S466-TX2. I know it's a different protocol than the Cardin s500. I try to read the signal so I can send it out and integrate it with MQTT, but I do not get any signal on rtl_433. Any help from someone or suggestions?
The text was updated successfully, but these errors were encountered: