Skip to content
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 C100 not sending notifications after firmware update #83

Open
marioPS opened this issue Aug 7, 2023 · 2 comments
Open

Tapo C100 not sending notifications after firmware update #83

marioPS opened this issue Aug 7, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@marioPS
Copy link

marioPS commented Aug 7, 2023

Describe The Bug:
I have 1 x C100 & 2 x C210's. All were functioning as required until TPLink pushed out an update for the C100.
The C100 stopped sending notification messages to Homebridge (HB) to pass onto Homekit (HK).

To Reproduce:
Have HB installed a C100 - firmware updated to v 1.3.6.

Expected behavior:
I expected to continue to see messages from the C100 received in the HB logs, as they were for the two other C210s.
Note: Tapo app on iOS & Android continue to receive appropriate notifications from all 3 cameras.
The logs match the expected "Motion Detected" messages from the C210s - nothing from the C100.

Logs:

Expected behaviour from C210s (Critter & Cammie (named by wife & son)):
[8/7/2023, 4:08:18 PM] [tapo-camera] [Cammie] Motion detected true
[8/7/2023, 4:08:31 PM] [tapo-camera] [Cammie] Motion detected false
[8/7/2023, 4:08:48 PM] [tapo-camera] [Cammie] Motion detected true
[8/7/2023, 4:09:28 PM] [tapo-camera] [Cammie] Motion detected false
[8/7/2023, 4:09:31 PM] [tapo-camera] [Cammie] Motion detected true
[8/7/2023, 4:09:37 PM] [tapo-camera] [Cammie] Motion detected false
[8/7/2023, 4:16:06 PM] [tapo-camera] [Critter] Motion detected true
[8/7/2023, 4:16:10 PM] [tapo-camera] [Critter] Starting video stream: native x native, native fps, ??? kbps (AAC-eld)
[8/7/2023, 4:16:27 PM] [tapo-camera] [Critter] Motion detected false
[8/7/2023, 4:16:40 PM] [tapo-camera] [Critter] Stopped video stream.


**Plugin Config:**

```json
        {
            "cameras": [
                {
                    "name": "Camela",
                    "ipAddress": "192.168.0.41",
                    "password": "password",
                    "streamUser": "camela",
                    "streamPassword": "password",
                    "disableAlarmAccessory": false,
                    "disableMotionAccessory": false
                },
                {
                    "name": "Critter",
                    "ipAddress": "192.168.0.145",
                    "password": "password",
                    "streamUser": "critter",
                    "streamPassword": "password",
                    "disableAlarmAccessory": false,
                    "disableMotionAccessory": false
                },
                {
                    "name": "Cammie",
                    "ipAddress": "192.168.0.196",
                    "password": "password",
                    "streamUser": "cammie",
                    "streamPassword": "password",
                    "disableAlarmAccessory": false,
                    "disableMotionAccessory": false
                }
            ],
            "platform": "tapo-camera"

Screenshots:
n/a

Environment:

  • Plugin Version: homebridge-tapo-camera v2.2.3
  • Homebridge Version: v 1.6.1
  • Node.js Version: v 18.17.0
  • NPM Version: v 9.8.1
  • Operating System: macOS Ventura
@marioPS marioPS added the bug Something isn't working label Aug 7, 2023
@marioPS marioPS changed the title Tapc C100 not sending notifications after firmware update Tapo C100 not sending notifications after firmware update Aug 30, 2023
@jheidecker
Copy link

No detection notifications here. Could be related.

Plugin Version: 2.3.4
HB Version: 1.7.0
Node: 20.10.0
OS: Ubuntu Jammy

Camera:
Tapo C320WS
HW Rev 2
FW: 1.1.6 Build 231114 Rel.55705n

@kopiro
Copy link
Owner

kopiro commented Aug 27, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants