Welcome to the Cumulus Support forum.

Latest Cumulus MX V3 release 3.28.6 (build 3283) - 21 March 2024

Cumulus MX V4 beta test release 4.0.0 (build 4019) - 03 April 2024

Legacy Cumulus 1 release 1.9.4 (build 1099) - 28 November 2014
(a patch is available for 1.9.4 build 1099 that extends the date range of drop-down menus to 2030)

Download the Software (Cumulus MX / Cumulus 1 and other related items) from the Wiki

WMR928

Topics about the Beta trials up to Build 3043, the last build by Cumulus's founder Steve Loft. It was by this time way out of Beta but Steve wanted to keep it that way until he made a decision on his and Cumulus's future.

Moderator: mcrossley

User avatar
steve
Cumulus Author
Posts: 26701
Joined: Mon 02 Jun 2008 6:49 pm
Weather Station: None
Operating System: None
Location: Vienne, France
Contact:

Re: WMR928

Post by steve »

The apparent temperature is an easy fix. Basically, this (the WMR928 code) is all mainly 'old' code from Cumulus 2. Anything I added to Cumulus since I wrote that code is likely to be missing, like apparent temperature.

I suspect the records error is something to do with the French settings. What does that error message translate to? Cannot close the stream while all the bytes have not been written?
Steve
User avatar
laulau
Posts: 678
Joined: Tue 13 Oct 2009 10:52 pm
Weather Station: WeatherDuino Pro2
Operating System: Win 7
Location: Meyenheim, Alsace, FR
Contact:

Re: WMR928

Post by laulau »

laulau wrote: I suspect the records error is something to do with the French settings. What does that error message translate to? Cannot close the stream while all the bytes have not been written?
Yes
If i delete the Temperature and Wind section of my Alltime.ini it's ok.
Something else : in Extralog.. files RCLF is missing after each log.
You do not have the required permissions to view the files attached to this post.
Laurent

Image
User avatar
steve
Cumulus Author
Posts: 26701
Joined: Mon 02 Jun 2008 6:49 pm
Weather Station: None
Operating System: None
Location: Vienne, France
Contact:

Re: WMR928

Post by steve »

laulau wrote:If i delete the Temperature and Wind section of my Alltime.ini it's ok.
The values in those sections are floating point, so it's an issue with the JSON encoding because of the comma decimal format (the ini file code uses invariant culture, so they appear in there with decimal points)
Something else : in Extralog.. files RCLF is missing after each log.
Thanks, I'll fix that.
Steve
User avatar
laulau
Posts: 678
Joined: Tue 13 Oct 2009 10:52 pm
Weather Station: WeatherDuino Pro2
Operating System: Win 7
Location: Meyenheim, Alsace, FR
Contact:

Re: WMR928

Post by laulau »

steve wrote:The values in those sections are floating point, so it's an issue with the JSON encoding because of the comma decimal format (the ini file code uses invariant culture, so they appear in there with decimal points)
I don't understand because my Win regional settings are "point" for decimal and comma for list separator. :oops:
CaptCMX.JPG
You do not have the required permissions to view the files attached to this post.
Laurent

Image
User avatar
steve
Cumulus Author
Posts: 26701
Joined: Mon 02 Jun 2008 6:49 pm
Weather Station: None
Operating System: None
Location: Vienne, France
Contact:

Re: WMR928

Post by steve »

Ah, OK. Are there any errors in the browser console when you get this error?
Steve
User avatar
laulau
Posts: 678
Joined: Tue 13 Oct 2009 10:52 pm
Weather Station: WeatherDuino Pro2
Operating System: Win 7
Location: Meyenheim, Alsace, FR
Contact:

Re: WMR928

Post by laulau »

Yes,
I post a screen shot in my earlier post.
translation
Cannot close the stream while all the bytes have not been written?
Laurent

Image
User avatar
steve
Cumulus Author
Posts: 26701
Joined: Mon 02 Jun 2008 6:49 pm
Weather Station: None
Operating System: None
Location: Vienne, France
Contact:

Re: WMR928

Post by steve »

I mean in the web browser developer console.
Steve
User avatar
laulau
Posts: 678
Joined: Tue 13 Oct 2009 10:52 pm
Weather Station: WeatherDuino Pro2
Operating System: Win 7
Location: Meyenheim, Alsace, FR
Contact:

Re: WMR928

Post by laulau »

:oops:
I need one more coffee to better read your question:
in the web browser developer console
CaptCMX.JPG
You do not have the required permissions to view the files attached to this post.
Laurent

Image
User avatar
steve
Cumulus Author
Posts: 26701
Joined: Mon 02 Jun 2008 6:49 pm
Weather Station: None
Operating System: None
Location: Vienne, France
Contact:

Re: WMR928

Post by steve »

I've actually just had the same error message while trying some new code, so I know what it's caused by - it's a problem with the JSON data. In my case it was a degree symbol incorrectly encoded. So it's something to do with data format conversion on your system. But I don't know what, exactly.
Steve
User avatar
laulau
Posts: 678
Joined: Tue 13 Oct 2009 10:52 pm
Weather Station: WeatherDuino Pro2
Operating System: Win 7
Location: Meyenheim, Alsace, FR
Contact:

Re: WMR928

Post by laulau »

Hi Steve,
I've done some more testing with Alltime.ini an date of records.
I take a Alltime.ini without the error changed the date of hightemp from:
(month 01 to 02)
  • [Temperature]
    hightempvalue=22
    hightemptime=11/01/2014 14:30:00
OK
to
  • [Temperature]
    hightempvalue=22
    hightemptime=11/02/2014 14:30:00
ERROR
And it doesn't load completely the record page any more.
Laurent

Image
User avatar
steve
Cumulus Author
Posts: 26701
Joined: Mon 02 Jun 2008 6:49 pm
Weather Station: None
Operating System: None
Location: Vienne, France
Contact:

Re: WMR928

Post by steve »

That's just weird!
Steve
User avatar
laulau
Posts: 678
Joined: Tue 13 Oct 2009 10:52 pm
Weather Station: WeatherDuino Pro2
Operating System: Win 7
Location: Meyenheim, Alsace, FR
Contact:

Re: WMR928

Post by laulau »

Build 3007 improvements:
laulau wrote: Something else : in Extralog.. files RCLF is missing after each log.
I noticed that the apparent temperature is always 0.
the minutes of full hours are missing in #MinutesSinceLastRainTip.
Fixed
laulau wrote:In charts the wind unit is showing (mph) not km/h and values are m/s like in dashboard
Values are km/h but in charts the wind unit is still showing (mph)


But :
laulau wrote:When i try to look at Records page CMX dosbox throw out an error :
Not fixed (with my C1 Alltime.ini)
Laurent

Image
User avatar
steve
Cumulus Author
Posts: 26701
Joined: Mon 02 Jun 2008 6:49 pm
Weather Station: None
Operating System: None
Location: Vienne, France
Contact:

Re: WMR928

Post by steve »

laulau wrote:Values are km/h but in charts the wind unit is still showing (mph)
I think I forgot to include the changed files for the user interface!
Steve
User avatar
laulau
Posts: 678
Joined: Tue 13 Oct 2009 10:52 pm
Weather Station: WeatherDuino Pro2
Operating System: Win 7
Location: Meyenheim, Alsace, FR
Contact:

Re: WMR928

Post by laulau »

Last build (3008) still working with WMR928 on windows ;)
I have not tried everything, just have a quick go.
Laurent

Image
User avatar
laulau
Posts: 678
Joined: Tue 13 Oct 2009 10:52 pm
Weather Station: WeatherDuino Pro2
Operating System: Win 7
Location: Meyenheim, Alsace, FR
Contact:

Re: WMR928

Post by laulau »

laulau wrote:When i try to look at Records page CMX dosbox throw out an error :
Still have the same issue with build 3011 when trying to look at my C1 Altime.ini in records.html.
  • "System.InvalidOperationException: Impossible de fermer le flux tant que tous les octets ne sont pas écrits.
    à System.Net.HttpResponseStream.Dispose(Boolean disposing)
    à System.IO.Stream.Close()"

I noticed that after a error is shown in the dosbox i have 'press Enter to terminate' instead of 'Type Ctrl-C to terminate'
Laurent

Image
Locked