--
You received this message because you are subscribed to a topic in the Google Groups "weewx-user" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/weewx-user/3nA3wxSBHKs/unsubscribe.
To unsubscribe from this group and all its topics, send an email to weewx-user+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
On Tue, 23 Apr 2019 at 11:21, Praveen Chandrasekaran <prave...@gmail.com> wrote:
Windy is now accepting data from PWS.--API details below:Would we be seeing a Weewx update soon to support this?
You received this message because you are subscribed to a topic in the Google Groups "weewx-user" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/weewx-user/3nA3wxSBHKs/unsubscribe.
To unsubscribe from this group and all its topics, send an email to weewx...@googlegroups.com.
So, just how long is a Windy API key?I signed up for one, installed Windy 0.3 from github, seems to not like the station ID.
A Windy API key is looonnnnnggggggggg
The station ID used by the windy 0.3 module is not the ID issued to you by windy.com
The station ID is 0 if you have only one reporting station.
If you have 2 more , their numbers would be 1 & 2.
An example of a JSON post with multiple station ID's looks like this...
{
stations:[
{station:0, name:"My Home Station", lat:48.2, lon:28.6, elevation:80, tempheight:2, windheight:10},
{station:1, name:"My Other Station", "lat":47.1, lon:31.2, elevation:122, tempheight:2, windheight:8}
],
details on reporting structure are here...
https://community.windy.com/topic/8168/report-you-weather-station-data-to-windy/2
The failure of your SDR driver might just be a side affect of this module failing.
Change your station ID to 0 and try again.
If your SDR driver fails after that it is most likely a separate problem.
regards
Tim