mrlt8 / docker-wyze-bridge

WebRTC/RTSP/RTMP/LL-HLS bridge for Wyze cams in a docker container
GNU Affero General Public License v3.0
2.61k stars 160 forks source link

Updating the app #1048

Open gregryman opened 10 months ago

gregryman commented 10 months ago

Just wondering if there's a way we can get the app updated to current 2.5.x as a lot of improvements have been made and my cameras no longer work as well as they did presumably due to API changes by Wyze.

I'd be happy to assist if time is a concern.

mrlt8 commented 10 months ago

You should be able to update your bridge with this if using docker compose:

docker-compose pull # Pull new image
docker-compose up -d # Restart container in detached mode
docker image prune # Remove old images

or if using regular docker:

docker pull mrlt8/wyze-bridge:latest
john-k-mcdowell commented 9 months ago

@mrlt8 I am using the homeassistant addon. Will the above work to update the addon to the latest version. The latest version of the addon appears to be 2.3.17. Not sure why the addon version is so far behind your latest version.

mrlt8 commented 9 months ago

@john-k-mcdowell do you have the correct repo added to your home assistant? I believe you should get a notification to update when you go to the add-on page in home assistant.

kebel87 commented 9 months ago

@mrlt8 I am using the homeassistant addon. Will the above work to update the addon to the latest version. The latest version of the addon appears to be 2.3.17. Not sure why the addon version is so far behind your latest version.

Same here. Would like to know as well.

john-k-mcdowell commented 9 months ago

I uninstalled it from HomeAssistant and reinstalled it from the add-on store and version 2.6 installed and seems to work fine. The previous version never indicated there was an update.

Mr-HaleYa commented 8 months ago

Ya got the same thing was stuck on 2.3.17 Noticed the URL in chrome was 7094bb28_docker-wyze-bridge and would not show it needed an update. went to the addon store and saw it said it wasn't installed. Installed and the URL was 7094bb28_docker_wyze_bridge. Copied the settings over, stopped the old, started the new, uninstalled the old, and everything works.