Home Assistant Add-on #68
Replies: 12 comments 21 replies
-
I added some basic support for Home Assistant in v0.5.15. Should be able to add the bridge directly in Home Assistant by going to Supervisor > Add-on Store > (three dots on top right) > Repositories, and add: Some basic features:
|
Beta Was this translation helpful? Give feedback.
-
This addon is fantastic! I now can get rtsp streams of my V3 cameras in home assistant. Thanks so much for your efforts! I do have one question. In the docs it says that camera snapshots should work, but I have not been able to accomplish this whether I define the cameras as ffmpeg or generic. It also says "The add-on should automatically grab a thumbnail for each of your cameras from wyze and save it to /config/www/cam-name.jpg which should be accessible at http://127.0.0.1:8123/local/cam-name.jpg". However, these thumbnails are never created. Do I have a permissions problem? |
Beta Was this translation helpful? Give feedback.
-
That's the platform I am using (ffmpeg), but it is not generating still
images. The video, however, is terrific! I am getting much higher frame
rates than with Tiny Cam Pro with V3 cameras or RTSP on version 2 cameras.
…On Mon, Aug 30, 2021 at 6:24 PM mrlt8 ***@***.***> wrote:
It's supposed to pull the same preview thumbnail that the wyze app uses *if
available* and you'd see a message in your log saying something like ☁️
Pulling thumbnail for...
This only happens once at startup to reduce writes to your drive.
If you want an updated image to be displayed, you could try the ffmpeg
platform
<https://github.com/mrlt8/docker-wyze-bridge/wiki/Home-Assistant#ffmpeg-camera>
.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#68 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKZQ3VB6W7RRJAEW4C75ITTT7QALDANCNFSM5B5OFR5Q>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Beta Was this translation helpful? Give feedback.
-
Really not sure what is going on, but all day yesterday my picture entity cards would not display the 10 second snapshots. No changes were made, and now this morning they are working perfectly! Must be something strange with my setup, but sorry for wasting your time with these questions. I can't stress enough how fantastic this addon is. No more waiting for RTSP from Wyze! In fact, this addon streams V2 cameras much better than RTSP on version 2's. Thanks so much again for all of your work. |
Beta Was this translation helpful? Give feedback.
-
Interesting addon! I have a request, if it's possible at all. Can we set custom ports for the differents streams ? I already have a docker (Frigate) that use port 1935... Can we set it to something else ? With docker I was able to set it to 1936, simply. |
Beta Was this translation helpful? Give feedback.
-
Been using the HA add on for a week plus now and am pulling the RTSP streams into Blue Iris from the add on. I keep having a strange issue, when I first start the add on, all my cameras work fine but after a few hours a few start dropping out of Blue Iris and I start getting "Err no one is publishing to path...." in the add on log for sometimes one camera or more. If I start and stop the add on they start working again for a while. Does that sounds like an add on issue? |
Beta Was this translation helpful? Give feedback.
-
There have been several mentions of setting not sticking. |
Beta Was this translation helpful? Give feedback.
-
Having issues trying to get the Wyze Doorbell Cam working with this addon. It recognizes the doorbell, but I get the following repeated over and over in the Docker Wyze Bridge log:
I have seen references to fixes for the doorbell cam in the change log, so am I correct in assuming this should work? I get no streams in RTSP, RTMP, or HLS. All other cameras work, including V2 and V3 cams. Thanks in advance for any help. |
Beta Was this translation helpful? Give feedback.
-
I would very much like to help out, but I am running Wyze Bridge as a Supervisor Addon. Is there still a way for me to test this out? I downloaded the zip file for the edge development path but I'm not sure how to install it.
…On Wed, Sep 15, 2021 at 10:18 AM mrlt8 ***@***.***> wrote:
Sorry about that! There's been a whole mess due the frame issue on the
WYZEDB3, and I've been waiting to hear back from some users on another
thread as I don't have a doorbell to test thing out on and wanted to
confirm the issue before pushing out the next version.
I've pushed a potential patch to the main branch. Would appreciate it if
you could test it out before I tag it as a release.
If you're pulling the image, the changes should be available on
mrlt8/wyze-bridge:edge
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#68 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKZQ3VE4KVM5ZA3EZUMWICTUCCTLXANCNFSM5B5OFR5Q>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Beta Was this translation helpful? Give feedback.
-
Afraid I am getting the same results:
|
Beta Was this translation helpful? Give feedback.
-
So, let me see if I can explain what I am seeing. I changed the configuration to include IGNORE_RES: true and restarted the addon. I was able to display the live doorbell camera feed in a picture entity card, with the video continually changing to "all green" for an instant about every 15 or 20 seconds. I should note that the video was rotated CCW by 90 degrees. Displaying the camera in VLC: Displaying the cameras via HHS resulted in the same pixelated screen for all cameras. I also use Frigate with the WebRTC option. Displaying all the Wyze cams in a WebRTC card caused the same pixelated display (although this worked for these cameras previously). I then removed IGNORE_RES: true and added BAD_FRAMES: 50. This ended up generating many errors in the logs and the cameras did not work:
|
Beta Was this translation helpful? Give feedback.
-
I have four V3 cameras and 2 V2's that, until I found your addon a couple weeks ago, I was considering trashing. It's been almost a year since Wyze promised RTSP on the V3s and still nothing. But your implementation is fantastic - the Wyze Cams turned from gargage into sweet little gems. They are now faster, more reliable, and with frigate installed become the perfect camera solution. To answer your question, the doorbell has never worked, but I just bought it last week. Let me know if there is any other way I can help. |
Beta Was this translation helpful? Give feedback.
-
I have been experimenting with making this docker container work on home assistant inside the supervisor with some results. If we added a config.json and setup the container to load environment variables the supervisor way, anyone could import the repo into home assistant.
Home assistant supervisor can also help optimize the docker image during the build if your willing to track another dockerfile using their base image arguments.
Beta Was this translation helpful? Give feedback.
All reactions