Search found 5 matches

by evets122
Sat Apr 15, 2023 7:30 am
Forum: SmartHome Feature Requests
Topic: AD410 - Option to Disable Bell Chime at Doorbell
Replies: 20
Views: 28744

Re: AD410 - Option to Disable Bell Chime at Doorbell

The output from ChatGPT was really impressive, between that and the link you provided I think I put together the correct syntax for sending the multipart audio: curl POST --url "http://admin: <password> @ <doorbell_ip_address> /cgi-bin/audio.cgi?action=postAudio&httptype=multipart&chann...
by evets122
Thu Apr 13, 2023 3:31 pm
Forum: SmartHome Feature Requests
Topic: AD410 - Option to Disable Bell Chime at Doorbell
Replies: 20
Views: 28744

Re: AD410 - Option to Disable Bell Chime at Doorbell

I didn't stay on the new FW long enough to notice since not having the custom sounds working would mean having to undo a lot of my automations (plus I like my custom tones)! Hopefully they'll fix it in the next FW, but this is probably not a priority. Config file is good since it all says G711A. Jus...
by evets122
Thu Apr 13, 2023 2:00 pm
Forum: SmartHome Feature Requests
Topic: AD410 - Option to Disable Bell Chime at Doorbell
Replies: 20
Views: 28744

Re: AD410 - Option to Disable Bell Chime at Doorbell

Just a quick note on this, when I recently upgraded my AD410 from firmware v.20210220 to the latest v.20230221, it appears to have broken the postAudio command I had detailed: curl --request POST --url 'http://<user>:<password>@<doorbell_ip_address>/cgi-bin/audio.cgi?action=postAudio&httptype=si...
by evets122
Fri Aug 19, 2022 10:06 am
Forum: SmartHome Feature Requests
Topic: AD410 - Option to Disable Bell Chime at Doorbell
Replies: 20
Views: 28744

Re: AD410 - Option to Disable Bell Chime at Doorbell

Thank you! To send the custom sound you would need to use this curl request: curl --request POST --url 'http:// <user> : <password> @ <doorbell_ip_address> /cgi-bin/audio.cgi?action=postAudio&httptype=singlepart&channel=1' --header 'content-length: 9999999' --header 'content-type: Audio/G.71...
by evets122
Thu Aug 18, 2022 7:41 pm
Forum: SmartHome Feature Requests
Topic: AD410 - Option to Disable Bell Chime at Doorbell
Replies: 20
Views: 28744

Re: AD410 - Option to Disable Bell Chime at Doorbell

What ended up working for me on my AD410 was this command: http://<doorbell_ip_address>/cgi-bin/configManager.cgi?action=setConfig&VideoTalkPhoneGeneral.RingFile=0 Since the ring file "0" doesn't exist, nothing plays! This is particularly helpful for anyone who wants to then send a cus...