Portisch / RF-Bridge-EFM8BB1

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

B1 to B0 problems #219

Closed caj2310 closed 2 years ago

caj2310 commented 2 years ago

I have been following this guide to get my RF electric blinds working with Home Assistant https://tasmota.github.io/docs/devices/Sonoff-RF-Bridge-433/#b1-to-b0-conversion-tools

Took me a while but got there in the end. I bought more blinds this week and have been repeating the process. I have got stuck this time at the B1 to B0 conversion. Last time I used the tool at https://bbconv.hrbl.pl/ which worked perfectly. Unfortunately that site seems to be down.

I have tried the suggested BitBucketConverter.py route. I have the output from the RFRaw 177 sniff saved in a .txt file. I have the BitBucketConverter.txt file saved in the same folder path (as a .py file). This is exactly what I'm entering in the cmd prompt on a windows PC (both files are saved in C:\B1B0 folder path:

Tried this: c:\B1B0>bitbucketconverter.py "AA B1 04 1414 0262 0118 1450 38192A192A1A1A19292A19292A1A1929292929292929292A192A1A1929292A1A1A1A1A1A1A1A1A192A1A1A1A1A1A1A1A1A1A1A1A1A192A1929292A192A192A1A1929 55" 20

Result: All that happens is a 'View Downloads' prompt pops up asking me if I want to Save or Open the BitBucketConverter.py file. No data seems to be getting returned or changed.

Also tried: c:\B1B0>bitbucketconverter.py -f f1open.txt

Result Same as above with the View Downloads prompt for the BitBucketConverter.py file

Note - contents of the f1open.txt file are exactly as follows:

9:28:12.657 MQT: stat/tasmota_C26FAA/RESULT = {"RfRaw":"ON"} 09:28:12.743 MQT: tele/tasmota_C26FAA/RESULT = {"Time":"2022-06-12T09:28:12","RfRaw":{"Data":"AAA055"}} 09:28:33.854 MQT: tele/tasmota_C26FAA/RESULT = {"Time":"2022-06-12T09:28:33","RfRaw":{"Data":"AA B1 04 1414 0262 0118 1450 38192A192A1A1A19292A19292A1A1929292929292929292A192A1A1929292A1A1A1A1A1A1A1A1A192A1A1A1A1A1A1A1A1A1A1A1A1A192A1929292A192A192A1A1929 55"}} 09:28:34.202 MQT: tele/tasmota_C26FAA/RESULT = {"Time":"2022-06-12T09:28:34","RfRaw":{"Data":"AA B1 03 0104 0262 0258 28181818 55"}}

What am I doing wrong? Can anyone please help? I have 10 of these B1 codes I need converted. TIA

caj2310 commented 2 years ago

resolved