-
-
Notifications
You must be signed in to change notification settings - Fork 251
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
Tapo Two way Audio: API has changed #1541
Comments
Luckily I have two, did not update the firmware on the second one, can confirm that the plugin works as expected on
|
not a bug so much as tp link not allowing this anymore. not something I want to reverse engineer. if the other HA maintainer wants to release their code I will reevaluate. |
Describe the bug
Tapo two way audio plugin does not work with Tapo C210 camera.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Two way audio should work.
Screenshots
N/A
Server (please complete the following information):
Hardware Model (please complete the following information):
Client (please complete the following information, if applicable):
Additional context
Logs:
The way it is currently implemented here expects a 401 response from a http endpoint (I am not sure what port options.address points to). I tried to port scan (see output below) and tried sending post requests to open ports.
Only one of them, the https 443 one, responded in a way that related to the Tapo API implementation. It even has the nonce, error code of (-40)401 and encrypt type 3. I am on the latest firmware fyi
Version 1.3.11 Build 231115 Rel. 85532n(5553)
. So, this makes me think the API has changed to use https with self signed certs and use the json body for the nonce and key (?).The text was updated successfully, but these errors were encountered: