Autor Tema: Problemas con la presión barométrica con Oregon WMR300  (Leído 2613 veces)

0 Usuarios y 1 Visitante están viendo este tema.

Desconectado jantoni

  • Investigación
  • Hero Member
  • ******
  • Mensajes: 3.829
    • Ver Perfil
  • Estación: ESMAD2800000028522A
Problemas con la presión barométrica con Oregon WMR300
« en: 18 de Septiembre del 2016, 18:29:08 pm »
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