-
-
Notifications
You must be signed in to change notification settings - Fork 260
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 c200 onvif motion problem on new fw #796
Comments
Facing same problem for me on Tapo c200, can't got any onvif motion event. |
Same problem on Tapo C200, Tapo C100 works |
Same here… |
I have a C100 and can't get it to work, either. Are you on 1.3.6 firmware? |
C100 is on 1.1.15 |
OK, mine's on 1.3.6 already |
Hi, I have the same above-mentioned problem, the motion sensor doesn't work. Any update on this? I would really like to use the motion sensor to have HKSV working :) |
need camera console log with onvif debug mode logging enabled. |
Not sure if that's the debugging mode you meant — I enabled "Debug events" in camera's advanced settings. Did not see any logging settings in the Plugin itself.
|
Running into the same issues after updating the c100 to 1.3.6. The people at Home Assistant seem to have fixed it on their platform after contacting Tapo who stated that they didn't change anything in their ONVIF implementation. home-assistant/core#91661 (comment) I'll try to look into it as well. |
While still trying to make this motion detection working in the c200 I came across this from the homeassistant guys:
Could it be because Scrypted base URL is https and the Tapo camera doesn't register the webhook? |
Good find! I've decided to look into it, but upon inspecting the Scrypted source code, I observed (please correct me if I am mistaken) that it is exclusively using Pullpoint communication for receiving motion detection events. So the secure protocol doesn't seem to be the cause of the problem. I decided to experiment with Webhook communication, and I achieved positive results. Using a minimal server with Webhooks, I managed to receive both Motion and CellMotion detection events when motion initiated and ceased. I've opened Issue #1107 to continue discussing Webhooks and have also shared the example code for reference. |
So just putting this here as it might help someone in the interim. Firmwares: https://github.com/tapo-firmware/Tapo_C200/tree/main Do this at your own risk as I am sure there could be complications. For myself I have C200 Hv1 and went to 1.1.8 as I was following this table from HA forum on working versions: home-assistant/core#91661 (comment) Then motion events should be working again after some rebooting. Finally would check this out: https://community.tp-link.com/en/home/forum/topic/631802 TL;DR: Reflash camera to old FW version. Hope they fix soon. Edit: Have received a response "Hi, The official firmware for the Tapo C200 V1 will be released soon and it will solve the issue, it's suggested to wait for the official firmware if you don't mind. Best Regards" |
Thank you for the update! The exact some problems are occurring on the C100 (V2) models, have you receive an update about those as well? |
Thanks a lot!! Life saver!!! I started by downgrading the firmware to 1.3.5 with no success. The I downgraded again in steps until 1.1.9 where I lost all feed and no success. |
@TiFerr I ran into the exact same issues, where 1.3.5 did not resolve the problem, and I'm on 1.1.9 now, where I'm not able to get any feed at all. -- What exactly did you mean with the private message? Would you be able to help me as well, or point me in the right direction? Thanks! |
@jeffreylanters this:
I logged in the forums then sent the private message and waited. A few hours later i had an update firmware message on the Tapo app. After the update Scrypted started with some “Snapshot failed” message but eventually (some reboots later) it got over it and resumed the feed and the motion alerts. They are a bit sluggish but they work. |
Updating to 1.3.9 solved this for me |
No motion is registered by scrypted.
Seems like home assistant addon found a solution, could it be applied here too?
Pr
https://github.com/home-assistant/core/pull/92627/files
Issue thread
home-assistant/core#91661 (comment)
The text was updated successfully, but these errors were encountered: