YW3 & WUHU thunderstorm problems
Posted: Mon Dec 05, 2011 9:34 pm
I didnt's see is somebody notice that. When you send data of thunderstorm with WUHU it is work on yw2 but on yw3 isn't. This is script with thunderstorm observation send by WUHU.
Code: Select all
<response>
<current_weather>
<temperature unit="c">
<current value="14.9"/>
<feels_like value="14.9"/>
</temperature>
<humidity value="80"/>
<pressure value="1005.42" trend="-0.34" unit="hPa"/>
<wind>
<speed value="0.0" unit="kph"/>
<direction value="315"/>
<gust value="0.0" unit="kph"/>
</wind>
<sky>
<clouds value="overcast" include="always"/>
<description value="Overcast"/>
<precipitation>
<rain>
<rate value="1.02" unit="mmph"/>
<daily_total value="8.89" unit="mm"/>
</rain>
</precipitation>
<thunderstorm value="12"/>
</sky>
<auto_update>
<interval value="65"/>
</auto_update>
</current_weather>
</response>