Home Assistant Coding Tutorial APIs - Integrate any Device

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

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

  • @ipensieridellarchitetto
    @ipensieridellarchitetto 2 года назад +3

    Congratulations on your 10000 subscribers!👍👍

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

    So is this a way to integrate devices which otherwise would not be compatible with HA? Like Govee or Wyze lights?

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

    Great intro on api's to get data in home assistant. Thank you.

  • @FrankGraffagnino
    @FrankGraffagnino 2 года назад +5

    great stuff, but I wish you would point out to users the dangers of using products that rely on a cloud API and don't have a local API option. For the switchbot, there is absolutely ZERO reason why you shouldn't be able to use it locally when it is connected directly on the same network as your computer.

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

    Every time I watch one of your videos, I get new ideas. This was a very interesting one, but will also be for a lot of users too advanced. Now In will look for which devices I still want to integrate and if they have API's available 🙂

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

      Yep API are more advanced but knowing how to read the documentation and trying to do it is a great learning opportunities!

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

    Hi could you make a video on switchbot api 1.1 with regards to signing and integrating lock in HA via apl

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

    More videos like this! This was awesome

  • @001marselle
    @001marselle 8 месяцев назад

    Do you have method to get info wnd control ha devices from crestron

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

    Thanks a lot. This is a great starter kit to become a master 👍

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

    Excellent video!

  • @dhuryodhankaurav8487
    @dhuryodhankaurav8487 5 месяцев назад

    Might be too basic a question... I am unable to figure out how to get to the coding screen

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

    Great info, thank you.

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

    Great Video!

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

    Thank you sir. Love from India

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

      Thanks Sanjay!

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

      @@SmartHomeMakers I always learn from your video.

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

      @@sanjaybali4092 which video did you enjoy the most ?:)

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

      @@SmartHomeMakers sir Your Addon video, and integration with google without using Nabucasa, and many more like biginer tips and all. I really follow you sir. Even you gyz are my
      Inspiration. I start learning HA from you sir.

  • @NoName-wy4hf
    @NoName-wy4hf Год назад

    Can you show how to do this with Microsoft Graph?

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

    great Job!! Could you give an example how to integrate a contact sensor? thanks!!!

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

      Which contact sensor are you thinking of?

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

      Sorry, i am thinking about smart bot contact sensors.

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

      @@SmartHomeMakers Hey, I try to integrate the contact sensors of switch bot. But now I saw the documentation of beardedtinker. This was very helpfull and i try my best now :-)
      thank you again!!

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

    Great tutorial... I was thinking if I can use this method to integrate the Delta Faucet VoiceIQ into the Home Assistant? What do I need to look for?

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

      Never heard of delta faucet! Please send me over details by email:)

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

      @@SmartHomeMakers ruclips.net/video/GjUpDq79lKQ/видео.html&ab_channel=Sean%27sTrainDepot

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

    As a software engineer myself I totally respect all the knowledge contained on your videos. However, I would like to ask if there is any other way of having a public API for controlling smart devices. Using Google Home or Xiaomi or any other platform that is.

    • @SmartHomeMakers
      @SmartHomeMakers  2 года назад +4

      Hello! The smart home community loves using local control with MQTT protocols rather than cloud APIs, thanks for watching the videos!

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

    Thanks

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

      Hi Peter! Thanks for the support :) did get your email! need to think about it:) haven't done much on energy monitoring, would love to!

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

    Smart Home Makers
    10 K de abonați

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

    trying use a sensor in HA to talk to resolume media server with the following:
    rest_command:
    sensor1:
    url: "192.168.56.1:8080/api/v1/composition/layers/1/clips/4/connect"
    method: POST
    headers:
    content_type: "application/json; charset=UTF-8"
    But get the following errors? Tried using the token and get the same error?
    Logger: homeassistant.components.rest_command
    Source: components/rest_command/__init__.py:144
    Integration: RESTful Command (documentation, issues)
    First occurred: 20 June 2023 at 23:58:50 (2 occurrences)
    Last logged: 00:01:28
    Timeout call 192.168.56.1:8080/api/v1/composition/layers/1/clips/4/connect