mjg59 / python-broadlink

Python module for controlling Broadlink RM2/3 (Pro) remote controls, A1 sensor platforms and SP2/3 smartplugs
MIT License
1.39k stars 479 forks source link

Generating 433 RF Packet Format #196

Open QuagmireMan opened 6 years ago

QuagmireMan commented 6 years ago

I am trying to generate my own RF signal, because I have been unable to capture RF packets with the broadlink device. I have been able to use https://github.com/1technophile/OpenMQTTGateway to capture my RF packets.

I would like to convert what I captured here to what format broadlink uses.

OpenMQTTGateway gave me 4934401 as my rf data when I press the button on my remote.

I saw an example that the RF (433) files need to start with 0xb2, but I am unsure of how to convert this data to broadlinks format.

Any help would be appreciated!

R0nd commented 6 years ago

Does #57 help?