How to consume OWM weather data in Node-Red

Поделиться
HTML-код
  • Опубликовано: 6 июл 2024
  • I have been using Dark Sky API in the past, but since it got shut down, I migrated over to OWM, which perfectly suits my needs. In this video I show you how to set up to this service and how to query the data in Node-Red. And of course what you get from the service.
    Node-Red flow: github.com/nygma2004/km/blob/...
    If you like what I do here, you can support me with RUclips Thanks, or Patreon:
    / csongorvarga
    Chapters:
    0:00 Intro
    2:12 Signing up for the service
    5:31 Node-Red flow
    9:17 Weather response
    10:08 Current weather
    12:41 Daily forecast
    17:51 Full example
    20:39 Minutely and hourly forecast
    22:20 Alerts
    23:46 Getting specific data
    26:10 Outro
  • НаукаНаука

Комментарии • 7

  • @ronm6585
    @ronm6585 8 месяцев назад +1

    Thank you.

  • @user-fx9qr1xg4x
    @user-fx9qr1xg4x 8 месяцев назад

    Thank you for the helpful video

  • @sebakiller9736
    @sebakiller9736 9 месяцев назад

    Super Beschrieben habe das im Homeassistant am Laufen klappt prima🎉Danke für deine Wegbeschreibung

  • @kimmerrild3487
    @kimmerrild3487 7 месяцев назад

    Very nice video.
    Its well documented, and easy to understand. Its shows the effort you have made into a video like this. Thankyou for your work. You have earned a thumbs up, and a follower :D
    However. A thing that aint described is how you input you'r example data, and thus extact data from the example. I'm new to Node-red, and programming in all general.
    I'm new into Node-Red, and therefore I dont know the basics of it, but - well. thats my only caviat.

    • @csongorvarga
      @csongorvarga  7 месяцев назад

      You mean the test node? I called the same URL as it is in the http-request node and put it into Chrome. And I got the json back as a result. I copied it from the browser and set up the unject node to add a JSON to msg.payload and pasted in the response from the clipboard. Is this what you were asking?

    • @kimmerrild3487
      @kimmerrild3487 7 месяцев назад +1

      ​@@csongorvarga Thankyou for your time to reply.
      Yes. I was fiddleing with it, and I was having issueies with getting data out correctly. but I got it sorted..... I cant remember exactly why it was giving me an issue, but I got it to work.
      My point on the case is that - Expect that the veiwer is a complete noob, and has minimal knowledge about the topic of the video. I dont know the basics of the system, I'm learning as I go, but in my case, it would have been nice if you had opened the inject node, so the enduser could see what it was doing. You didn't had to explain it, but just to see how it was setup would mean the world of difference, and jut by doing that, the enduser could intuitive learn by himself how it worked.
      I have nothing but applause for the time and devotion you put into making a video like this. I know it take a long time to plan, execute, and edit.
      Thumbs up.

    • @csongorvarga
      @csongorvarga  7 месяцев назад

      @@kimmerrild3487 Thanks for the comment, I will try to remember that in the future.