Thank you very much. The site ...oneeyedman....
For my instllation I must change the line 23 in
extra_sensors_service.py
from
except Exception, e:
to
except Exception as e:
and it works now:
"weewx weewxd: extrasensors: found pressure value of 999.25 mbar"
Is it correct that weewx now uses this value for pressure instead of the connected weather station pressure value?
Regards,
Martin