Hi I hope someone can help, I have posted on WXForums see link below and it was suggested try here.
In a nutshell, I'm using weewx 4.5.1 on a raspberry pi, using the interceptor driver to capture the weather data. All has been working fine for a long time, On Sept 12, the reports stopped being generated and the database file timestamp has stopped being updated. I'm not aware of any changes being made at this time. I have re installed the RPi, with latest Raspbian, reinstalled Weewx, interceptor etc, still have the same issue over the database and reports not being updated. If I set the simulator driver, all works instantly. DB and reports are updated. More detailed background to the issue and steps already taken can be seen here. https://www.wxforum.net/index.php?topic=42742.new#new A couple of syslog entries below shows that data is being captured, however I have just noticed that the date time value remains the same. Is that correct? Sep 27 12:16:40 piweather weewx[1273] DEBUG user.interceptor: raw packet: {'dateTime': 1632741017, 'usUnits': 1, 'rain_total': 13.61, 'temperature_out': 57.7, 'humidity_out': 71.0, 'dewpoint': 48.4, 'windchill': 57.7, 'wind_dir': 255.0, 'wind_speed': 5.59, 'wind_gust': 7.61, 'solar_radiation': 91.93, 'uv': 2.0, 'temperature_in': 73.4, 'humidity_in': 56.0, 'pressure': 30.44, 'battery': 2.0, 'rain': 0.0} Sep 27 12:16:40 piweather weewx[1273] DEBUG user.interceptor: mapped packet: {'dateTime': 1632741017, 'usUnits': 1, 'pressure': 30.44, 'outHumidity': 71.0, 'inHumidity': 56.0, 'outTemp': 57.7, 'inTemp': 73.4, 'windSpeed': 5.59, 'windGust': 7.61, 'windDir': 255.0, 'radiation': 91.93, 'dewpoint': 48.4, 'windchill': 57.7, 'rain': 0.0, 'UV': 2.0, 'txBatteryStatus': 2.0} Sep 27 12:20:08 piweather weewx[1273] DEBUG user.interceptor: raw packet: {'dateTime': 1632741017, 'usUnits': 1, 'rain_total': 13.61, 'temperature_out': 57.7, 'humidity_out': 70.0, 'dewpoint': 48.0, 'windchill': 57.7, 'wind_dir': 192.0, 'wind_speed': 4.47, 'wind_gust': 7.61, 'solar_radiation': 88.4, 'uv': 2.0, 'temperature_in': 73.4, 'humidity_in': 56.0, 'pressure': 30.44, 'battery': 2.0, 'rain': 0.0} Sep 27 12:20:08 piweather weewx[1273] DEBUG user.interceptor: mapped packet: {'dateTime': 1632741017, 'usUnits': 1, 'pressure': 30.44, 'outHumidity': 70.0, 'inHumidity': 56.0, 'outTemp': 57.7, 'inTemp': 73.4, 'windSpeed': 4.47, 'windGust': 7.61, 'windDir': 192.0, 'radiation': 88.4, 'dewpoint': 48.0, 'windchill': 57.7, 'rain': 0.0, 'UV': 2.0, 'txBatteryStatus': 2.0} Please let me know if you want any more information or log files etc. -- 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/c9e6d66b-28ae-4861-a7d7-e64fa84a7904n%40googlegroups.com.
