Oh, I went full on ADD+OCD recently trying to figure this out. As far as I can tell, you are basically deciding between 3 actively developed solutions, but none of them except Cryze are close to getting full functionality from the Gwell based camera. Additionally, the used to be a solution to remove any hosted services ands keep all camera traffic local to your network by flashing new firmware and the Wyze developers even provided the RTSP firmware, but hardware changes led to its deprecation and Wyze pulled the firmware download site. Now, it looks like all the different solutions just use the Wyze Node api wrapper and/or the unofficial Wyze api.
With standardized unofficial API wrappers that didn’t force you to flash the firmware, all these other developers have taken that part off their plate.
Most of it is driven by users wanting to implement and control their Wyze devices through solutions like Home Assistant or Hubitat. I have a Hubitat but might add home assistant one day into the mix just to ensure I have all opens options at my fingertips.
I guess that brings me to your three options:
-
Camera device to Docker Bridge to HA
-
Camera device to Scrypted to HA (via Scrypted’s own native Wyze plugin)
-
Camera device to Scrypted to HA (via the Docker Bridge)
I’ve lost my thread of thought anyway, there’s a lot of people out there working on a lot of different solutions and the way this dang doorbell pro is implemented grrrr lol they are ALL struggling to find the answer.
TL;DR, there’s no current solution for OG or Doorbell Pro, but I think the Cryze will be the first to get it, actually I think that’s the only one trying and others are waiting to see if he can do it. Scrypted is cool for integrating cameras in general, especially if you want to record to your own servers, etc. so if you go that way you should compare the new native plugin vs the docker bridge to see which fits your needs best. Then depending on which smart assistant you want, Siri, Alexa, or Google, you will have even more decisions lol
You would most likely just decide if you want to go straight from the docker bridge to HA, from the docker bridge to Scrypted then to HA, or from the Scrypted native plugin to HA.
But what smart assistant do you use to interact with HA. Siri, Alexa, or Google assistant? If it’s Siri then you could add HomeBridge to get you directly into HomeKit and in case you want EVEN more possible points of failure you can add a Hubitat too m
And of course slap two docker containers into the mix for Cryze once that’s all laying flat
I’m sure I’m missing stuff, but that’s what I got for now.