On Wednesday, September 28, 2016 at 2:58:58 PM UTC-4, Steve2Q wrote:
>
> Steve and Matthew: I am still working on my detector and am continuing to 
> follow this thread.
>
> One of the problems I have been having is many false positives, so I 
> decided to change the "calibration" parameter. It started as 6, I then 
> changed it to 8. I did these changes within weewx.conf under [AS3935]. When 
> I look at weewx/bin/user/as3935.py I see that the calibration figure is 
> still 6. My question is do I only change the parameters under weewx.conf or 
> do I also (or only) change as3935.py?
>

the whole point of having a configuration file is so that you can change 
parameters without modifying any code.  if you want a calibration of 8, 
then do this:

[AS3935]
    calibration = 8
 

> Another question is, should I change "indoors" to "outdoors" under 
> as3935.py?
>

the 'indoors' option is boolean, so you want

[AS3935]
    indoors = false

for an outdoor installation.

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 weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to