Windy Community
    • Unread
    • Categories
    • Groups
    • Go to windy.com
    • Register
    • Login

    Report your Weather Station Data to Windy

    Scheduled Pinned Locked Moved Windy Stations
    406 Posts 149 Posters 895.7k Views 35 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • gfay63G Offline
      gfay63 @Korina | Premium
      last edited by

      @Korina Hi! Thanks for the reply. I used Weathersnoop on a Mac Pro, and wrote an Applescript to push up the data every 7 minutes:

      tell application "WeatherSnoop 5"
      tell agent of first document
      set MyAPIKey to "MyAPIKey"
      set WeatherParams to ¬
      "winddir=" & value of weather property "Wind Direction" & ¬
      "&windspeedmph=" & value of weather property "Wind Speed" & ¬
      "&windgustmph=" & value of weather property "10 Minute Wind Gust" & ¬
      "&tempf=" & value of weather property "Outdoor Temperature" & ¬
      "&rainin=" & value of weather property "Day Rain" & ¬
      "&baromin=" & value of weather property "Barometric Pressure (Absolute)" & ¬
      "&dewptf=" & value of weather property "Outdoor Dew Point" & ¬
      "&humidity=" & value of weather property "Outdoor Humidity"
      set WindyURL to "curl https://stations.windy.com/pws/update/" & MyAPIKey & "?" & WeatherParams & "&stationId=0"
      set WindyURLsafe to "https://stations.windy.com/pws/update/" & "MYAPIKEY" & "?" & WeatherParams & "&stationId=0"
      set myResult to do shell script WindyURL
      end tell
      end tell
      set myTime to do shell script "date "
      set myString to "----------Timestamp: " & myTime & "-----------" & linefeed & WindyURLsafe & linefeed & myResult
      copy myString to stdout

      It's been running every 7 minutes for quite a while now. It sure seems like it's working! Here is the output from a few minutes ago:
      ----------Timestamp: Fri Apr 17 08:18:35 CDT 2020-----------
      https://stations.windy.com/pws/update/MYAPIKEY?winddir=333&windspeedmph=3.0&windgustmph=9.0&tempf=34.1&rainin=0.42&baromin=28.97&dewptf=33.1&humidity=96&stationId=0
      SUCCESS

      ...and it sure looks like it's getting there!?
      92cc4606-71d2-4295-8739-63acc9f96202-image.png

      Thanks for your help. :)

      Greg

      1 Reply Last reply Reply Quote 0
      • gfay63G Offline
        gfay63 | Premium
        last edited by

        @Korina Hi. Any thoughts on this? It seems to be posting perfectly. I am posting every 7 minutes now for a week. I get "SUCCESS" responses and other messages (e.g., if trying to do less than the 5 minutes). The site shows the updates are happening per the image above. But no data is being shown...I get the error in the screenshot in the post above.

        I'd think if this can be resolved, it could be a great, easy solution that I could write up for all Weathersnoop users to be able to push up their weather station data! I am familiar with the wifi logger but it would conflict with Weathersnoop which is very powerful and customizable.

        I'm a premium member. Can you or someone help me out, please? Thanks! I love Windy! :)

        Greg

        1 Reply Last reply Reply Quote 0
        • O Offline
          Orhan Bulut
          last edited by Orhan Bulut

          This post is deleted!
          1 Reply Last reply Reply Quote 0
          • B Offline
            Belatz @Guest
            last edited by

            @Dani-Pérez ya me explicarías como lo has conseguido? Por que me da todo ok pero.... nada de nada

            Kaguenzotzzz👏🏻👏🏻👏🏻

            KorinaK 1 Reply Last reply Reply Quote 0
            • KorinaK Offline
              Korina
              last edited by

              @Orhan-Bulut Hi, I deleted your post, you should not display the API key publicly. What kind of station do you use and what is the ID?

              Korina

              1 Reply Last reply Reply Quote 0
              • KorinaK Offline
                Korina @Belatz
                last edited by

                @Belatz Hi, what problem do you have with the station?

                Korina

                B 1 Reply Last reply Reply Quote 0
                • B Offline
                  Belatz @Korina
                  last edited by

                  @Korina aparece mi estación en el mapa pero no muestra los datos.

                  Kaguenzotzzz👏🏻👏🏻👏🏻

                  KorinaK 1 Reply Last reply Reply Quote 0
                  • KorinaK Offline
                    Korina @Belatz
                    last edited by

                    @Belatz Then you need to double check if you have API key inserted correctly.

                    Korina

                    A 1 Reply Last reply Reply Quote 0
                    • B Offline
                      BrianH78x | Premium
                      last edited by

                      I have been trying to get station 2f065b240 up and running with windy for a few days now. I’m running the latest WeeWx with the recommend plugin. The keys seem to be valid along with the data seems to be posing successfully. I have also tried to delete and add new stations with no difference. I did a GET in postman using the api key and station and appears to be getting some sort of data, but the site still has issues loading my station.

                      KorinaK 1 Reply Last reply Reply Quote 1
                      • KorinaK Offline
                        Korina @BrianH78x
                        last edited by

                        @BrianH78x said in Report your Weather Station Data to Windy:

                        2f065b240

                        Hello, it seems you are finally sending data to us - https://www.windy.com/station/pws-2f065b240?42.031,-71.017,8

                        Korina

                        B 1 Reply Last reply Reply Quote 3
                        • B Offline
                          BrianH78x @Korina | Premium
                          last edited by

                          @Korina Awesome it works. Thanks!

                          1 Reply Last reply Reply Quote 1
                          • A Offline
                            alfredo g @marekd
                            last edited by

                            @ivo tenemos en nuestra ciudad 36 estaciones meteorológicas transmitiendo a nuestro servidor, seria para nosotros un honor aportar esta info para ser utilizada por esta gran app, los datos pertenecen al Gobierno de la Pcia, a cargo del Ministerio de Agua y Energia, vamos a comenzar a subir los datos siguiento el manual de la API que uds proporcionan,.

                            1 Reply Last reply Reply Quote 0
                            • A Offline
                              alfredo g @Korina
                              last edited by

                              @Korina tenemos en nuestra ciudad 36 estaciones meteorológicas transmitiendo a nuestro servidor, seria para nosotros un honor aportar esta información para ser utilizada por esta gran aplicación, los datos asociados al Gobierno de la Pcia, una carga del Ministerio de Agua y Energía, vamos a comenzamos a subir los datos seguimos el manual de la API que uds tuvo éxito.

                              KorinaK 1 Reply Last reply Reply Quote 1
                              • KorinaK Offline
                                Korina @alfredo g
                                last edited by Korina

                                @alfredo-g Hello, I think your stations would be a great addition to our portfolio. Please register the stations here and follow the instructions - https://stations.windy.com/

                                Korina

                                1 Reply Last reply Reply Quote 1
                                • H Offline
                                  himd @omicron
                                  last edited by

                                  @omicron هاا د ککو

                                  1 Reply Last reply Reply Quote 0
                                  • D Offline
                                    dmalic
                                    last edited by

                                    Hello

                                    I'm trying to add my weather station to Windy:

                                    https://www.windy.com/station/pws-f065378a?45.324,14.279,8

                                    but it is not showing on a map, and no data is displayed on the bottom of browser window.

                                    Api returns SUCCESS when I send the data using for example:

                                    http://stations.windy.com/pws/update/APIKEY?tempf=58.3&dateutc=2020-5-9 21%3A49%3A32&windspeedmph=3.13&winddir=5&windgustmph=3.36&humidity=54&baromin=28.96&rainin=0.00&uv=0&stationId=0

                                    Also in api I can see my data in json format, and it seems to be ok. The problem is that I can not access data using:

                                    https://www.windy.com/station/pws-f065378a?45.324,14.279,8

                                    Could you please help?

                                    Thanks

                                    Regards

                                    Dejan

                                    G KorinaK 2 Replies Last reply Reply Quote 0
                                    • G Offline
                                      gobris @dmalic
                                      last edited by

                                      @dmalic said in Report your Weather Station Data to Windy:

                                      Hello

                                      I'm trying to add my weather station to Windy:

                                      https://www.windy.com/station/pws-f065378a?45.324,14.279,8

                                      but it is not showing on a map, and no data is displayed on the bottom of browser window.

                                      Api returns SUCCESS when I send the data using for example:

                                      http://stations.windy.com/pws/update/APIKEY?tempf=58.3&dateutc=2020-5-9 21%3A49%3A32&windspeedmph=3.13&winddir=5&windgustmph=3.36&humidity=54&baromin=28.96&rainin=0.00&uv=0&stationId=0

                                      Also in api I can see my data in json format, and it seems to be ok. The problem is that I can not access data using:

                                      https://www.windy.com/station/pws-f065378a?45.324,14.279,8

                                      Could you please help?

                                      Thanks

                                      Regards

                                      Dejan

                                      Hello,
                                      Same here..
                                      Created the station 1 - 1.5 hours ago..
                                      Posting data with curl.
                                      Actually I have only wind speed now.

                                      Posting with curl via linux
                                      https://stations.windy.com/pws/update/api-key??wind=$ms is my format..
                                      sure $ms gives m/s value while posting.
                                      I can see my station on map. but no values seems submitted even I got reply SUCCESS after posting
                                      My station ID f062cde6

                                      Regards

                                      G KorinaK gfay63G 3 Replies Last reply Reply Quote 0
                                      • G Offline
                                        gobris @gobris
                                        last edited by

                                        @gobris
                                        Meanwhile

                                        I remember there was some required values on wunderground.. like barometric pressure, temperature, dewpoint etc. and it only accepts the values and shows when u submit all required fields..
                                        I wonder if there is such limitations either on windy.
                                        Adding temperature sensor and posting the temp is easy.. But i dont have any direction sensor for wind yet.. I hope. there are no minimum requirements for data submit.

                                        1 Reply Last reply Reply Quote 0
                                        • KorinaK Offline
                                          Korina @dmalic
                                          last edited by

                                          @dmalic Hi, your station is already sending data to Windy.

                                          Please let me know if you have any other questions.

                                          Korina

                                          1 Reply Last reply Reply Quote 0
                                          • KorinaK Offline
                                            Korina @gobris
                                            last edited by

                                            @gobris Hello, I can see you are already posting some data (wind) and the station appeared on the map. Are you sending any other data?

                                            Korina

                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post
                                            Windy Community  |  Powered by excellent NodeBB
                                            Terms of Use     Privacy Policy     Windy.com