Wyze v3 RTSP // Free Your Wyze Cam’s Video
Example Code to Add Wyze Cam to Home Assistant
- platform: ffmpeg
name: Test Camera
input: -rtsp_transport udp -i rtsp://user:pass@192.168.X.X/live
- platform: ffmpeg
name: Test Camera
input: -rtsp_transport udp -i rtsp://user:pass@192.168.X.X/live
UPDATE: If you forgot to grab your Z-wave network key before removing the Z-wave 1.4 integration. Then you can see this post here on how to retrieve the key from a backup. https://tshouse.link/zwavekey If you want to see the community guide for this install, please go here: https://community.home-assistant.io/t/switching-from-zwave-1-4-to-zwave-js/276718/2 In today’s video, we are looking at…
https://youtu.be/QNiEH77bKO0 Code for Node-Red This little block of code is used in Node-Red as a part of Home Assistant. It works by sending a timestamp every minute which is compared to input datetime we created earlier. If those two match, then it fires the command to turn on the light to green. Code for YAML…
In today’s episode, I will show you how to pair various Xiaomi Aqara sensors with your Samsung SmartThings hub. Note: sorry for the audio, I have been sitting on this video for a while (life got super busy). I have been making videos for work and had no time to make videos for this channel….
Apex Charts Examples Whole House Energy Breakdown Single Room Energy Breakdown
API Call (Curl) Home Assistant Templates Links to Resources If you want to use the SwitchBot without the hub, you can use the direct integration and BLE devices: https://www.home-assistant.io/integrations/switchbot/ Forum Post about API: https://community.home-assistant.io/t/switch-bot-api-integration/270550/52 SwitchBot API Documentation: https://github.com/OpenWonderLabs/SwitchBotAPI#get-device-list Home Assistant Switch Bot: https://peyanski.com/home-assistant-switchbot-curtain-integration/
Here is the code mentioned in the video for the last step: Today’s video is a part 2 to last week’s review video on the Roborock S5 MAX. This method should work for ALL Roborock vacuums (possibly even the Xaiomi ones). Please leave feedback if this worked for your model of vacuum. We look at…