I agree with Tom, it should be as simple as replacing the line

packet['pressure'] = self._sensor1.read_pressure() * weewx.units.
INHG_PER_MBAR

with

packet['pressure'] = self._sensor1.read_pressure()/100.0

in your driver. What do you see if you make this change (if you have not 
already) and then run weeWX directly 
<http://weewx.com/docs/usersguide.htm#Running_directly>. It would be 
interesting to see what appears in the loop packets.

Gary

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