Hi guys
At the beginning I have to mention that I am completely new in this topic and know nothing about the rf communication!
I bought sonoff fr bridge and then notice that I have this new version of the board. I tried to follow Schmurtz setup so I did soldering and then cat 3 lines at the back and 1 at front and I then I realized I don’t have python so decided to go with esphome . I flashed my bridge and I see a lot of communication in the log but have no clue if the reading is ok.
In 15 seconds I received around 700lines , data looks like this.
[01:39:49][D][remote.raw:028]: Received Raw: 2184, -1763, 577, -1485, 1577, -570, 287, -1362, 1244, -348, 461, -450, 748, -597, 643, -713, 737, -1075, 532, -688, 595, -2019, 2359, -632, 894, -1439, 1761, -677, 3947, -1299, 1818, -1261, 3803, -405, 518, -420, 735, -1283, 277, -672,
[01:39:49][D][remote.raw:041]: 1993, -2604, 347, -1297, 1621, -2324, 681, -914, 1010, -2406
[01:39:49][D][remote.raw:041]: Received Raw: -316, 380, -471, 373, -985, 278, -709, 1382, -597, 775, -630, 565, -2102, 445, -1531, 400, -1765, 2606, -1633, 1623, -1728, 2094, -928, 1221, -791, 1469, -943
[01:39:49][D][remote.raw:041]: Received Raw: -698, 1202, -538, 267
[01:39:49][D][remote.raw:041]: Received Raw: 3534, -548
[01:39:49][D][remote.raw:041]: Received Raw: -774, 3779, -1068, 307, -845, 1522, -2346, 792, -946, 282, -1257, 1053, -923, 700, -868, 403
[01:39:49][D][remote.raw:028]: Received Raw: 2173, -3302, 603, -644, 329, -967, 1411, -748, 277, -1780, 589, -2658, 1420, -728, 360, -2044, 3494, -1015, 760, -483, 854, -1337, 402, -1023, 310, -419, 260, -1072, 3618, -1566, 1906, -1356, 329, -373, 455, -923, 2327, -894, 1576, -2153,
[01:39:49][D][remote.raw:041]: 299, -813, 325, -1856, 634
[01:39:49][D][remote.raw:041]: Received Raw: 2114, -411, 318, -311
[01:39:49][D][remote.raw:041]: Received Raw: -1382, 2558, -2554, 423, -2025
[01:39:49][D][remote.raw:028]: Received Raw: -312, 392, -1630, 425, -343, 1340, -739, 794, -1514, 2673, -2111, 1662, -2409, 503, -1316, 310, -1093, 646, -536, 1095, -994, 530, -1113, 1334, -944, 1832, -1667, 1431, -3277, 613, -1089, 317, -362, 1387, -341, 944, -2406, 344, -2616, 347,
[01:39:49][D][remote.raw:041]: -1524, 2535
[01:39:49][D][remote.raw:041]: Received Raw:
[01:39:49][D][remote.raw:041]: Received Raw: -2565, 398, -1128, 424, -1053, 2835, -1903, 3524, -1497, 434, -2300, 296, -3610, 3004, -690, 3308, -1343, 320, -526, 1039, -913, 606, -1699
[01:39:49][D][remote.raw:041]: Received Raw: -277, 371, -1870, 324, -2786, 802, -1676
[01:39:49][D][remote.raw:041]: Received Raw:
[01:39:49][D][remote.raw:041]: Received Raw: 645, -1122
[01:39:49][D][remote.raw:041]: Received Raw: -397, 320, -1356, 629, -393, 1214, -719, 1451, -3235, 1020, -1950, 1392, -2378, 1207, -414, 440, -1114, 1000, -1507, 1636, -2092, 336, -1843, 2279, -1020
[01:39:49][D][remote.raw:028]: Received Raw: -271, 822, -929, 333, -934, 3176, -1053, 2270, -847, 720, -1067, 485, -695, 2923, -992, 305, -1736, 2790, -1945, 570, -393, 293, -339, 392, -2840, 304, -1620, 436, -1538, 947, -326, 2644, -2644, 943, -2580, 606, -1207, 816, -504, 618, -446,
[01:39:49][D][remote.raw:041]: 1963, -426, 864
[01:39:49][D][remote.raw:028]: Received Raw: 620, -2537, 334, -3833, 871, -1467, 1565, -488, 326, -2368, 488, -2915, 422, -3933, 3735, -898, 2370, -1053, 604, -705, 1207, -1163, 773, -1653, 2684, -1339, 1312, -3107, 867, -257, 2651, -1729, 1097, -1398, 1146, -790, 410, -1348, 1179,
[01:39:49][D][remote.raw:041]: -2422, 2011, -1507
As far as Im aware I have only two devices which send rf communications, weather station with one remote sensor so not sure why I get so many data and its very hard to get anything from the log
I also checked my LED rf remote control and I see it in the log but I get 3 or 4 lines when I press any button once
[02:22:53][D][remote.rc_switch:259]: Received RCSwitch Raw: protocol=1 data='000100110010101100001000'
[02:22:53][D][remote.rc_switch:259]: Received RCSwitch Raw: protocol=1 data='000100110010101100001000'
[02:22:53][D][remote.rc_switch:259]: Received RCSwitch Raw: protocol=1 data='00010011001010110000'
[02:22:53][D][remote.rc_switch:259]: Received RCSwitch Raw: protocol=1 data='000100110010101100001000'
My questions are:
-Is it ok to go with esphome when I cut the top line as well??
-if it is ok, can you review my data to check if it is correct please?
-My main goal is to read temperature from my temperature sensor, can you advise here what to do with this raw data in order to get temperature ?
thanks in advance