python-amcrest icon indicating copy to clipboard operation
python-amcrest copied to clipboard

Support enabling and disabling the mechanical chime

Open mririgoyen opened this issue 2 years ago • 1 comments

One of the biggest reasons I'm dropping my Nest doorbell is because of the lack of API control. The Amcrest AD110 has the required control for me to bring things local, but it's missing one thing: the ability to silence the indoor chime. I have young children and a baby on the way, and we want that doorbell chime SILENCED during nap time.

It seems it is possible to disable (and likely reenable) the chime using the web api.

http://<ip address of ad110>/cgi-bin/configManager.cgi?action=setConfig&ExternalDoorBell.Enable=false
http://<ip address of ad110>/cgi-bin/configManager.cgi?action=setConfig&ExternalDoorBell.Enable=true

You can get the current status like so:

http://<ip address of ad110>/cgi-bin/configManager.cgi?action=getConfig&name=ExternalDoorBell

Is this something the module can support so it may trickle up the stream and eventually into Home Assistant?

mririgoyen avatar May 10 '22 02:05 mririgoyen

More information: https://community.home-assistant.io/t/assistance-silencing-my-doorbell/243285/10

mririgoyen avatar May 10 '22 03:05 mririgoyen