>
> driver = user.aws
>
Thanks, fixed.
Another question: there's some code at the bottom of the driver that (I
think) lets it run independently of weewx for testing. In my case it starts
with:
if __name__ == '__main__':
> import optparse
> usage = """%prog [options] [--help]"""
> syslog.openlog('aws', syslog.LOG_PID | syslog.LOG_CONS)
> syslog.setlogmask(syslog.LOG_UPTO(syslog.LOG_DEBUG))
>
When I try to run aws.py directly though I get import errors. I'm not sure
if I should worry about it, since for example simulator.py gets an import
error too (in that case its "No module named weedb"). Is it worth looking
into? Note that I made a separate script (arduino_test.py
<https://github.com/wrybread/weewx-ArduinoWeatherStation/blob/master/arduino_test.py>)
for testing the connection to the Arduino.
And last question I hope (ha who am I kidding): the Arduino is simply
reporting wind speed as calculated over the number of rotations that the
cups on the anemometer make over the last 2.5 seconds. It doesn't try to
determine wind speed and gusts separately. I see from the charts that weeWX
is calculating gusts:
[image: Inline image 1]
But when I upload to Weather Underground there's no gusts:
https://www.wunderground.com/personal-weather-station/dashboard?ID=KCASANFR1076#history
I don't imagine there's an easy fix for that?
> Ardweeno
> Winduino
Ha! Love it!
--
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.