Author Topic: Weewx and Acurite 02032C Barometer Reading  (Read 1232 times)

0 Members and 1 Guest are viewing this topic.

Offline ms372591

  • Member
  • *
  • Posts: 13
Weewx and Acurite 02032C Barometer Reading
« on: August 04, 2019, 11:22:01 AM »
My weather station shows the barometer at 29.89 but my realtime.txt is sent to my webpage at 30.15. Is there a setting or adjustment that I'm missing.

Offline vreihen

  • El Niño chaser
  • Forecaster
  • *****
  • Posts: 1216
  • K2BIG
WU Gold Stars for everyone! :lol:

Offline ms372591

  • Member
  • *
  • Posts: 13
Re: Weewx and Acurite 02032C Barometer Reading
« Reply #2 on: August 04, 2019, 03:20:44 PM »
Does this help?????

https://github.com/weewx/weewx/wiki/Barometer,-pressure,-and-altimeter

Yes, I've read that before, but I'm not sure if I can get my webpage to display the correct barometer. Awekas has blocked my barometer since it is too high. I wasn't sure if there was something I could change in the config file to make it work.

Offline SnowHiker

  • Forecaster
  • *****
  • Posts: 352
Re: Weewx and Acurite 02032C Barometer Reading
« Reply #3 on: August 04, 2019, 06:32:25 PM »
I wasn't sure if there was something I could change in the config file to make it work.
Check [StdCalibrate] in the config file. http://www.weewx.com/docs/usersguide.htm#StdCalibrate

Offline nincehelser

  • Forecaster
  • *****
  • Posts: 3337
Re: Weewx and Acurite 02032C Barometer Reading
« Reply #4 on: August 04, 2019, 09:12:18 PM »
Does this help?????

https://github.com/weewx/weewx/wiki/Barometer,-pressure,-and-altimeter

Yes, I've read that before, but I'm not sure if I can get my webpage to display the correct barometer. Awekas has blocked my barometer since it is too high. I wasn't sure if there was something I could change in the config file to make it work.

You should be able to make it work.  The reading on they display should be ignored as that is not the actual data that is being sent over the USB port connection.  The data moving over the USB port should be "pressure" (aka "absolute or station"), and you to configure weewx to convert that to "altimeter" or "barometer" as your service wants.

Offline ms372591

  • Member
  • *
  • Posts: 13
Re: Weewx and Acurite 02032C Barometer Reading
« Reply #5 on: August 05, 2019, 07:24:57 AM »
Does this help?????

https://github.com/weewx/weewx/wiki/Barometer,-pressure,-and-altimeter

Yes, I've read that before, but I'm not sure if I can get my webpage to display the correct barometer. Awekas has blocked my barometer since it is too high. I wasn't sure if there was something I could change in the config file to make it work.

You should be able to make it work.  The reading on they display should be ignored as that is not the actual data that is being sent over the USB port connection.  The data moving over the USB port should be "pressure" (aka "absolute or station"), and you to configure weewx to convert that to "altimeter" or "barometer" as your service wants.

So would I say pressure =  barometer under [StdCalibrate] [[Corrections]]?

Offline gjr80

  • Member
  • *
  • Posts: 45
Re: Weewx and Acurite 02032C Barometer Reading
« Reply #6 on: August 05, 2019, 03:24:13 PM »
Does this help?????

https://github.com/weewx/weewx/wiki/Barometer,-pressure,-and-altimeter

Yes, I've read that before, but I'm not sure if I can get my webpage to display the correct barometer. Awekas has blocked my barometer since it is too high. I wasn't sure if there was something I could change in the config file to make it work.

You should be able to make it work.  The reading on they display should be ignored as that is not the actual data that is being sent over the USB port connection.  The data moving over the USB port should be "pressure" (aka "absolute or station"), and you to configure weewx to convert that to "altimeter" or "barometer" as your service wants.

So would I say pressure =  barometer under [StdCalibrate] [[Corrections]]?

You can’t put pressure = barometer under [StdCalibrate] [[Corrections]] (well you can but you will likely have no pressures at all or it will stay as is - not sure which). The reason is the Acurite driver emits pressure (or station pressure) only, no barometer, no altimeter. Provided outside temperature and station altitude are present WeeWX will calculate barometer and altimeter. The problem is these obs are calculated after StdCalibrate is applied, so there will be no barometer to assign to pressure in StdCalibrate.

Don’t own an Acurite but my understanding is the displayed pressure is a proprietary calculation and is neither station pressure nor barometer.

If station altitude is correctly set in WeeWX then there should be no need to change any settings; WeeWX will see pressure from the Acurite driver and then calculate barometer and altimeter.

Gary

 

anything