Hi,

event.record['inTemp'] should be numeric but line[0] is a string. Try 
converting line[0] to a float using float(line[0]). Likewise for inHumidity and 
barometer.

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