kopiro / homebridge-tapo-camera

Homebridge plugin for TP-Link TAPO security cameras
ISC License
119 stars 10 forks source link

C210 doesn't show up in the home app #134

Open Moerte opened 1 month ago

Moerte commented 1 month ago

Describe Your Problem: I have configured a C210 camera however it doesn't appear in the home app. In the Homebridge platform I can see the Alarm, Eyes and microphone acessories, but not the camera itself, am I missing something?

Logs:

[04/06/2024, 16:06:30] [tapo-camera] StokRefresh: Start_seq response :>> 200 {"error_code":0,"result":{"stok":"ae97753f8328a2f5b41fe1d556786d4a","user_group":"root","start_seq":770}}
[04/06/2024, 16:06:30] [tapo-camera] StokRefresh: Success :>> ae97753f8328a2f5b41fe1d556786d4a
[tapo-camera] API response 200 {"result":{"responses":[{"method":"getAlertConfig","result":{"msg_alarm":{"chn1_msg_alarm_info":{".name":"chn1_msg_alarm_info",".type":"info","alarm_type":"0","light_type":"1","alarm_mode":["sound"],"sound_alarm_enabled":"off","light_alarm_enabled":"off","enabled":"off"}}},"error_code":0},{"method":"getLensMaskConfig","result":{"lens_mask":{"lens_mask_info":{".name":"lens_mask_info",".type":"lens_mask_info","enabled":"off"}}},"error_code":0}]},"error_code":0}
[04/06/2024, 16:06:30] [tapo-camera] Updating characteristics { alert: false, lensMask: false }
[04/06/2024, 16:06:30] Publishing external accessory (name: Living room, publishInfo: {
  username: '7D:E9:3A:36:80:A9',
  pincode: '***-**-***',
  category: 17,
  port: undefined,
  bind: undefined,
  mdns: undefined,
  addIdentifyingMaterial: true,
  advertiser: undefined
}).

Plugin Config:

{
    "cameras": [
        {
            "name": "Living room",
            "ipAddress": "192.168.1.XXX",
            "password": "password",
            "streamUser": "user",
            "streamPassword": "password",
            "debug": false
        }
    ],
    "platform": "tapo-camera"
}

Environment: