kopiro / homebridge-tapo-camera

Homebridge plugin for TP-Link TAPO security cameras
ISC License
127 stars 11 forks source link

Tapo C100 not sending notifications after firmware update #83

Open marioPS opened 1 year ago

marioPS commented 1 year ago

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:

jheidecker commented 9 months ago

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 commented 1 month ago

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.