AWS IoT Greengrass v2 (Part 5) Working with Shadows & Shadow Manager Component raspberry pi iot

Поделиться
HTML-код
  • Опубликовано: 9 ноя 2024

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

  • @julianhigginson1044
    @julianhigginson1044 Год назад +1

    I found this series a HUGE help alongside the very disconnected AWS documentation/tutorials. just seeing someone actually do the things in realtime and figuring out what they need there and then is great, rather than just using the tutorials which seem to always end up with you stopping a step to start following a chain of definitions deeper and deeper till you start to forget what you were even trying to do... so thanks very much for these videos. a year out and they're still really helpful!

  • @frankzheng5221
    @frankzheng5221 Год назад

    Thanks for sharing this. very well-organized tutorial. Help me a lot as a beginner.

  • @thesalcedo
    @thesalcedo 2 года назад +2

    Great series! I'd love to see a demonstration on automatic fleet provisioning and Bulk Registration.

  • @FabricioReis
    @FabricioReis Год назад

    It is wonderful your job. Congratulations!!!

  • @michaelosumune2149
    @michaelosumune2149 Год назад

    You are indeed a lifesaver. I would love to connect with you

  • @johanvandeventer9462
    @johanvandeventer9462 11 месяцев назад

    Are there more videos still coming? this has been very helpful!

  • @donsahgodfred9941
    @donsahgodfred9941 Год назад

    Thanks a lot

  • @qle303
    @qle303 2 года назад

    Very detail, in-depth, and easy to understand from A-Z on this series. Thank you. Looking forward to your next series. If you can show how to connect Home Assistant to Greengrass, that would be Awesome as the community for Home Assistant is huge. Another suggested Series might be Modbus TCP to greengrass or NodeRed to Greengrass. Thank you.

    • @awsomeiot1448
      @awsomeiot1448  2 года назад

      Thanks for the feedback, there is a nodered community component to run nodered within greengrass so that you can deploy the flows remotely. I will have to look into Home Assistant as currently i use NodeRed at home. Thanks for the suggestions i will put them on the list.

  • @cronglee6717
    @cronglee6717 2 года назад

    Great video to study Gg. Thanks a lot.

  • @dylanatevergreen4304
    @dylanatevergreen4304 2 года назад

    You are a lifesaver a i love you

  • @appster4475
    @appster4475 2 года назад +1

    Hey your videos are so much helpful for me and my team... Could you please create new video on how can we connect aws IoT greengrass core to aws lambda function.

    • @awsomeiot1448
      @awsomeiot1448  2 года назад +1

      Sure I will add it on the list for the next video.

  • @rahvinos
    @rahvinos 2 года назад

    Great series! I was struggling with Greengrass and AWS workshops to make it work on my Pi, but your series made things so much clearer in no time. There's one thing that I got difficult to understand and make it work. How do you continuously publish data through MQTT to the IoT core for processing or logging in DynamoDB or S3. I got a DHT11 temperature and moisture sensor connected to Pi but I still don't know how to use Streams to push the data to AWS IoT without using callback or sending requests to components. Maybe something you could touch upon in the next video.

    • @awsomeiot1448
      @awsomeiot1448  2 года назад +1

      Ok I will try to cover that in the coming month.

  • @sutanmuhamadsadamawal715
    @sutanmuhamadsadamawal715 2 года назад

    Great Explanation. Could you please explain how to connect others device like ESP32 that connect to IoT core trough greengrass core ?

    • @awsomeiot1448
      @awsomeiot1448  2 года назад +1

      Sure I will add it to the list. I will get started on the videos again in the new year.

  • @aacasd
    @aacasd Год назад

    Can we subscribe to multiple different topics on AWS IoT core?

  • @dylanatevergreen4304
    @dylanatevergreen4304 2 года назад +1

    I am struggling to deploy this at scale because the recipe must indicate a specific device name and cannot use a variable. Any ideas?

    • @awsomeiot1448
      @awsomeiot1448  2 года назад

      You can make the recipe generic when deployed back from the cloud you can set up some rules depending on OS and only deploy to those types.

  • @vitorsdedeus1366
    @vitorsdedeus1366 2 года назад

    HOw to make it work for unnamed shadows?

  • @dylanatevergreen4304
    @dylanatevergreen4304 2 года назад

    1. Using nearly exact same setup I still get authorization issues with a named shadow, not sure how to further debug.
    2. Can you show how one would update the unnamed shadow? If I just leave shadow name blank will it assume the classic shadow?

    • @awsomeiot1448
      @awsomeiot1448  2 года назад

      It should just be a case of making sure that the topics for the classic shadow are added to the recipe file. I will check on monday and update the video and reply here if i hit an issue.

    • @dylanatevergreen4304
      @dylanatevergreen4304 2 года назад

      @@awsomeiot1448 thanks, I'll keep trying on the authorization for named shadow using your example. Was able to get it going while using an empty string for shadowname in the python script, but it did not appear to update the classic shadow in the AWS console, synchronization was enabled on shadowmanager.

    • @dylanatevergreen4304
      @dylanatevergreen4304 2 года назад

      @@awsomeiot1448 was able to get it to classic shows with empty string. thx