Daily rain total

Have you found an error? Report here!
Post Reply
mdwx

Daily rain total

Post by mdwx »

Hello,

I have added the daily rain total attribute, but it is showing 0, while my xml file is showing .04".

Here is my xml file:

Code: Select all

<response>
	<current_weather>
		<temperature unit="f">
			<current value="44.9"/>
			<feels_like value="44.9"/>
		</temperature>
		<humidity value="93"/>
		<pressure value="29.91" trend="-0.03" unit="inchMerc"/>
		<wind>
			<speed value="1.0" unit="mph"/>
			<direction value="115"/>
			<gust value="3.0" unit="mph"/>
		</wind>
		<sky>
			<precipitation>
				<rain>
					<rate value="0.02" unit="iph"/>
					<daily_total value="0.04" unit="inch"/>
				</rain>
			</precipitation>
		</sky>
		<auto_update>
			<interval value="65"/>
		</auto_update>
	</current_weather>
</response>
Attached is a screenshot of the YoWindow.
Attachments
yowindow.png
yowindow.png (552.1 KiB) Viewed 6397 times
User avatar
Mallorca
Posts: 1757
Joined: Sun Jul 11, 2010 8:59 am
Name: Werner Heidotting
Location: Son Servera, Mallorca, Spain
Contact:

Re: Daily rain total

Post by Mallorca »

Hi,
it is not possible to show down to two decimal points (same as temperature)
In your case we talk about 4 hundreds of an inch!
Werner
mdwx

Re: Daily rain total

Post by mdwx »

I see daily rain total to the hundredth of an inch in YoWindow. So far today I have received 0.35" of rain, yet YoWindow is showing 0.01"

Here is the xml:

Code: Select all

<response>
<current_weather>
<temperature unit="f">
<current value="44.1"/>
<feels_like value="41.3"/>
</temperature>
<humidity value="95"/>
<pressure value="29.50" trend="0.03" unit="inchMerc"/>
<wind>
<speed value="3.8" unit="mph"/>
<direction value="274"/>
<gust value="10.0" unit="mph"/>
</wind>
<sky>
<precipitation>
<rain>
<rate value="0.00" unit="iph"/>
<daily_total value="0.35" unit="inch"/>
</rain>
</precipitation>
</sky>
<auto_update>
<interval value="65"/>
</auto_update>
</current_weather>
</response>
Attachments
rain.png
rain.png (65.11 KiB) Viewed 6376 times
mdwx

Re: Daily rain total

Post by mdwx »

I am still seeing an issue with the Daily Rainfall. I think it might be a decimal problem.

I currently have 0.13" of rainfall today, but YoWindow is reporting 0.01" for Daily Rainfall.

Code: Select all

<response>
<current_weather>
<temperature unit="f">
<current value="44.6"/>
<feels_like value="44.6"/>
</temperature>
<humidity value="93"/>
<pressure value="29.96" trend="-0.03" unit="inchMerc"/>
<wind>
<speed value="1.3" unit="mph"/>
<direction value="240"/>
<gust value="6.0" unit="mph"/>
</wind>
<sky>
<precipitation>
<rain>
<rate value="0.01" unit="iph"/>
<daily_total value="0.13" unit="inch"/>
</rain>
</precipitation>
</sky>
<auto_update>
<interval value="65"/>
</auto_update>
</current_weather>
</response>
Could it be that YoWindow is translating the total wrong and putting an extra 0 after the decimal point? Making .10" .01" by mistake?
User avatar
countryroads
Posts: 8844
Joined: Tue Apr 27, 2010 3:38 am
Name: Marty
Location: Mansfield, Ohio USA
Contact:

Re: Daily rain total

Post by countryroads »

Hi,

I am curious to know what is showing on your Desktop which is still YoWindow 2?

Please let us know if the rain total is okay there.

Thank you,

Marty
mdwx

Re: Daily rain total

Post by mdwx »

countryroads wrote:Hi,

I am curious to know what is showing on your Desktop which is still YoWindow 2?

Please let us know if the rain total is okay there.

Thank you,

Marty
Hi Marty,

I just checked and yes, the rain total is correct on my Desktop.
User avatar
par
Posts: 8741
Joined: Mon Sep 21, 2009 11:56 am
Name: Pasha
Location: Saint-Petersburg, Russia
Contact:

Re: Daily rain total

Post by par »

My mistake.
The fix will be availabl within a week, at least I hope so.
Thanks for reporting!
Get YoWindow weather app for your phone or tablet.

Image Image Image
mdwx

Re: Daily rain total

Post by mdwx »

par wrote:My mistake.
The fix will be availabl within a week, at least I hope so.
Thanks for reporting!
Thank you very much!!
mdwx

Re: Daily rain total

Post by mdwx »

par wrote:My mistake.
The fix will be availabl within a week, at least I hope so.
Thanks for reporting!
Daily Rain Total is now correct!! Thanks so much!
User avatar
par
Posts: 8741
Joined: Mon Sep 21, 2009 11:56 am
Name: Pasha
Location: Saint-Petersburg, Russia
Contact:

Re: Daily rain total

Post by par »

;)
Get YoWindow weather app for your phone or tablet.

Image Image Image
Post Reply