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

    PWS not showing

    Scheduled Pinned Locked Moved Windy Stations
    6 Posts 4 Posters 1.5k Views 1 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.
    • givan022G Offline
      givan022 | Premium
      last edited by

      Hi, I started reporting data to Windy four days ago, but I still don't see it on the map, nor do I receive any data from a GET requests('observation' and 'data' fields are null, rest are OK).
      I'm sending the data via POST request every five minutes and getting a 'SUCCESS' as response.
      I'm not sending wind direction or atmospheric pressure—could this be a problem?
      Additionally, in the JSON, I omitted the 'stations' field because I manually created the station. Is that OK?
      My station ID: f057826a

      Thanks,
      Nico

      SutyS 1 Reply Last reply Reply Quote 0
      • SutyS Offline
        Suty Windy Staff @givan022
        last edited by

        @givan022 Hi there, I cannot see any observations sent to Windy, however the pressure shouldn't be an issue.

        givan022G 1 Reply Last reply Reply Quote 0
        • givan022G Offline
          givan022 @Suty | Premium
          last edited by

          @Ondřej-Šutera This is what I'm sending:
          {
          "observations": [
          {
          "station": 0,
          "ts": 1704724807,
          "temp": 24.17,
          "wind": 0.06,
          "gust": 0.27,
          "humidity": 65
          }
          ]
          }

          I tried wind direction in 0,
          adding the 'stations' field to create the spot.
          sending ts timestamp as text and not sending it too.
          I am missing something?

          1 Reply Last reply Reply Quote 0
          • givan022G Offline
            givan022 | Premium
            last edited by

            I tried reporting data using the GET method, and it seems to work fine. I received a 'SUCCESS (valid measurements count: 2, valid station info count: 0)' response.
            I didn't get the valid measurement count when sending via POST. Can someone confirm if that's normal behavior?

            I'll try again later.
            Thanks.

            SutyS 1 Reply Last reply Reply Quote 0
            • SutyS Offline
              Suty Windy Staff @givan022
              last edited by

              @givan022 Yes, POST returns only errors, nothing else. According to wind direction, you can use
              "winddir":null

              1 Reply Last reply Reply Quote 0
              • givan022G Offline
                givan022 | Premium
                last edited by

                I made it work. The problem was related to the request's headers, which the Requests library usually solves for me. This time, they weren't the correct ones for a JSON content type.

                Thanks for the help!

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