Tapo Cameras - unable to integrate #1195
Replies: 6 comments 6 replies
-
Edit: Device RTSP Stream still accessible and working as normal with the exception of two-way-audio. New error on the two-way-audio from homekit [Tapo TC60] intercom failed to start RPCResultError: RTSP Error: RTSP/1.0 406 Not Acceptable |
Beta Was this translation helpful? Give feedback.
-
same exact issue here |
Beta Was this translation helpful? Give feedback.
-
need the tape plugin for two way audio |
Beta Was this translation helpful? Give feedback.
-
I'm having the same issue - brand new C110, created local account in the app, ECONNREFUSED in scripted. Updated the camera firmware to 1.3.9, no change. console: |
Beta Was this translation helpful? Give feedback.
-
Never mind - manually entered the port as 2020 (per Tapo FAQ) worked as it should. |
Beta Was this translation helpful? Give feedback.
-
According to many ressources Tapo C200 cannot be used for ONVIF TALK, because Onvif protocol T is not implemented. |
Beta Was this translation helpful? Give feedback.
-
Describe the bug
I had multiple Tapo camera models working perfectly with two-way-audio and ONVIF with motion detection. Since a recent update, two-way-audio stopped working. Decided to remove cameras and now unable to re-add to scrypted no matter what.
When two-way-audio stopped working, logs from the homekit plugin were as follows:
[Tapo TC60] intercom failed to start RPCResultError [AxiosError]: Request failed with status code 401
at settle (/node_modules/axios/dist/node/axios.cjs:1900:12)
at v. (/node_modules/axios/dist/node/axios.cjs:2900:9)
at v.emit (node:events:514:28)
at v.emit (node:domain:489:12)
at v._processResponse (/node_modules/follow-redirects/index.js:356:10)
at ClientRequest._onNativeResponse (/node_modules/follow-redirects/index.js:62:10)
at Object.onceWrapper (node:events:629:26)
at ClientRequest.emit (node:events:514:28)
at ClientRequest.emit (node:domain:489:12)
at HTTPParser.parserOnIncomingClient (node:_http_client:700:27)
@scrypted/tapo:host
undefined error
After reloading all modules, updating scrypted and rolling back onvif and two-way-audio, nothing worked.
Removed camera and now they are no longer automatically discovered and unable to add manually
Console logs from ONVIF plugin:
Error adding ONVIF camera Error: connect ECONNREFUSED 192.168.2.27:80
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1495:16) {
errno: -111,
code: 'ECONNREFUSED',
syscall: 'connect',
address: '192.168.2.27',
port: 80
}
Error adding ONVIF camera Error: connect ECONNREFUSED 192.168.2.15:80
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1495:16) {
errno: -111,
code: 'ECONNREFUSED',
syscall: 'connect',
address: '192.168.2.15',
port: 80
}
Devices are pingable from local networks and all functions accessible via tapo app
No long/special characters passwords used
Beta Was this translation helpful? Give feedback.
All reactions