Page 1 of 1
Current Wind Speed
Posted: Mon Jun 22, 2015 3:39 pm
by smeaglesmeagle
Hello,
Is there a way to use the HTTP protocol to get the current wind speed instead of the average? I am using a Vantage Pro 2, so if there is a way to make it constantly clear the average so it is always the current would also work.
Thanks.
Re: Current Wind Speed
Posted: Mon Jun 22, 2015 10:09 pm
by admin
The template variables provide current windspeed.
Re: Current Wind Speed
Posted: Mon Jun 22, 2015 11:30 pm
by smeaglesmeagle
According to the documentaion:
1. direction[°]
2. gust speed [m/s]
3. aver. wind speed [m/s]
4. wind chill[°C]
Are the only variables returned in the xml. This is consistent with the XML I receive back.
Code: Select all
Response:
<logger>
<THB date="20080227183508"
id="thb0" temp="22.3" hum="63" dew="6.8" press="998.7"
seapress=1004.3 fc="3" />
<TH date="20080227183510" id="th0" temp="12.5" hum="34" dew="2.3" />
<WIND date="20080227183510" id="wind0" dir="237" gust="12.4"
wind="8.5" chill="8.9" />
<UV date="20080227183521" id="uv0" index="1.2" />
</logger>
Where wind is the average wind speed.
Re: Current Wind Speed
Posted: Tue Jun 23, 2015 10:09 pm
by admin
gust speed is current wind speed. max gust is what you normally call gust.