Page 1 of 1

Presure NaN hPa

Posted: Mon Jun 08, 2015 11:16 pm
by zakos52
Hello to all friends,
In YoWindow with my station meteorological data (http://vyronas.meteoclub.gr), the pressure value is not displayed, but instead the display NaN hPa, in recent days.
look at the link http://vyronas.meteoclub.gr/yo1.jpg for a picture.
I use Visual Weather Station program and the file yowindow.htx
creates the file yowindow.xml, in which the pressure value is there, but does not appear in yowindow.

html code for yowindow.htx

Code: Select all

<?xml version="1.0" encoding="UTF-8"?>
<response>
<current_weather>
<temperature>
<current value="^vxv007^" />
<feels_like value="^vxv027^" />
</temperature>
<humidity value="^vxv005^" />
<pressure value="^vxv023^" trend="^vvr023^" />
<wind>
<speed value="^vxv002^" />
<direction value="^vxv001^" />
</wind>
<sky>
<clouds>
<description value="^climate_cconds1^"/>
</clouds>
<precipitation>
<rain>
<rate value="^vxv124^" unit="mmph" />
<daily_total value="^vxv121^" unit="mm" />
</rain>
</precipitation>
</sky>
<uv value="^vxv017^" />
<solar radiation="^vxv018^" />
<auto_update>
<interval value="60"/>
</auto_update>
</current_weather>
</response>
File yowindow.xml

Code: Select all

<?xml version="1.0" encoding="UTF-8"?>
<response>
<current_weather>
<temperature>
<current value="21.6" />
<feels_like value="23.7" />
</temperature>
<humidity value="71" />
<pressure value="[b][color=#FF0000]1017.0[/color][/b]" trend="0.7" />
<wind>
<speed value="6.1" />
<direction value="E" />
</wind>
<sky>
<clouds>
<description value="Partly Cloudy "/>
</clouds>
<precipitation>
<rain>
<rate value="0.0"/>
<daily_total value="0.0"/>
</rain>
</precipitation>
</sky>
<uv value="0.0" />
<solar radiation="0" />
<auto_update>
<interval value="60"/>
</auto_update>
</current_weather>
</response>
The same happens in yowindow, in two other stations in Greece
http://www.meteoarachova.com and http://oinofyta.meteoclub.gr

I am waiting for your help

Kostas

Re: Presure NaN hPa

Posted: Sat Jun 27, 2015 2:00 pm
by FvE