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
Blacklist DVB Drivers Create new configuration file 2. Paste in the following code 3. Save the file by pressing CTRL-X and then Y to save. Restart your box after this to ensure the drivers have been blacklisted Install MeterMon with Docker Run the following command to pull the image. If you are using a Raspberry…
Kit with all of the Hardware You Need Alternative Way to Install Home Assistant on a Thin Client https://community.home-assistant.io/t/wyse-thin-client-home-assistant-os-installation-instructions/220524
After taking a year off being crazy busy, I am going to try this whole blogging thing again. I hope to be able to start making new videos in the coming weeks. Right now I am trying to get some posts created and get some video shot. I have quite a few items in the…
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…
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/616Rxpg-bBE In today’s video, we deal with an issue that just recently bit me. I made the mistake of signing into my Nest account with my Google account (I totally missed the login with Nest button). Once I logged in, it broke my Nest integration with Home Assistant. Thank goodness that USA-Reddragon made a custom…