Upload to windy.com

Hi all,

Thanks for pulling that off, Brian.

I updated WD and I am uploading to windy.com as well. I have found out that my info showing as well via CWOP. Will keep an eye on it.

Cheers.

I have been chatting with the windy.com developers (the contacted me)
the api url is lively to change as its still in beta
sounds like they will allow station data download too in the future

actually I see that when you check your station info after registering there is a button to take to you view your data
and that shows my actual data that is sent, as the station name is what I registered it up as :slight_smile:
i.e
https://www.windy.com/station/pws-f071a566?-37.128,174.608,8,i:pressure

see attached


Thanks for the update Brian. I have just seen that. Actually in the about area, it reports there is a duplicate station at that location. No wonder!, hahaha.

Thanks a lot Brian :slight_smile:

As I explore this, those maps look good.
I may have to replace the WU maps that are stuck on Feb 16th.

I believe they do have a web page insert you can use of which is can be quite comprehensive

new .zip update of WD to change where the data is sent to (they have changed it…it is Beta, so that happens)

my data has been working great overnight
https://www.windy.com/station/pws-f071a566?-37.128,174.608,8,i:pressure

you can scroll through my data…forecast data for my site also shown :slight_smile:

I was just going to download the update and give it a try but, there appears to be technical difficulties with Weather Display page at present…

ERR_CONNECTION_TIMED_OUT

seems to be OK now?

Yes, it looks ok now, thanks

Got it all working. And yes, you can embed maps on web pages. I have one here: http://www.daculaweather.com/4_us_animation.php

I did have a bug with the wind direction sending
so make sure you have the latest update of WD

I also have added support to the Mac and Linux versions

Hi!
Try and use the Weather Display to upload my 2nd weather station. Have registered 2 stations on the same API

This will then get 1 in front of id, but with the same API key.

The problem is that windy does not receive data. Is there anything I must do to make this work.

I would contact Windy, but I suspect that API key is unique to “one” station only. otherwise how would they know which station you r trying to upload. You need to two accounts on Windy.

This text taken from windy.

Use our fully programmable API for adding and managing multiple stations.

B/ POST JSON
URL: https://stations.windy.com/pws/update/API-KEY
Use for upload data for one or more stations in a single call.
Example:
JSON for creating (updating info about) 2 stations and uploading observations for these stations.

{
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}
],
observations:[
{station:0, dateutc:“2019-03-15T06:15:34”, temp:1.2, wind:2.8, winddir:189, gust:3.7, rh:76},
{station:1, dateutc:“2019-03-15T06:15:34”, temp:2.6, wind:1.1, winddir:135, gust:2.5, rh:65}
]
}

I would need to add option to set the station number (0 being default)

have added that to the latest .zip update now

Hi!
Tanks! it works fine.