I am trying to sniff the B1 codes for my remote socket, which results in mostly 2 or 3 lines of sniffed codes (see below). Taking only the longest code, converting to B0 and sending results in about 5-10% chance of the code working.
Probably it has to do with the lines before/after the longest code, which come in at the exact same time, so I am assuming its actually part of the code and not noise as i thought before.
Simply merging (stripping the sync bucket at the appropriate places) did not work (see sample below).
Anybody got any idea? Maybe somebody knows how to extend the maximum length for codes so the sniffing works correctly?
Latest firmware used?
Tasmota reports
00:40:24 MQT: tele/sonoff/RESULT = {"Time":"2020-06-10T00:40:24","RfRaw":{"Data":"AA0355"}} == v03
(kinda strange, I used the latest version from ./releases/ , so it should be 04 instead? Was the version string updated in the firmware?!)
I am trying to sniff the B1 codes for my remote socket, which results in mostly 2 or 3 lines of sniffed codes (see below). Taking only the longest code, converting to B0 and sending results in about 5-10% chance of the code working. Probably it has to do with the lines before/after the longest code, which come in at the exact same time, so I am assuming its actually part of the code and not noise as i thought before. Simply merging (stripping the sync bucket at the appropriate places) did not work (see sample below).
Anybody got any idea? Maybe somebody knows how to extend the maximum length for codes so the sniffing works correctly?
Latest firmware used?
Tasmota reports
00:40:24 MQT: tele/sonoff/RESULT = {"Time":"2020-06-10T00:40:24","RfRaw":{"Data":"AA0355"}}
== v03 (kinda strange, I used the latest version from ./releases/ , so it should be 04 instead? Was the version string updated in the firmware?!)Information on RF device
Trying to control a "Bearware indoor remote socket" https://www.amazon.de/CSL-Funksteckdosen-Fernbedienung-LEDStatusanzeige-Kindersicherungsschutz/dp/B081K73NY3
Sniffed data
Sample of merging
The codes I used:
Working the codes:
Merge:
Convert to B0 using BitBucketConverter.py:
Anybody got any ideas?