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 957.5k 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.
    • 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
                            • gfay63G Offline
                              gfay63 @gobris | Premium
                              last edited by

                              @gobris @Korina

                              Tom helped me out and the developers had me put double quotes around the entire URL, e.g., curl "https://......". That fixed it. The "&" separating parameters was causing problems without the quotes so only the first parameter was being seen.

                              Regards.
                              Greg

                              1 Reply Last reply Reply Quote 0
                              • G Offline
                                gobris
                                last edited by

                                so far, every post I sent appears.
                                Working without any issues..
                                Sending Gust, wind(ms) and temperature at the moment..

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

                                  @jakesie1309 Hello, please send me your station ID. Thank you.

                                  Korina

                                  1 Reply Last reply Reply Quote 0
                                  • M Offline
                                    mzolna
                                    last edited by

                                    Have a PWS on Weatherunderground. Where do I upload my API key to my created station on Windy to upload the data? So lost with the instructions.

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

                                      @mzolna Hello, what type of PWS and software do you have please?

                                      Korina

                                      1 Reply Last reply Reply Quote 0
                                      • I Offline
                                        iz5axt | Premium
                                        last edited by

                                        Hi all,
                                        I'm pushing data of my Davis Vantage Vue with weatherlink live to CWOP. Data are updated and visible on CWOP but I don't see the station appearing on Windy. The station id is CWOP FW7690
                                        Any other methods to push data on Windy directly from Davis weatherlink live without any additional hardware?
                                        thanks
                                        Luca

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

                                          @iz5axt Hi, you will need to get one of these softwares to actually send data to WIndy:

                                          • Cumulus MX
                                          • Meteobridge
                                          • Weather-Display
                                          • WeeWx

                                          Korina

                                          1 Reply Last reply Reply Quote 0
                                          • SierraglidingS Offline
                                            Sierragliding | Premium
                                            last edited by Sierragliding

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