and it seems to work in general, I first tried it with my windows laptop using Cumulus program that reported to wunderground rainfall/solar/light. Then I connected the station to my raspberry pi, but I'm not sure what ws type to use.
File "/usr/local/lib/python2.7/dist-packages/pywws/LiveLog.py", line 84, in LiveLog
File "/usr/local/lib/python2.7/dist-packages/pywws/Process.py", line 721, in Process
File "/usr/local/lib/python2.7/dist-packages/pywws/Process.py", line 585, in generate_hourly
File "/usr/local/lib/python2.7/dist-packages/pywws/Process.py", line 271, in add_raw
18:02:01:pywws.weather_station:old data {'status': 0, 'hum_out': 95, 'wind_gust': 6.5, 'uv': 0, 'wind_ave': 3.4000000000000004, 'rain': 7.5, 'temp_in': 21.400000000000002, 'illuminance': 0, 'abs_pressure': 993.4000000000001, 'delay': 0, 'hum_in': 52, 'temp_out': 5.7, 'wind_dir': 14}
18:02:01:pywws.weather_station:new data {'status': 0, 'hum_out': 95, 'wind_gust': 4.1000000000000005, 'uv': 0, 'wind_ave': 1.7000000000000002, 'rain': 7.5, 'temp_in': 21.3, 'illuminance': 0, 'abs_pressure': 993.7, 'delay': 0, 'hum_in': 52, 'temp_out': 5.800000000000001, 'wind_dir': 6}
18:02:01:pywws.weather_station:delay 0, pause 0.5
18:02:02:pywws.weather_station:avoid 5.77534294128
18:02:08:pywws.weather_station:live_data new ptr: 000538
18:02:09:pywws.DataLogger:5 catchup records
18:02:09:pywws.Process:Generating summary data
18:02:09:pywws.Process:unexpected data interval 2015-02-22 17:02:00 0:13:56
18:02:09:pywws.Process.HourAcc:2015-02-22 17:02:00 rain reset 5.1 -> 3.9
18:02:09:pywws.Process:unexpected data interval 2015-02-22 17:16:00 0:14:00
18:02:09:pywws.Process:unexpected data interval 2015-02-22 17:19:00 0:03:00
18:02:09:pywws.Process.HourAcc:2015-02-22 17:19:00 rain reset 16.2 -> 6.0
18:02:09:pywws.Process:unexpected data interval 2015-02-22 17:41:00 0:02:00
18:02:09:pywws.Process:unexpected data interval 2015-02-22 17:48:04 0:05:04
18:02:09:pywws.Process.HourAcc:2015-02-22 17:48:04 rain reset 7.2 -> 0.0
18:02:09:pywws.Process:unexpected data interval 2015-02-22 17:53:04 0:03:00
18:02:09:pywws.Process.HourAcc:2015-02-22 17:57:04 rain jump 0.0 -> 7.5
18:02:09:pywws.LiveLog:'illuminance'
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/pywws/LiveLog.py", line 84, in LiveLog
hourly_data, daily_data, monthly_data)
File "/usr/local/lib/python2.7/dist-packages/pywws/Process.py", line 721, in Process
start = generate_hourly(logger, calib_data, hourly_data, start)
File "/usr/local/lib/python2.7/dist-packages/pywws/Process.py", line 585, in generate_hourly
acc.add_raw(data)
File "/usr/local/lib/python2.7/dist-packages/pywws/Process.py", line 271, in add_raw
self.retval[key] = data[key]
KeyError: 'illuminance'
Thanks and thanks for the software, the alternative raspberry pi+pywws is so much better!
Pavel.