Page 1 of 1

Daily rain total

Posted: Wed Jan 11, 2012 8:31 pm
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.

Re: Daily rain total

Posted: Thu Jan 12, 2012 1:52 am
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

Re: Daily rain total

Posted: Thu Jan 12, 2012 2:51 pm
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>

Re: Daily rain total

Posted: Tue Jan 17, 2012 4:29 pm
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?

Re: Daily rain total

Posted: Tue Jan 17, 2012 5:54 pm
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

Re: Daily rain total

Posted: Tue Jan 17, 2012 6:03 pm
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.

Re: Daily rain total

Posted: Tue Jan 17, 2012 8:33 pm
by par
My mistake.
The fix will be availabl within a week, at least I hope so.
Thanks for reporting!

Re: Daily rain total

Posted: Wed Jan 18, 2012 1:59 am
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!!

Re: Daily rain total

Posted: Mon Jan 23, 2012 6:38 pm
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!

Re: Daily rain total

Posted: Tue Jan 24, 2012 8:55 am
by par
;)