-
Notifications
You must be signed in to change notification settings - Fork 571
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
Fix support Tapo C210 firmware v1.3.9 #733
Comments
|
While above is true, there might be more work needed on go2rtc, see JurajNyiri/pytapo#76 . Also, use sha256 hash not md5 anymore. |
thanks @JurajNyiri, after replace md5 by sha256 it work |
I need remote access to this camera to fix it. |
Confirming that I also used the sha256 hash instead of the md5 - stopped the errors and the camera works with sounds - however, the 2 way audio no longer works. I have 2 of the same Tapo C211 cameras, with the exact same config, but one has Firmware: 1.3.9 Build 231019 (not working) and the other has Firmware: 1.3.7 Build 230823 (working) I'm willing to help in any way you need. |
I have tapo c210 with 1.3.9 firmware un two way audio work. media: video,audio,microphone the conf of stream in go2rtc.yaml: streams:
camera.salon:
- tapo://admin:<cloud password sha256 hash upercase>@192.168.1.152 |
So this method worked for you? streams:
# cloud password without username
camera1: tapo://[email protected]
# admin username and UPPERCASE MD5 cloud-password hash
camera2: tapo://admin:[email protected]
# Tapo C210 with firmware 1.3.9+
camera3: tapo://admin:[email protected] PS. I still need to understand the difference of which password to use for the |
yes for me with tapo c210 1.3.9 firmware the method below work:
I use homeassistant latest and the webrtc v3.5.0 HACS integretion. The only limitation is I can't turnoff the microphone directly from homeassistant, I need to go in browser settings to forbiden the microphone for the site. Honestly it is a detail!!!! |
can you provide your card code? 2 way is not working for me and i have all these settings exactly. |
This is the conf, for ptz I added cam as onvif integration and use that for ptz
If you have a problem when you add camera as tapo intregration you should restart your camera. At the begening not work but after restart my cam and add cam to tapo integration with local user user pass and the cloud pass everything work. I think firmware of cam is little buggy. |
OK - the audio comes through, but I dont see any way to cut the mic on or off - as soon as it loads, it starts. How are you working around that? Also, any idea how I can get this to work with Frigate Card? |
For now the only solution for me is using firefox/chrome/edge on android (not the HA app) and from there you can block the microphone or not. |
|
what do you mean optional? Currently, it just starts with the mic open and there's no way to turn it off. Is there configuration to have the mic off upon the stream load and toggle on/off? I've tried this with the Frigate card mic button, and for some reason the two way audio doesnt work at all anymore. |
Hi,
All is in the title, since firmware update of camera the authentication not work anymore.
I use this in the go2rtc.yaml file:
thanks
The text was updated successfully, but these errors were encountered: