WXforum.net

Weather Software => Cumulus => Topic started by: PaulMy on December 24, 2018, 09:11:41 AM

Title: CumulusMX build 3045
Post by: PaulMy on December 24, 2018, 09:11:41 AM

Mark has posted the new current build https://cumulus.hosiene.co.uk/viewtopic.php?f=27&t=17213
and further https://cumulus.hosiene.co.uk/viewtopic.php?f=27&t=17214


Enjoy,
Paul
Title: Re: CumulusMX build 3045
Post by: ValentineWeather 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.
Title: Re: CumulusMX build 3045
Post by: mcrossley 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.
Title: Re: CumulusMX build 3045
Post by: ValentineWeather 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.
Title: Re: CumulusMX build 3045
Post by: freddie 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?
Title: Re: CumulusMX build 3045
Post by: mcrossley 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.
Title: Re: CumulusMX build 3045
Post by: freddie 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?
Title: Re: CumulusMX build 3045
Post by: ValentineWeather 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.
Title: Re: CumulusMX build 3045
Post by: ValentineWeather 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
Title: Re: CumulusMX build 3045
Post by: freddie on December 27, 2018, 06:24:41 PM
Hi Randy,

Yes, that's exactly what I was after.  Thank you!
Title: Re: CumulusMX build 3045
Post by: ValentineWeather 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.
Title: Re: CumulusMX build 3045
Post by: DW7240 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
Title: Re: CumulusMX build 3045
Post by: ConligWX 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

Title: Re: CumulusMX build 3045
Post by: freddie 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 :-(
Title: Re: CumulusMX build 3045
Post by: freddie 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%.