📝 Josh's Notes

Set up Wyze v3 camera with wyze_mini_hacks firmware

The purpose of this setup is to set up a wyze v3 camera without using Wyze’s cloud services and to adopt the stream into home assistant

References

https://leo.leung.xyz/wiki/Wyze_Cam?ref=houndhillhomestead.com#Setup_a_Wyze_Cam_without_the_Wyze_App_or_internet

https://github.com/gtxaspec/wz_mini_hacks

Install the latest supported firmware

The latest version of supported firmware for the Wyze v3 is 4.36.9.139 – luckily leo’s notes have a copy that can be downloaded here

Set up the camera (without the Wyze app)

1echo $(cat ~/.ssh/id_rsa.pub) >> wz_mini/etc/ssh/authorized_keys

Connect the camera to wifi

Update config via SSH

GO2RTC_SERVER_ENABLED="true"
GO2RTC_HI_RES_ENABLED="true"
GO2RTC_HI_RES_ENABLE_AUDIO="true"
GO2RTC_LOW_RES_ENABLED="true"
GO2RTC_LOW_RES_ENABLE_AUDIO="true"
RTSP_AUTH_DISABLE="true"

NOTE: You will need to restart the camera after doing this. Just pull the unplug it and plug it back in.

Bask in the glory of your hacked Wyze camera

Visit the camera’s stream using VLC with the following URL:

rtsp://192.168.0.123:8554/1080p?mp4

You can view other feeds by visiting the GoRTC web server at http://192.168.0.123:1984

#homeassistant #cameras #wyze