Hey there Flipper owners/coders/makers/hackers,
I’m looking to add a Chinese OEM “7in1” weather station.
I’ve found it under the brands such as Bresser (DE), Sencor (CZ), Logia (CA) and there are probably more brands selling it.
I’ve tried to look up the FCC ID for the Canadian brand, but I’ve only found one for “5in1” sensor - 2AD2W-LOWS510BO.
The 7in1 has product code LOWSC710B but I wasn’t able to find FCC ID for this one.
I’ve found some related C/C++ repos:
- https://github.com/merbanan/rtl_433/blob/master/src/devices/bresser_7in1.c
- https://github.com/matthias-bs/BresserWeatherSensorReceiver/blob/main/src/WeatherSensor.cpp
But unfortunately I’m not much of a C developer, so I’m looking for any ideas and/or help making this sensor work inside the Weather station app.
I have a few raw recordings from the Czech one (which transmits at 868.350MHz), but all I can see in the Flipper app are bunch of number, some of which have a minus in front of them.
Two raw recording examples:
59105 -861 361 -1492 263 -7446 65 -19664 65 -4276 65 -132 97 -1910 131 -2544 65 -832 65 -430 99 -492 97 -30586
1217 -13939032 59247 -1383488 1071 -17838 165 -908 63 -1938 99 -1810 101 -992 65 -988 69 -860 1055 -46901004 59157 -3699580 135 -102 167 -170 469 -29940 67 -39932 65 -138972 131 -200 301 -266 99 -336014 65 -7928 63 -880 65 -7870 67 -8006 65 -42910 67 -55310 359 -260 99 -7842 95 -12000 65 -298 131 -69896 101 -5978 65 -18898 131 -9852 99 -3944 97 -103882 65 -18972 67 -5946 99 -840 129 -7914 99 -4466 131 -262 99 -966 99 -882 65 -5888 97 -4928 135 -36886 67 -179040 67 -802 65 -11849164 335 -27910 101 -43066732 525 -7850 397 -100 165 -66 263 -134 661 -100 165 -198 48837 -60065720 623 -258 459 -196 131 -364 131 -98 97 -98 133 -198 99 -132 99 -362 131 -66 97 -826 54663 -60065510
Can anyone please help me a bit with this?
Any help is greatly appreciated!