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

Calibo CloudFan ceiling fan (and many other brands) #3192

Open
filmackay opened this issue Feb 9, 2025 · 3 comments
Open

Calibo CloudFan ceiling fan (and many other brands) #3192

filmackay opened this issue Feb 9, 2025 · 3 comments

Comments

@filmackay
Copy link

When I press buttons on the RF remote (433.92 MHz) I get a pair of RF messages (this button press is "fan speed 2, of 6"):

https://triq.org/pdv/#AAB03304040138039414582714819081909081909081908181819090818181819081909090818181818190818181818181819081818255+AAB032040101380394145827148190819090819090819081818190908181818190819090908181818181908181818181818190818355
https://triq.org/pdv/#AAB03304040134039414642714819081909081909081908181819090818181819081909090819081818190818181908181819081818255+AAB032040101340394146427148190819090819090819081818190908181818190819090908190818181908181819081818190818355

Any ideas how to create a decoder for this - I am assuming this does not have security/integrity checks in there that I can't work with.

@filmackay filmackay changed the title Calibo CloudFan Calibo CloudFan ceiling fan (and many other brands) Feb 9, 2025
@inonoob
Copy link

inonoob commented Feb 9, 2025

Hey

Have you tired rtl_433 -A "insert file name.of the capture"

And show what kind of decoder is proposed for the command

rtl_433 -X

From there you can catch more messages and then the fun start to decode :)

@inonoob
Copy link

inonoob commented Feb 9, 2025

You have already two codes to start with to be able to decode..from your file it seems to be repeated. But more Infos and more data are needed

A4 B9 E8 BB BB 80

A4 B9 E8 FB FB 80

@zuckschwerdt
Copy link
Collaborator

@inonoob hint is good. With -A you should get and -X decoder something like this:
-X 'n=calibo,m=OOK_PWM,s=300,l=900,g=1500,r=6000'

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