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.
I have switchmate button which I am trying to integrate through configuration code. I see button on dashboard but can’t turn it on or off the switch it disabled.
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 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.
@@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!!
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.
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
Congratulations on your 10000 subscribers!👍👍
Thanks a lot!
Great intro on api's to get data in home assistant. Thank you.
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.
Hi Frank, really good point that I missed!
So is this a way to integrate devices which otherwise would not be compatible with HA? Like Govee or Wyze lights?
I have switchmate button which I am trying to integrate through configuration code. I see button on dashboard but can’t turn it on or off the switch it disabled.
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 🙂
Yep API are more advanced but knowing how to read the documentation and trying to do it is a great learning opportunities!
More videos like this! This was awesome
Thanks Jaron! Appreciate the comment
Do you have method to get info wnd control ha devices from crestron
Excellent video!
Glad you liked it!
Thanks a lot. This is a great starter kit to become a master 👍
One step at a time!
Hi could you make a video on switchbot api 1.1 with regards to signing and integrating lock in HA via apl
Might be too basic a question... I am unable to figure out how to get to the coding screen
Developer tools ?
Thank you sir. Love from India
Thanks Sanjay!
@@SmartHomeMakers I always learn from your video.
@@sanjaybali4092 which video did you enjoy the most ?:)
@@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.
Great Video!
Thanks Chiba!
Can you show how to do this with Microsoft Graph?
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?
Never heard of delta faucet! Please send me over details by email:)
@@SmartHomeMakers th-cam.com/video/GjUpDq79lKQ/w-d-xo.html&ab_channel=Sean%27sTrainDepot
Great info, thank you.
Thanks Ron!
great Job!! Could you give an example how to integrate a contact sensor? thanks!!!
Which contact sensor are you thinking of?
Sorry, i am thinking about smart bot contact sensors.
@@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!!
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.
Hello! The smart home community loves using local control with MQTT protocols rather than cloud APIs, thanks for watching the videos!
Thanks
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!
Smart Home Makers
10 K de abonați
Thanks Robert!
Why does the phrase home assistant even in this??? at no point do you do ever touch it.
What do you mean? Thanks for watching :)
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