-
-
Notifications
You must be signed in to change notification settings - Fork 41
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
2 Way Audio not working in Frigate Card #184
Comments
I would like to add a guide for those wanting to get their Hikvision doorbell working with the web-rtc card complete with mp3 playback. Eventually it will be updated for the Frigate card when 2 way audio is resolved with it. |
Great guide , not sure if I need to combine it or not... Gonna wait for the frigate updates first, because that card is nicer indeed... Also next update doesn't require frigate add-on/integration... Just question, why do you have the camera defined 2 times in go2rtc , why not use the first one for the mp3 also? |
I tried using the first one but could not get the mp3 to play for the life of me. When I defined it again but with channel 102 it works reliably every time. Also another weirdness, when I update webrtc-camera to version 3.5.1 then I start having issues with mp3 playback and intermittent 2 way audio. I'm on master which is working but obviously should move on once I find out why it's playing up! |
You managed to solve the problem. I have a Hikvision camera and doorbell. The problem was this. At first there was sometimes intermittent two-way communication. And now when I press the microphone, the sound disappears. |
ok, found the issue!! dermotduffy/frigate-hass-card#1356 The issue that two way audio isnt working the second time, is that the "close" command is not being used in the go2rtc addon, it will be implemlented later!! for now i send the command below, right after you do the answer/hangup and before pressing the mic button, this makes the previous twoway audio close first...
I keep this one open, untill a new go2rtc addon is released!! |
Thank you |
update 1.9.0 is released, but seems the issue is still present, i still send the curl , before i start two way audio |
Thank you. I'm really looking forward to the fix. |
Same, but the curl is working great!! |
Добрый вечер не могу заставить это работать. |
I do this in the frigate card for my "phone/answer" button:
First i do the script, to make my answer+hangup+close audio This is my script:
and my shell command is:
|
hikvision_close_audio: "curl -i --digest -u admin:XXXXX -X PUT http://192.168.0.70/ISAPI/System/TwoWayAudio/channels/1/close" |
correct |
Damn, nothing works. All the same, the sound gets quieter and then starts to break up if I log in several times and go to the card with a microphone. type: custom:webrtc-camera Only reloading the Go2rtc configuration helps |
So how is everything right? hikvision_close_audio: "curl -i --digest -u admin:XXXXX -X PUT http://192.168.0.70/ISAPI/System/TwoWayAudio/channels/1/close" |
yeah thats why i do |
admin:XXXXX-X PUT |
Hi |
it works, but if you answer the doorbell 2 times when not refreshing the card, i dont have audio, you can send the close command i posted earlier i saw new updates on the card, didnt try yet, maybe its better now |
Thanks for letting me know. frigate.yml: ` cameras: detect: go2rtc: and streams info from go2rtc: { |
sorry, no idea, for mic to work, you need https with valid ssl, mauybe thats the issue? |
What happened?
Not an issue with the Hikvision Camera Integration - however I was unable to consistently get 2 way audio from the Frigate card for the Hikvision Camera Integration. This is an issue being dealt with but in the meantime we are using the web-rtc card which works but slightly clunky.
Add-on
Hikvision Doorbell
What version of the add-on are you running?
3.0.14
Installation type
Home Assistant add-on
Relevant log output
No response
Relevant configuration
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: