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

Temp, wind chill, heat index and moon rise fail?

Discussion and questions about Cumulus weather station software version 1. This section is the main place to get help with Cumulus 1 software developed by Steve Loft that ceased development in November 2014.
Post Reply
dev0
Posts: 16
Joined: Fri 05 Feb 2010 11:36 pm
Weather Station: Rosenborg 68700 / WH 1080
Operating System: Vista
Location: Marstal, Denmark
Contact:

Temp, wind chill, heat index and moon rise fail?

Post by dev0 »

Temp, wind chill, heat index and moon rise fail?

Hello people...
I have a error in cumulus, the temp, wind chill and heat index is showing the same thing (right now 0.1'C) I got the problem since last night, and I thought that it maybe would go back to normal again, but it didn't.
Also since last night my moon rise has been ---- and not a time on the day.

Can anyone tell me what that has happened on my cumulus?

There is a screen shot here...


Thanks...
You do not have the required permissions to view the files attached to this post.
User avatar
daj
Posts: 2041
Joined: Tue 29 Jul 2008 8:00 pm
Weather Station: WH1081
Operating System: Pi & MX
Location: SW Scotland
Contact:

Re: Temp, wind chill, heat index and moon rise fail?

Post by daj »

Hi dev0, welcome to the forum.

Moon -- the moon does not rise and set every day
http://wiki.sandaysoft.com/a/FAQ#The_Mo ... ing_dashes.

Heat index is only calculated after a certain threshold
http://wiki.sandaysoft.com/a/Heat_index

Same for Windchill -- it needs wind to calculate a wind chill and your wind is almost Calm at the moment
http://wiki.sandaysoft.com/a/Wind_chill
David
kippfordweather.uk
Cumulus MX & Raspberry Pi
dev0
Posts: 16
Joined: Fri 05 Feb 2010 11:36 pm
Weather Station: Rosenborg 68700 / WH 1080
Operating System: Vista
Location: Marstal, Denmark
Contact:

Re: Temp, wind chill, heat index and moon rise fail?

Post by dev0 »

Okay thanks :)
So there is nothing wrong ?
Thank you for help :)
For safety's sake will you please check my website to see if the data are correct?
The site name is http://weather.togt93.dk
Thanks :)
User avatar
daj
Posts: 2041
Joined: Tue 29 Jul 2008 8:00 pm
Weather Station: WH1081
Operating System: Pi & MX
Location: SW Scotland
Contact:

Re: Temp, wind chill, heat index and moon rise fail?

Post by daj »

Correct, there are no problems with the calculations in Cumulus.

Your website is a little slow, but apart from that there is a problem with your 'trends' page as none of the images are appearing and your 'gauges' page is missing a few images too.
David
kippfordweather.uk
Cumulus MX & Raspberry Pi
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: Temp, wind chill, heat index and moon rise fail?

Post by steve »

No images folder?
Steve
User avatar
daj
Posts: 2041
Joined: Tue 29 Jul 2008 8:00 pm
Weather Station: WH1081
Operating System: Pi & MX
Location: SW Scotland
Contact:

Re: Temp, wind chill, heat index and moon rise fail?

Post by daj »

steve wrote:No images folder?
I'm not sure -- the main picture is there

http://togt93.dk/weather/images/picture.jpg

and it loads ok
David
kippfordweather.uk
Cumulus MX & Raspberry Pi
dev0
Posts: 16
Joined: Fri 05 Feb 2010 11:36 pm
Weather Station: Rosenborg 68700 / WH 1080
Operating System: Vista
Location: Marstal, Denmark
Contact:

Re: Temp, wind chill, heat index and moon rise fail?

Post by dev0 »

Yes there is, but only to the Danish version of the site...
It wouldn't accept that the files were in another folder on the server :S
I tried to change the URL of the image in indexT.htm file but it didn't work :(
the danish version is here: http://vejr.togt93.dk
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: Temp, wind chill, heat index and moon rise fail?

Post by steve »

For the graphs, it should just be a case of changing the links in trendsT.htm to point at your Danish site:

Code: Select all

<td class="td_thumbnails"><a onclick='changeImage("images/wind.png")'><img src="images/windsm.png" alt="Wind Graph Thumbnail" width="150" height="100" border="0" /></a></td>
becomes

Code: Select all

<td class="td_thumbnails"><a onclick='changeImage("http://togt93.dk/images/wind.png")'><img src="http://togt93.dk/images/windsm.png" alt="Wind Graph Thumbnail" width="150" height="100" border="0" /></a></td>
and so on. I think.
Steve
dev0
Posts: 16
Joined: Fri 05 Feb 2010 11:36 pm
Weather Station: Rosenborg 68700 / WH 1080
Operating System: Vista
Location: Marstal, Denmark
Contact:

Re: Temp, wind chill, heat index and moon rise fail?

Post by dev0 »

Okay thanks, I will try it again :)
Otherwise im coming back ;)
dev0
Posts: 16
Joined: Fri 05 Feb 2010 11:36 pm
Weather Station: Rosenborg 68700 / WH 1080
Operating System: Vista
Location: Marstal, Denmark
Contact:

Re: Temp, wind chill, heat index and moon rise fail?

Post by dev0 »

I got the moon image and the gauges paged working now, but can't get the trends images working :(
I have put the hole address of the images into the images address...
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: Temp, wind chill, heat index and moon rise fail?

Post by steve »

dev0 wrote:I have put the hole address of the images into the images address...
You've missed some:

The default large image:

Code: Select all

<p> <img src="images/wind.png" name="graphs" id="graphs" title="Weather Graphs" alt="Weather Graphs"/></p>
and the thumbnails:

Code: Select all

<img src="images/windsm.png" 
and so on.
Steve
dev0
Posts: 16
Joined: Fri 05 Feb 2010 11:36 pm
Weather Station: Rosenborg 68700 / WH 1080
Operating System: Vista
Location: Marstal, Denmark
Contact:

Re: Temp, wind chill, heat index and moon rise fail?

Post by dev0 »

oh thanks... i havent seen that :)
It is working now, thanks alot :)
User avatar
beteljuice
Posts: 3292
Joined: Tue 09 Dec 2008 1:37 pm
Weather Station: None !
Operating System: W10 - Threadripper 16core, etc
Location: Dudley, West Midlands, UK

Re: Temp, wind chill, heat index and moon rise fail?

Post by beteljuice »

It's working for me ?
Image
......................Imagine, what you will KNOW tomorrow !
Post Reply