Seems like I have found the answer myself. Windy had, again, changed the API Key and further, even after I started to use the new API key, the station data were screwed up at Windy, so I had to add a new Station 1 with same parameters, change my script to specify station 1 in the URL and NOW it seems to work again.

Best posts made by Rolandoz
-
RE: Reporting from PWS works but Windy does not show it online
-
RE: Weather Radar not showing full country
Yes, I agree now. But they have been missing for a period. There was a very sharp edge at the right side of my red circle. It was a vertical line of 200 km or so. I will keep an eye on it next time we have a "rain carpet" covering that whole area.
Latest posts made by Rolandoz
-
Suggestion: Saving WX model with each favorite
I would like to be able to select and save a weather model (ECMWF, GFS, ICON etc) separately with each favorite. I have favorites for different places in the world and some of these have better or more local models I would like to use with the location. Some option to select a model and save it with the favorite for default selection of model.
-
RE: Weather Radar not showing full country
Yes, I agree now. But they have been missing for a period. There was a very sharp edge at the right side of my red circle. It was a vertical line of 200 km or so. I will keep an eye on it next time we have a "rain carpet" covering that whole area.
-
Weather Radar not showing full country
Part of Weather Radar for Western Denmark is missing on www.windy.com (web edition). The area effected is around the red circle. I have seen when a rain system covers the entire country that this part is missing.
-
RE: Reporting from PWS works but Windy does not show it online
Seems like I have found the answer myself. Windy had, again, changed the API Key and further, even after I started to use the new API key, the station data were screwed up at Windy, so I had to add a new Station 1 with same parameters, change my script to specify station 1 in the URL and NOW it seems to work again.
-
RE: Report your Weather Station Data to Windy
I have created a small PowerShell script that sends data to the GET URL. But I am having trouble with the precip parameter. The reason is that this parameter is "preciptation over the past hour". Hmm. That is difficult to calculate without some programming. Why not just get precipitation as an absolute number of mm / inches since 1st January 00:00? Then you can, yourself, calculate the amount for the last hour or whatever period you want. I assume you collect data and stores to a database and then it will be easy for you to calculate this value.
Suggestion: Parameter absprecip = 0.0 at 1st January 00:00 UTC and then increasing as an absolute value until 31st December 23:59:59... :-)
Will that be possible.
Regards,
Roland Lyngvig
Hillerød Vejr
Denmark
www.hilleroed-vejr.dk -
App on Androids shows different temperature than reported for PWS
I am reporting every 5 minutes from my PWS. Right now temp. is -0.7 C and dewpoint -1.8. On web interface (see URL below) it's reported as -1 C but in app for Android it says -2.0 C. I wonder why? Could it be that app reports dewpoint instead? Hmm.
https://www.windy.com/station/pws-f071b2f3?55.944,12.337,8
Regards,
Roland Lyngvig
roland@lyngvig.dk -
RE: Would you like to report your weather station data to Windy? (depreciated)
Hi,
Roland here from Denmark.
-
Davis Vantage Pro Plus (with UV, Solar and heating element for snow smelting).
-
Yes, Weather Underground (since July 2006) and Danish Metero, but that stops now with their new website. https://www.wunderground.com/personal-weather-station/dashboard?ID=IHILLERO1. Finally I have my own ASP/ASPX-based website at https://www.hilleroed-vejr.dk. Made 13 years ago. Needs an overhaul (when time permits).
-
WU uses their own plugin. DMI uses email. I have developed the interface myself.
-
An API should at least be JSON or SOAP webservice (or both), but email is also an option for people not being able to support these protocols.
-
Yes, certainly
-
Yes, I am professional programmer for 35 years, so I can program whatever kind of communications interface that is needed (for Windows)! :-) Just tell me if you come up with some PoC / beta APIs that you want me to interface to for testing and to see how easy/difficult it is...
-