-
Notifications
You must be signed in to change notification settings - Fork 13
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
Not Resolved - ECONNRESET with Tapo C200 #105
Comments
I have two of these C200 HW v1.0 and both have 1.3.9a and both are displaying this behaviour.
|
I also have a C200 HW v3.0 i am still on 1.3.5 and glad i read this before i updated, i always disable auto updates so it didn't updated on its own, i also had the camera blocked from internet access which i removed (and then realized there is fw 1.3.9) because my alexa integration wasn't working until i allowed internet access to the camera (alexa and tapo doesn't seem to establish a direct lan connection). I will wait with the fw update. |
I did have the same issue when I upgraded to V3.0. My C200 is rendered unusable due to this update. |
How did you downgrade your camera firmware? |
Hi, i expect he used one found on the net or he contacted tapo, tapo has all it's old fw versions online also for the hw revision but you don't get the direct link without sniffing the packets. DrmnSamoLiu/Tapo_Camera_Firmware#10 nervous-inhuman/tplink-tapo-c200-re#4 (comment) To grab specific fw watch in the list and add the url part: http://download.tplinkcloud.com/[URLPART] https://github.com/tapo-firmware/Directory/blob/main/all_keys.txt Turn off auto updates, and forbit access to internet for the camera (no internet access forbids alexa functionality, hsv will still work) but you keep your cam away from accidentally fw updates. Good luck |
Thanks, I might review some alternate HB plugins first to confirm this path is necessary |
I have mine currently under Scrypted (which works really fine) but i like this plugin and watch for it's progress. |
Hey folks, the plugin should still work with older firmware. What's the error you're getting specifically? |
@kopiro I’d prefer to not downgrade my cameras and hope that this can be resolved with an update to the Homebridge plugin. I’m still getting the same error, similar to the below when restarting the plugin/child bridge for one of my cameras: Any chance you could check this out? |
Any update to this one @kopiro ? |
Hey man @kopiro, we are still suffering from the same issue long since now. Should we move on to another plugin? |
On January 3rd, I asked: Hey folks, the plugin should still work with older firmware. What's the error you're getting specifically? Without any more informations, I can't help. When working on the update to support for HW2, I made sure that old firmware was still compatible, but apparently it's not; but now I need all errors you can give me in order to debug the issue (because I have upgraded the firmware on mine). Specifically, activate debugs logs and send me all the logs you can. |
@kopiro, On January 3 I responded as well (and followed up on January 15). I have activated debug in the Homebridge plugin for the camera that is not displayed. All I can see in the logs is as below:
|
I'm not sure I can do much with these logs though, can you try to switch the branch locally and try this? #121 Let me know if you need support on how to do this. |
@kopiro , happy to test but I will need some help with installing this. Can I just replace the changed file on its own? If not, could you please share the steps. |
Sure; go to the Homebridge terminal (or via SSH and login with cd /var/lib/homebridge/node_modules
rm -rf homebridge-tapo-camera
git clone https://github.com/kopiro/homebridge-tapo-camera.git
cd homebridge-tapo-camera
git checkout beta
npm install
npm run build |
@kopiro I followed the steps but the child bridge will not start, it is boot looping with the below error:
I've rolled back. |
You're right. Try |
@kopiro apologies, only got around to this now. I've tried this now as above, restarted the child bridge but still see the below:
Anything else worth trying? |
Any update on this? I have two C200 cameras which are now dead in HB so I am keen to assist if I can. I could not find any method for FW downgrade, unfortunately. |
@kopiro Hi, any update with this? I have updated to 2.4.0 and the issue is still present.
|
@kopiro I see that v2.4.4 of the plugin has added more debug, if this helps. I worry that this bug report may become stale and I would rather not have to open a new one.
|
Hey, please update to https://github.com/kopiro/homebridge-tapo-camera/releases/tag/v2.4.5 where I added more debug logs and post your logs again. |
@kopiro I've updated to 2.4.5 now, this is what I see in the debugs (redacted username, passwords and IP addresses):
Hope this helps! |
Hey @psycoticninja , do you have Discord or Telegram so we can debug this issue together? I have 1h free now I can help and maybe we'll find the root of the issues |
You can maybe find me on Discord as @kopiro |
Done - discord friend invite sent. |
I'm sorry, apparently is |
Alright, we have identified @psycoticninja issue, but I think this may not cover other issues. But, for now, this was the solution #160 and I've released a new version https://github.com/kopiro/homebridge-tapo-camera/releases/tag/v2.4.7 |
The original bug case was closed and had no response after mentioning it was still an issue - this is still an issue, even on the latest version of the plugin.
Describe The Bug:
I have two Tapo C200's:
One is running Version 1.3.9 Build 231019 Rel.38052n(4555) - HW 2.0
The other is running Version 1.3.9 Build 231019 Rel.37378n(4555) - HW 1.0
Since upgrading both to 1.3.9 XXXX the one with HW 2.0 no longer connects to Homebridge, reporting the following error in the logs:
[22/11/2023, 08:14:42] [homebridge-tapo-camera] Error during setup of camera Rat Cam read ECONNRESET
The camera appears to be working fine via RTSP - it is also streaming to Shinobi and have no issues there.
I have tried to remove the single camera accessory from Homebridge settings, renamed the camera in the plugin configuration as well but still same error.
To Reproduce:
Not sure how to reproduce this.
Expected behavior:
Camera should just work.
Logs:
[22/11/2023, 08:14:42] [homebridge-tapo-camera] Error during setup of camera Rat Cam read ECONNRESET
Environment:
Plugin Version: 2.3.4
Homebridge Version: 1.7.0
Node.js Version: 20.10.0
NPM Version: 10.2.3
Operating System: Debian GNU/Linux Bullseye (11) - Raspbian Lite
The text was updated successfully, but these errors were encountered: