[[deltas ]]
rain = rain_total
the station sends 2 partial packets ... fisrt has the rain and wind values and the second all except rain
my log
raspberrypi weewx[12220] DEBUG user.sdr: lines=['{"time" : "2020-12-07
15:27:56", "model" : "Bresser-6in1", "id" : 411043787, "channel" : 0,
"battery_ok" : 1, "sensor_type" : 1, "wind_max_m_s" : 0.200,
"wind_avg_m_s" : 0.200, "wind_dir_deg" : 248, "rain_mm" : 80.800, "mic" :
"CRC"}\n']
Dec 7 17:27:59 raspberrypi weewx[12220] DEBUG user.sdr:
packet={'windDir': 248.0, 'windSpeed': 0.2, 'windGust': 0.2, 'outTemp':
None, 'outHumidity': None, 'barometer': 1009.1999999999999,
'rain_total': 80.8, 'dateTime': 1607354876, 'usUnits': 17}
7 17:27:47 raspberrypi weewx[12220] DEBUG user.sdr: lines=['{"time" :
"2020-12-07 15:27:44", "model" : "Bresser-6in1", "id" : 411043787,
"channel" : 0, "battery_ok" : 1, "temperature_C" : 10.700, "humidity" :
97, "sensor_type" : 1, "wind_max_m_s" : 0.200, "wind_avg_m_s" : 0.200,
"wind_dir_deg" : 248, "mic" : "CRC"}\n']
Dec 7 17:27:47 raspberrypi weewx[12220] DEBUG user.sdr:
packet={'windDir': 248.0, 'windSpeed': 0.2, 'windGust': 0.2, 'outTemp':
10.7, 'outHumidity': 97.0, 'barometer': 1009.1999999999999,
'rain_total': None, 'dateTime': 1607354864, 'usUnits': 17}
Probably you will notice that in log the station appears like 6in1
.... i dont know why but i modified (with a big help of my friend) the
sdr.py and returns bresser5in1.packets.... all the others values
transmitted to weather sites without any problem...
sensor map
[SDR]
Thank you in advanced if any help provided