Code: Select all
<!-- L$ D$ -->
<!--YOWINDOW XML - PWS SPECS WeatherCat version: 2.30 date: 2013-12-24 14:56:26 -->
<!-- Remove auto_update section if wanting the default, otherwise in seconds -->
<!-- Remove snow section if not inputting snow -->
<!-- Remove the uv and solar tags if those sensors aren't present -->
<response>
<current_weather>
<auto_update>
<interval value="300"/>
</auto_update>
<temperature unit="TEMPUNITS$">
<current value="STAT$TEMPERATURE:CURRENT$"/>
<feels_like value="STAT$AT_US:CURRENT$"/>
</temperature>
<humidity value="STAT$EXTHUMIDITY:CURRENT$"/>
<pressure value="STAT$PRESSURE:CURRENT$" unit="PRESSUREUNITS$" trend="STAT$PRESSURE:DELTA1$"/>
<wind>
<speed value="STAT$AVERAGEWINDSPEED:CURRENT$" unit="WINDSPEEDUNITS$"/>
<gusts value="STAT$WINDGUST:CURRENT$" unit="WINDSPEEDUNITS$" />
<direction value="STAT$WINDDIRECTION:CURRENT$" />
</wind>
<sky>
<precipitation>
<rain>
<daily_total value="STAT$RAIN:TOTAL:TODAY$%" unit="RAINUNITS$"/>
</rain>
</precipitation>
</sky>
</current_weather>
</response>
I forgot: here is the xml when weather cat is finished with it:
<!-- Daisendorf Am Gärtlesberg 4 Jan 2014 3:07 PM -->
<!--YOWINDOW XML - PWS SPECS WeatherCat version: 2.30 date: 2013-12-24 14:56:26 -->
<!-- Remove auto_update section if wanting the default, otherwise in seconds -->
<!-- Remove snow section if not inputting snow -->
<!-- Remove the uv and solar tags if those sensors aren't present -->
<response>
<current_weather>
<auto_update>
<interval value="300"/>
</auto_update>
<temperature unit="°F">
<current value="40.9"/>
<feels_like value="37.8"/>
</temperature>
<humidity value="96"/>
<pressure value="29.51" unit="inHg" trend="-0.00"/>
<wind>
<speed value="3" unit="MPH"/>
<gusts value="8" unit="MPH" />
<direction value="122" />
</wind>
<sky>
<precipitation>
<rain>
<daily_total value="0.01%" unit="in"/>
</rain>
</precipitation>
</sky>
<uv value="0.0"/>
<solar energy="0"/>
</current_weather>
</response>