If you set debug=2, weewx will log the actual URLs sent to the Weather Underground. To help you identify them, log entries will start with
restx: Ambient: url: Take a look at them and make sure that the parameter 'windgustmph' is being set. I'd go with "ISSduino" -tk On Wed, Apr 5, 2017 at 8:36 PM, Alec Bennett <[email protected]> wrote: > 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. > -- 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.
