On Thursday, October 6, 2016 at 10:10:50 PM UTC-4, Max Frister wrote:
>
> 1. I assume that the driver belongs in bin/user.
>

correct.  anything you put in the user directory will be untouched when you 
upgrade.
 

> 2. In the config, is the driver supposed to specified as  "foo" or 
> "user.foo"?
>

assuming that your code is in the file user/foo.py, then you want:

driver = user.foo
 

> 3. When developing and testing, is it possible to test without a full 
> setup.py install and build?  Is install supposed to propogate the 
> weewx.conf file?
>

in fact, you do not have to build or install weewx - you can simply run the 
code directly from the source tree.  this is a convenient approach for 
development and testing, but you probably want to install for production 
use.

m

-- 
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.

Reply via email to