Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support enabling and disabling the mechanical chime #216

Open
mririgoyen opened this issue May 10, 2022 · 1 comment
Open

Support enabling and disabling the mechanical chime #216

mririgoyen opened this issue May 10, 2022 · 1 comment

Comments

@mririgoyen
Copy link

mririgoyen commented May 10, 2022

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:https://<ip address of ad110>/cgi-bin/configManager.cgi?action=setConfig&ExternalDoorBell.Enable=false
http:https://<ip address of ad110>/cgi-bin/configManager.cgi?action=setConfig&ExternalDoorBell.Enable=true

You can get the current status like so:

http:https://<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
Copy link
Author

mririgoyen commented May 10, 2022

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant