Meteoclimatic

Software => WeeWX => Mensaje iniciado por: jantoni en 18 de Septiembre de 2016, 18:29:08

Título: Problemas con la presión barométrica con Oregon WMR300
Publicado por: jantoni en 18 de Septiembre de 2016, 18:29:08
Por si os ha pasado a alguno.....

Extraido del grupo de usuarios de Weewx
Citar
On Monday, September 12, 2016 at 2:14:13 PM UTC-4, Miguel Iniesta wrote:

    Hello,

    Altitude is 1132 m.
    Sorry to say that I don't have remote access to the computer running weewx at the moment.



if you want to test my theory, in wmr300.py v0.10, change this:

        pkt['pressure'] = Station._extract_value(buf[95:97], 0.1) # mbar

to this:

        pkt['barometer'] = Station._extract_value(buf[95:97], 0.1) # mbar

then stop weewx.  wait for at least 15 minutes.  then start weewx.  let us know whether you still see a pressure difference.

m