From 9d3a12f77a9905e2ac80e14e03df39330182225d Mon Sep 17 00:00:00 2001 From: Rod Payne Date: Mon, 6 Jan 2025 23:10:29 -0700 Subject: [PATCH] Incorrect link for Amcrest AD110 Video Doorbell #26 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 33ad830..52e0b6b 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ I have the following camera related components installed in my configuration. [Frigate NVR Add-on](https://github.com/blakeblackshear/frigate) | "A complete and local NVR designed for Home Assistant with AI object detection. Uses OpenCV and Tensorflow to perform realtime object detection locally for IP cameras." | This adds object detection for even cheap cameras (without running it in the cloud), so that events can be triggered based on a person moving rather than leaves and shadows moving. The Google Coral USB Accellerator gives enough performance to run this on a Raspberry Pi. | [Frigate Integration](https://github.com/blakeblackshear/frigate-hass-integration) | Integrates Frigate with Home Assistant. | Configures all entities to control Frigate and receive updates. Frigate publishes event information in the form of a change feed via MQTT. | [Wyse Cam V2](https://wyze.com/wyze-cam-v2.html) | A cheap indoor camera with audio. | Using the [alternate Wyse RTSP firmware](https://download.wyzecam.com/firmware/rtsp/demo_4.28.4.51.bin) to access the camera stream locally. I experimented with the [Xiaomi Dafang Hack](https://github.com/EliasKotlyar/Xiaomi-Dafang-Hacks), which was interesting, but could not get any more reliability than the Wyze firmware. | -[Amcrest AD110 Video Doorbell](https://amcrest.com/smarthome-2-megapixel-wireless-doorbell-security-camera-1920-x-1080p-wifi-doorbell-camera-ip55-weatherproof-two-way-audio-ad110.html) | Good quality video doorbell with local RTSP communication and two-way audio. | Have not had any problems with it. | +[Amcrest AD110 Video Doorbell](https://amcrest.com/2mp-wifi-camera-doorbell-ad110.html) | Good quality video doorbell with local RTSP communication and two-way audio. | Have not had any problems with it as long as I keep the Night Vision turned off so that it does not overheat. | [amcrest2mqtt](https://github.com/dchesterton/amcrest2mqtt) | A simple app to expose all events generated by an Amcrest device to MQTT using the [python-amcrest](https://github.com/tchellomello/python-amcrest) library. | Has entities for things like amount of storage used on the SD card, but there is nothing essential that it provides that I have used so far. | [packages/security_camera.yaml](https://github.com/rodpayne/home-assistant/blob/main/.homeassistant/packages/security_camera.yaml) | Configuration and automations | | [www/camera_video.html](https://github.com/rodpayne/home-assistant/blob/main/.homeassistant/www/camera_video.html) | This webpage displays the video from a security camera. It uses a variety of technologies to find one that will work in a particular browser and keeps it running. | Can be used in a Lovelace [Webpage (iframe) card](https://www.home-assistant.io/lovelace/iframe/) or panel, as an [iframe-fullscreen custom panel](https://www.technicallywizardry.com/home-assistant-custom-panels/), or stand-alone in a browser. |