Portisch / RF-Bridge-EFM8BB1

Alternative Firmware for the Sonoff RF Bridge EFM8BB1 chip
290 stars 122 forks source link

Needing Help with Dormatic Code! #130

Open euphonium551 opened 5 years ago

euphonium551 commented 5 years ago

Hi guys!

I am trying to make my life a bit easier. I used to have a sniffed code with a cheap 433mhz reciever and transmitter on the raspberry with an python code similar to this link: https://www.instructables.com/id/Super-Simple-Raspberry-Pi-433MHz-Home-Automation/ But now I wanted to make life easier by using the rfbridge with tasmota and portisch. So far I managed it all, but I am stuck with the signal. Here is what I did get from rfraw 177: 17:50:15 MQT: tele/sonoff/RESULT = {"RfRaw":{"Data":"AA B1 04 02BC 046A 01AE 4920 3809080908080808080808080A 55"}}

The device I am trying to use is an old Dormatic Garage opener. Maybe anyone can help on getting it to run? When I sniffed the code with the link above I did get four different timings: short_on = 0.000380 s short_off = 0.000585 s long_on = 0.00910 s long_off = 0.001121 s

Thanks for your ideas and help!