Replies: 3 comments 8 replies
-
The Bresser 6-in-1 protocol is also for newer devices labeled "5-in-1". There is some info here: The 5in1 Sensor, Art.No.: 7002580 was previously reported working. Rain is cumulative, i.e. should only go up and not reset. An invalid UV reading should be ff01 not 444, strange. Can you post |
Beta Was this translation helpful? Give feedback.
-
On a first glance the values look ok. Here is a BitBench decoding the raw codes. Note that the two codes you posted are the two alternating message types, rain and temperature. Try adding more codes and to see if there are unusual flags or such. |
Beta Was this translation helpful? Give feedback.
-
About rainfall reading: it is a cumulative value since the last battery reset. Daily/hourly/... values are derived by delta to the last interval. Interesting about too big values with ongoing rainfall. Maybe there is a flag in the high bits, i.e. the actual value is shorter? Try to capture such codes (the 66667 value shown is BCD decoded and not the actual binary). |
Beta Was this translation helpful? Give feedback.
-
Hello world,
I'm successfully receiving signals from my Bresser weather station model # 7002581 ("BRESSER WLAN-Farbwetterstation mit 5-in-1-Profi-Sensor" / "BRESSER Wi-Fi Colour Weather Station with 5-in-1 Professional Sensor"), however although it is a 5-in-1 sensor it is detected as 6-in-1 (protocol 172) which I think is the cause for the following issues:
Is this device using a modified device protocol? Forcing rtl_433 to use device protocol 119 (Bresser Weather Center 5-in-1) does not return any output.
Here's a bit of output without locking the device protocol:
`_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
time : 2024-11-18 22:52:09
model : Bresser-6in1 id : 11630821
channel : 0 Sensor type: 1 Wind Gust : 0.0 m/s Wind Speed: 0.0 m/s
Direction : 158 Rain : 928.0 mm Startup : 1 Flags : 1
Integrity : CRC
Modulation: FSK Freq1 : 868.2 MHz Freq2 : 868.3 MHz
RSSI : -0.1 dB SNR : 29.0 dB Noise : -29.1 dB
time : 2024-11-18 22:52:21
model : Bresser-6in1 id : 11630821
channel : 0 Battery : 0 Temperature: 2.2 C Humidity : 84
Sensor type: 1 Wind Gust : 0.0 m/s Wind Speed: 0.0 m/s Direction : 158
UV : 44.4 Startup : 1 Flags : 0 Integrity : CRC
Modulation: FSK Freq1 : 868.2 MHz Freq2 : 868.3 MHz
RSSI : -0.1 dB SNR : 31.6 dB Noise : -31.7 dB
time : 2024-11-18 22:52:33
model : Bresser-6in1 id : 11630821
channel : 0 Sensor type: 1 Wind Gust : 0.0 m/s Wind Speed: 0.0 m/s
Direction : 158 Rain : 928.0 mm Startup : 1 Flags : 1
Integrity : CRC
Modulation: FSK Freq1 : 868.2 MHz Freq2 : 868.3 MHz
RSSI : -0.1 dB SNR : 27.6 dB Noise : -27.7 dB
time : 2024-11-18 22:52:45
model : Bresser-6in1 id : 11630821
channel : 0 Battery : 0 Temperature: 2.1 C Humidity : 84
Sensor type: 1 Wind Gust : 0.0 m/s Wind Speed: 0.0 m/s Direction : 158
UV : 44.4 Startup : 1 Flags : 0 Integrity : CRC
Modulation: FSK Freq1 : 868.2 MHz Freq2 : 868.3 MHz
RSSI : -0.1 dB SNR : 27.7 dB Noise : -27.8 dB
`
Your input is greatly appreciated! And even more appreciated is merbanan's work on rtl_433! Thank you very much!
Beta Was this translation helpful? Give feedback.
All reactions