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 956.0k 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.
    • S Offline
      Swigman @ke5bme
      last edited by

      @ke5bme Thanks mate, how are you determining that the API calls are getting through? I am using Cumulus MX and have been via FTP sending to WU for years and that is all working so i am assuming that i am not having any firewall or routing issues from with in my network but it is hard to tell.

      ke5bmeK 1 Reply Last reply Reply Quote 0
      • ke5bmeK Offline
        ke5bme @Swigman
        last edited by

        @Swigman I'm using the http GET API from the top of this page: (https://stations.windy.com/pws/update/XXX-API-KEY-XXX?winddir=230&windspeedmph=12&windgustmph=12&tempf=70&rainin=0&baromin=29.1&dewptf=68.2&humidity=90), replacing with my API key. The return code is SUCCESS and I see the data on the site, but my station never shows up.

        I'm able to use the API from both POSTMAN as well as my java application.

        S 1 Reply Last reply Reply Quote 0
        • S Offline
          Swigman @ke5bme
          last edited by

          @ke5bme Thanks, I am using the one Galfert linked to on the Cumulus MX site.
          https://stations.windy.com/pws/update/XXX-API-KEY-XXX?winddir=&wind=&gust=&temp=&precip=&pressure=&dewpoint=2&humidity=

          All i did was cut and paste and switched the xxx-api-key-xxx for the one from the station registration site.

          So where are you 'seeing' the data on the site? I am checking via https://www.windy.com/station/pws-f07141b2?-12.394,130.891,8,i:pressure (which was the link from the station setup site)

          All i get is the message at the bottom of the map about not getting observations form the period.

          ke5bmeK 1 Reply Last reply Reply Quote 0
          • ke5bmeK Offline
            ke5bme @Swigman
            last edited by

            @Swigman Click this: https://www.windy.com/station/pws-f06ebd1e?30.751,-97.783,8,i:pressure,p:off

            You should see my data at the bottom, but my station doesn't show up on the map

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

              I have a test version of Cumulus MX available that uploads to Windy natively - no need for a custom URL, and it converts units as required.

              Details here... https://cumulus.hosiene.co.uk/viewtopic.php?f=11&t=17381

              S 1 Reply Last reply Reply Quote 1
              • galfertG Offline
                galfert Meteorologist
                last edited by galfert

                Just saw this post regarding using an iPad. Seems like copying the API key is a bit tricky on the iPad (and iPhone is probably the same deal.) Recommendation is to use a computer.
                https://forum.meteohub.de/viewtopic.php?p=28703#p28703

                1 Reply Last reply Reply Quote 0
                • S Offline
                  Swigman @ke5bme
                  last edited by

                  @ke5bme yup i see your data and a spot on the map for a location?

                  ke5bmeK 1 Reply Last reply Reply Quote 0
                  • S Offline
                    Swigman @mcrossley
                    last edited by

                    @mcrossley yup that is the link i am using and not getting anything :(

                    M 1 Reply Last reply Reply Quote 0
                    • M Offline
                      mcrossley @Swigman
                      last edited by

                      @Swigman The Custom HTTP works in Clumulus, but not if you use hPa for pressure or km/h for windspeed.

                      I was pointing out that I have a build of Cumulus MX avaialblethat uploads natively and does the conversions etc for you. Details at the end of that thread.

                      S 1 Reply Last reply Reply Quote 0
                      • S Offline
                        Swigman @mcrossley
                        last edited by

                        @mcrossley thanks mate, have pm'd.

                        1 Reply Last reply Reply Quote 0
                        • ke5bmeK Offline
                          ke5bme @Swigman
                          last edited by

                          @Swigman a33d2786-7794-44d6-b2cc-3b807fd6c008-image.png

                          1 Reply Last reply Reply Quote 0
                          • F Offline
                            f4phlyer @galfert | Premium
                            last edited by f4phlyer

                            @galfert I'm not sure but on the Cumulus wiki site there is a "3rd party" tool called "Toolbox" it does a lot of things for Cumulus 1 that CumulusMX does on it's own You might check it out for a quick fix while you delve into the CumulusMX world

                            P 1 Reply Last reply Reply Quote 1
                            • M Offline
                              mcrossley
                              last edited by

                              @TomSlavkovsky Question: Wind direction, are you following the convention of 360 = North, 0 = Calm (no reading)?

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

                                Hi my station is showing on your map but there is no data at all, sending it via WeatherDisplay station https://www.windy.com/station/pws-f06ebe19?-33.936,148.599,8,i:pressure

                                M 1 Reply Last reply Reply Quote 0
                                • P Offline
                                  PaulMy @f4phlyer
                                  last edited by

                                  @f4phlyer Cumulus Toolbox is very good on what it does, but does not offer that function.

                                  PaulMy

                                  1 Reply Last reply Reply Quote 0
                                  • M Offline
                                    mewindy @Gumnut
                                    last edited by

                                    this has been resolved (linux version of weather display)

                                    Brian

                                    1 Reply Last reply Reply Quote 0
                                    • G Offline
                                      gearoid @marekd
                                      last edited by gearoid

                                      @TomSlavkovsky
                                      stationId is listed a 32 bit integer but on the station information screen and on windy an ID is shown in what looks like hex.

                                      It's confusing for users who are configuring uploaders, they need to use an integer and that integer is not the id listed on the configuration page it's 0,1,...

                                      galfertG 1 Reply Last reply Reply Quote 0
                                      • galfertG Offline
                                        galfert Meteorologist @gearoid
                                        last edited by galfert

                                        @gearoid There are two things. The station ID which is public and the API key which is private. They are two different identifiers for different uses. You don't want your API key to be public. When you upload you do not use the station ID at all. The API key is all that is used to upload. Hopefully that clears up the confusion.

                                        G 1 Reply Last reply Reply Quote 0
                                        • G Offline
                                          gearoid @galfert
                                          last edited by gearoid

                                          @galfert
                                          Weewx's windy extension takes an ID as one of its inputs along with the API Key.
                                          It's that ID that I was referring to, it's neither the public station id nor the API Key.
                                          The info part parameters of the protocol at the top of this topic also lists a station (alternative names: si, stationID) as one of the parameters.

                                          M 1 Reply Last reply Reply Quote 0
                                          • M Offline
                                            mcrossley @gearoid
                                            last edited by

                                            @gearoid Cumulus MX takes the station index too. The first you define is zero, the second 1 etc. I agree though that this information is not presented on your stations page, but they do seem to be listed in station ID order.

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