Page 1 of 1

YW3 & WUHU thunderstorm problems

Posted: Mon Dec 05, 2011 9:34 pm
by sibenik-meteo
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>

Re: YW3 & WUHU thunderstorm problems

Posted: Wed Dec 07, 2011 7:34 pm
by par
Thank you so much for reporting this!

I have overlooked the case when the lightning frequency is specified as a number.
Will be fixed in the next widget release (beginning of the next week).
Though, the lightning frequency still is not going to be reflected.
This feature is on our list but it is not done yet.