TestWeatherStation

Test connection to weather station.

This is a simple utility to test communication with the weather station. If this doesn’t work, then there’s a problem that needs to be sorted out before trying any of the other programs. Likely problems include not properly installing libusb or PyUSB. Less likely problems include an incompatibility between libusb and some operating systems. The most unlikely problem is that you forgot to connect the weather station to your computer!

usage: python TestWeatherStation.py [options]
options are:
      --help           display this help
 -c | --change         display any changes in "fixed block" data
 -d | --decode         display meaningful values instead of raw data
 -h | --history count  display the last "count" readings
 -l | --live           display 'live' data
 -m | --logged         display 'logged' data
 -u | --unknown        display unknown fixed block values
 -v | --verbose        increase amount of reassuring messages
                       (repeat for even more messages e.g. -vvv)

Functions

main([argv])
raw_dump(pos, data)
TestWeatherStation.raw_dump(pos, data)[source]
TestWeatherStation.main(argv=None)[source]

Previous topic

SetWeatherStation

Next topic

USBQualityTest