the tag $current.rxCheckPercent is showing 1% on the standard page

config file has
rxCheckPercent = rssi.00002273.*
in the sensor_map

the data is rssi=3

in the interceptor.py version 0.15 is the line 
pkt['rssi'] = float(data[n]) / 4.0

if i change it to
pkt['rssi'] = float(data[n]) * 25
then $current.rxCheckPercent shows 75%

is the 1% right?

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