Did you look at the driver wiki <https://github.com/gjr80/weewx-gw1000/wiki>? The driver wiki has a FAQ <https://github.com/gjr80/weewx-gw1000/wiki/Frequently-asked-questions#sensors> that addresses this very question.
It would be nice if the driver could auto-configure the rainfall source. Whilst the driver has available the information needed to do this there are far too many corner cases to be able to implement this in a robust manner. For this reason piezo rain gauge users will (likely) need to manually configure their rainfall mapping. Gary On Wednesday 17 January 2024 at 02:43:46 UTC+10 [email protected] wrote: > Data from log: > Jan 16 09:28:28 fedora-workstation weewxd[3577]: INFO user.gw1000: > GatewayDriver: Packet 2024-01-16 09:28:27 CST (1705418907): {'dateTime': > '1705418907', 'daymaxwind': '7.2', 'extraHumid1': '26', 'extraHumid2': > '11', 'extraHumid3': '12', 'extraHumid4': '12', 'extraHumid5': '13', > 'extraTemp1': '0.9', 'extraTemp2': '23.9', 'extraTemp3': '22.7', > 'extraTemp4': '23.7', 'extraTemp5': '22.7', 'inHumidity': '17', 'inTemp': > '16.1', 'lightning_distance': '31', 'lightning_last_det_time': > '1705040128', 'lightning_strike_count': '0', 'lightningcount': '0', > 'luminosity': '8410.0', 'outHumidity': '52', 'outTemp': '-9.9', > 'p_dayRain': '0.0', 'p_monthRain': '26.5', 'p_rain': '0.0', 'p_rainRate': > '0.0', 'p_stormRain': '0.0', 'p_weekRain': '0.0', 'p_yearRain': '26.5', > 'pressure': '1011.7', 'relbarometer': '1011.7', 'usUnits': '17', 'UV': '0', > 'uvradiation': '0.0', 'wh31_ch1_batt': '0', 'wh31_ch1_sig': '4', > 'wh31_ch2_batt': '0', 'wh31_ch2_sig': '4', 'wh31_ch3_batt': '0', > 'wh31_ch3_sig': '4', 'wh31_ch4_batt': '0', 'wh31_ch4_sig': '4', > 'wh31_ch5_batt': '0', 'wh31_ch5_sig': '4', 'wh57_batt': '4', 'wh57_sig': > '4', 'windDir': '302', 'windGust': '1.9', 'windSpeed': '0.6', 'ws90_batt': > '3.06', 'ws90_sig': '4'} > > > Jan 16 09:28:28 fedora-workstation weewxd[3577]: > INFO user.gw1000: GatewayDriver: Packet 2024-01-16 09:28:27 CST > (1705418907): > { > 'dateTime': '1705418907', > 'daymaxwind': '7.2', > 'extraHumid1': '26', > 'extraHumid2': '11', > 'extraHumid3': '12', > 'extraHumid4': '12', > 'extraHumid5': '13', > 'extraTemp1': '0.9', > 'extraTemp2': '23.9', > 'extraTemp3': '22.7', > 'extraTemp4': '23.7', > 'extraTemp5': '22.7', > 'inHumidity': '17', > 'inTemp': '16.1', > 'lightning_distance': '31', > 'lightning_last_det_time': '1705040128', > 'lightning_strike_count': '0', > 'lightningcount': '0', > 'luminosity': '8410.0', > 'outHumidity': '52', > 'outTemp': '-9.9', > 'p_dayRain': '0.0', > 'p_monthRain': '26.5', > 'p_rain': '0.0', > 'p_rainRate': '0.0', > 'p_stormRain': '0.0', > 'p_weekRain': '0.0', > 'p_yearRain': '26.5', > 'pressure': '1011.7', > 'relbarometer': '1011.7', > 'usUnits': '17', > 'UV': '0', > 'uvradiation': '0.0', > 'wh31_ch1_batt': '0', > 'wh31_ch1_sig': '4', > 'wh31_ch2_batt': '0', > 'wh31_ch2_sig': '4', > 'wh31_ch3_batt': '0', > 'wh31_ch3_sig': '4', > 'wh31_ch4_batt': '0', > 'wh31_ch4_sig': '4', > 'wh31_ch5_batt': '0', > 'wh31_ch5_sig': '4', > 'wh57_batt': '4', > 'wh57_sig': '4', > 'windDir': '302', > 'windGust': '1.9', > 'windSpeed': '0.6', > 'ws90_batt': '3.06', > 'ws90_sig': '4' > } > > Note, rain reporting piezo data > > driver = user.gw1000 > > Modified Seasons skin > > Installed via RPM, update > > I suspect this has to do with using piezo rain data and weewx is expecting > tipping bucket data. However, I can't seem to find where t_rain* or > p_rain* is configured. > -- 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 on the web visit https://groups.google.com/d/msgid/weewx-user/5491cffa-7f7e-405b-8d45-0285df809a62n%40googlegroups.com.
