Hello, my Weewx installation has failed a couple of times in the last few days. I only have logs from the last crash after turning on debugging. I hope this is the correct place to post and that you may be able to help resolve these problems? This group has been very useful in getting Weewx working, it has been running for just over a couple of weeks in total.
As per the subject line I am using a WH2320 station with the driver from here: https://github.com/matthewwall/weewx-wh23xx Using Sofaskin. Raspberry Pi. >From my logs - let me know if more information is needed: Dec 7 13:30:18 raspberrypi weewx[660]: wh23xx: in_temp: {'value': 22.0} (0x01 0x01) Dec 7 13:30:18 raspberrypi weewx[660]: wh23xx: out_temp: {'value': 14.200000000000003} (0x02 0x02) Dec 7 13:30:18 raspberrypi weewx[660]: wh23xx: dewpoint: {'value': 9.799999999999997} (0x03 0x03) Dec 7 13:30:18 raspberrypi weewx[660]: wh23xx: windchill: {'value': 14.200000000000003} (0x04 0x04) Dec 7 13:30:18 raspberrypi weewx[660]: wh23xx: heatindex: {'value': 14.200000000000003} (0x05 0x05) Dec 7 13:30:18 raspberrypi weewx[660]: wh23xx: in_humidity: {'value': 52} (0x06 0x06) Dec 7 13:30:18 raspberrypi weewx[660]: wh23xx: out_humidity: {'value': 75} (0x07 0x07) Dec 7 13:30:18 raspberrypi weewx[660]: wh23xx: abs_baro: {'value': 1000.6} (0x08 0x08) Dec 7 13:30:18 raspberrypi weewx[660]: wh23xx: rel_baro: {'value': 1046.6} (0x09 0x09) Dec 7 13:30:18 raspberrypi weewx[660]: wh23xx: wind_dir: {'value': 135} (0x0a 0x0a) Dec 7 13:30:18 raspberrypi weewx[660]: wh23xx: wind_speed: {'value': 1.7} (0x0b 0x0b) Dec 7 13:30:18 raspberrypi weewx[660]: wh23xx: gust_speed: {'value': 3.3} (0x0c 0x0c) Dec 7 13:30:18 raspberrypi weewx[660]: wh23xx: rain_rate: {'value': 0.0} (0x0e 0x0e) Dec 7 13:30:18 raspberrypi weewx[660]: wh23xx: rain_day: {'value': 0.0} (0x10 0x10) Dec 7 13:30:18 raspberrypi weewx[660]: wh23xx: rain_week: {'value': 0.0} (0x11 0x11) Dec 7 13:30:18 raspberrypi weewx[660]: wh23xx: rain_month: {'value': 0.3} (0x12 0x12) Dec 7 13:30:18 raspberrypi weewx[660]: wh23xx: rain_year: {'value': 66.0} (0x13 0x13) Dec 7 13:30:18 raspberrypi weewx[660]: wh23xx: rain_totals: {'value': 66.0} (0x14 0x14) Dec 7 13:30:18 raspberrypi weewx[660]: wh23xx: light: {'value': 6824.6} (0x15 0x15) Dec 7 13:30:18 raspberrypi weewx[660]: engine: Main loop exiting. Shutting engine down. Dec 7 13:30:18 raspberrypi weewx[660]: engine: Shutting down StdReport thread Dec 7 13:30:23 raspberrypi weewx[660]: engine: StdReport thread has been terminated Dec 7 13:30:23 raspberrypi weewx[660]: restx: Shut down StationRegistry thread. Dec 7 13:30:23 raspberrypi weewx[660]: engine: Caught unrecoverable exception in engine: Dec 7 13:30:23 raspberrypi weewx[660]: **** list index out of range Dec 7 13:30:23 raspberrypi weewx[660]: **** Traceback (most recent call last): Dec 7 13:30:23 raspberrypi weewx[660]: **** File "/usr/share/weewx/weewx/engine.py", line 847, in main Dec 7 13:30:23 raspberrypi weewx[660]: **** engine.run() Dec 7 13:30:23 raspberrypi weewx[660]: **** File "/usr/share/weewx/weewx/engine.py", line 186, in run Dec 7 13:30:23 raspberrypi weewx[660]: **** for packet in self.console.genLoopPackets(): Dec 7 13:30:23 raspberrypi weewx[660]: **** File "/usr/share/weewx/user/wh23xx.py", line 317, in genLoopPackets Dec 7 13:30:23 raspberrypi weewx[660]: **** decoded = WH23xxStation.decode_weather_data(raw) Dec 7 13:30:23 raspberrypi weewx[660]: **** File "/usr/share/weewx/user/wh23xx.py", line 711, in decode_weather_data Dec 7 13:30:23 raspberrypi weewx[660]: **** 2000 + raw[i], raw[i+1], raw[i+2]) Dec 7 13:30:23 raspberrypi weewx[660]: **** IndexError: list index out of range Dec 7 13:30:23 raspberrypi weewx[660]: **** Exiting. Thanks, Nicky -- 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]. For more options, visit https://groups.google.com/d/optout.
