'rain' in weewx is a delta. Looking at the Interceptor code, I believe you need to map to either dailyrain or yearlyrain and Interceptor will work out the delta for you. In your case I suspect it is dailyrain. There is also an request to support monthly and weekly if they are available in the sensor map.
https://github.com/matthewwall/weewx-interceptor/blob/43a36003b939a35500b723dee6593af061fcd353/bin/user/interceptor.py#L826 On Wednesday, June 25, 2025 at 12:43:39 AM UTC+10 [email protected] wrote: > Me too! > Did you get anywhere with this? > > On Wednesday, 17 July 2024 at 16:14:36 UTC+1 Jeff Burricelli wrote: > >> Is anyone using the ECOWITT Wittboy Pro Weather Station HP2564, with 7 >> Inch HP2560 TFT Display Console and WS90 Outdoor Weather Sensor combo? My >> rain totals keep increasing through out the day, even if no more rain >> occurs. From running in console mode, I feel like the ecowitt is reporting >> its total rain itself, but weewx is taking that number and just adding it >> to its own total each loop. This combo is not supported by the ecowitt >> gateway drive, so I am forced to use the interceptor. Here is my >> interceptor config which I used based off other posts here: >> >> [Interceptor] >> driver = user.interceptor >> device_type = ecowitt-client >> port = 8000 >> [[sensor_map_extensions]] >> rain = drain_piezo >> rainRate = rrain_piezo >> supplyVoltage = wh90batt >> referenceVoltage = ws90cap_volt >> >> Thanks! >> > -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/weewx-user/4edba972-9ceb-4370-ab9e-22ad53527bfen%40googlegroups.com.
