Author Topic: CumulusMX build 3045  (Read 2652 times)

0 Members and 1 Guest are viewing this topic.

Offline PaulMy

  • Forecaster
  • *****
  • Posts: 5509
    • KomokaWeather
CumulusMX build 3045
« on: December 24, 2018, 09:11:41 AM »

Offline ValentineWeather

  • Forecaster
  • *****
  • Posts: 6364
    • Valentine Nebraska's Real-Time Weather
Re: CumulusMX build 3045
« Reply #1 on: December 24, 2018, 10:09:56 AM »
Any changes for humidity calibration? I wouldn't hesitate if I could find a workaround for the high Davis sensor humidity bias.
Mark mentioned he would look at making the calibration more like WD with a better slope.
Randy

Offline mcrossley

  • Forecaster
  • *****
  • Posts: 1132
    • Wilmslow Astro
Re: CumulusMX build 3045
« Reply #2 on: December 24, 2018, 10:31:55 AM »
Any changes for humidity calibration? I wouldn't hesitate if I could find a workaround for the high Davis sensor humidity bias.
Mark mentioned he would look at making the calibration more like WD with a better slope.
Yes, I added a second order (slope) correction factor for humidity, it works the same as the existing temperature second order factor - you have to add it to the ini file manually.
Mark

Offline ValentineWeather

  • Forecaster
  • *****
  • Posts: 6364
    • Valentine Nebraska's Real-Time Weather
Re: CumulusMX build 3045
« Reply #3 on: December 24, 2018, 11:27:59 AM »
Any changes for humidity calibration? I wouldn't hesitate if I could find a workaround for the high Davis sensor humidity bias.
Mark mentioned he would look at making the calibration more like WD with a better slope.
Yes, I added a second order (slope) correction factor for humidity, it works the same as the existing temperature second order factor - you have to add it to the ini file manually.

Thankyou  =D>

Now to make the changeover.
Randy

Offline freddie

  • Member
  • *
  • Posts: 24
    • Alcaston Weather
Re: CumulusMX build 3045
« Reply #4 on: December 27, 2018, 05:04:15 PM »
Yes, I added a second order (slope) correction factor for humidity, it works the same as the existing temperature second order factor - you have to add it to the ini file manually.
So it is a multiplier now, rather than an offset?
Freddie

Offline mcrossley

  • Forecaster
  • *****
  • Posts: 1132
    • Wilmslow Astro
Re: CumulusMX build 3045
« Reply #5 on: December 27, 2018, 05:43:12 PM »
It is a quadratic function. CMX already had a multiplier (gradient) and offset for humidity, this adds a multiplier of the square value. So maybe my using 'slope' is confusing, the new mult2 will transform the curve...

CalcHum = (hum*hum*mult2) + (hum*mult) + offset

You will need to use something like Excel or MathCAD to find the correct values for your sensor to plug-in to get the correction you desire to match a calibrated value.
Mark

Offline freddie

  • Member
  • *
  • Posts: 24
    • Alcaston Weather
Re: CumulusMX build 3045
« Reply #6 on: December 27, 2018, 05:54:33 PM »
CMX already had a multiplier (gradient) and offset for humidity
I didn't realise this - didn't see it on the Wiki (I checked both sections for both versions of Cumulus).  Can you supply a link to it on the Wiki, or the tags to use if it really isn't there, please?
Freddie

Offline ValentineWeather

  • Forecaster
  • *****
  • Posts: 6364
    • Valentine Nebraska's Real-Time Weather
Re: CumulusMX build 3045
« Reply #7 on: December 27, 2018, 06:00:10 PM »
That's good information, I downloaded and was clueless how it worked still am actually...LOL  First time I ever looked at MX.
I'll need to play with it, so my understanding the INI file comes over with the original 1.9.4 Cumulus because I don't see it anywhere else. Both versions are mixed in the same folder and looks like MX has adopted the same settings as before.
Even after I added the new offset in INI file editor I don't see in MX window, hope that's normal.
Randy

Offline ValentineWeather

  • Forecaster
  • *****
  • Posts: 6364
    • Valentine Nebraska's Real-Time Weather
Re: CumulusMX build 3045
« Reply #8 on: December 27, 2018, 06:03:09 PM »
Freddie do you need this info?
- Added second order humidity correction factor, works the same as the temperature. It has to be set manually in Cumulus.ini.
   - Cumulus.ini
      [Offsets]
      HumMult2=0.0

You need to add the HumMult2=0.0 to offsets in INI file I believe.

Link is here: https://github.com/mcrossley/CumulusMX/blob/master/Updates.txt
Randy

Offline freddie

  • Member
  • *
  • Posts: 24
    • Alcaston Weather
Re: CumulusMX build 3045
« Reply #9 on: December 27, 2018, 06:24:41 PM »
Hi Randy,

Yes, that's exactly what I was after.  Thank you!
Freddie

Offline ValentineWeather

  • Forecaster
  • *****
  • Posts: 6364
    • Valentine Nebraska's Real-Time Weather
Re: CumulusMX build 3045
« Reply #10 on: December 27, 2018, 06:34:42 PM »
Hi Randy,

Yes, that's exactly what I was after.  Thank you!

If you figure it out and what numbers to use please share.
Randy

Offline DW7240

  • Senior Contributor
  • ****
  • Posts: 225
    • The Vicarage Weather Feed
Re: CumulusMX build 3045
« Reply #11 on: January 01, 2019, 06:00:30 PM »
Hi,

Recently updated to ver 3045, and I have noticed that my twitter account no longer updates, I have changed no settings and have not had this issue in the past with updating Cumulus files.

Any ideas would be gratefully received.

Thanks.

Nick. dw7240.com


Offline ConligWX

  • Forecaster
  • *****
  • Posts: 836
  • #conligwx
    • conligwx.org
Re: CumulusMX build 3045
« Reply #12 on: January 01, 2019, 06:31:08 PM »
I think it is to do with twitter's change in limits as CumulusMX is classed as an app and limit is per app not per user tweeting.

More discussion about this here:

https://cumulus.hosiene.co.uk

Sent from my ONEPLUS A6003 using Tapatalk

Regards Simon
Davis Vantage Pro2 Plus (6162UK) • Daytime FARS • WeatherLink Live • AirLink • PurpleAir PA-II-SD • CumulusMX •


Offline freddie

  • Member
  • *
  • Posts: 24
    • Alcaston Weather
Re: CumulusMX build 3045
« Reply #13 on: January 18, 2019, 04:31:45 PM »
Hi Randy,

Yes, that's exactly what I was after.  Thank you!

If you figure it out and what numbers to use please share.
I actually need a cubic equation - not a quadratic :-(
Freddie

Offline freddie

  • Member
  • *
  • Posts: 24
    • Alcaston Weather
Re: CumulusMX build 3045
« Reply #14 on: September 05, 2019, 11:32:01 AM »
Hi Randy,

Yes, that's exactly what I was after.  Thank you!

If you figure it out and what numbers to use please share.
I've had a play with this and used Excel Solver to work out the coefficients.  I have used the following:
Code: [Select]
HumMult2=0.005535
HumMult=0.484336
HumOffset=-0.619714

This seems to be working very well.  It corrects a slight under-read above 85-90%, and (more importantly) corrects the larger over-read below 75-80%.
Freddie

 

anything