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

Cameras only in my home app #139

Open
jgrabitzky opened this issue Jul 2, 2024 · 0 comments
Open

Cameras only in my home app #139

jgrabitzky opened this issue Jul 2, 2024 · 0 comments
Labels
question Further information is requested

Comments

@jgrabitzky
Copy link

Describe Your Problem:
Hello
I have two tapo cameras TC40 and TC65 that were set up on a new homebridge. I added the bridge to my iPhone and then set up the two cameras manually.
I see the two cameras in my home app and also on the iPad and on my imac.
I also see on my daughter's iPhone that the two cameras are there, but they don't respond. I can't add the cameras on my wife's iPhone. Everything else in home works perfectly.

Logs:

[02/07/2024, 20:25:06] [HB Supervisor] Starting Homebridge with extra flags: -I -P /var/lib/homebridge/node_modules --strict-plugin-resolution
[02/07/2024, 20:25:06] [HB Supervisor] Started Homebridge v1.8.3 with PID: 18905
[02/07/2024, 20:25:07] Loaded config.json with 0 accessories and 2 platforms.
[02/07/2024, 20:25:07] Loaded 0 cached accessories from cachedAccessories.
[02/07/2024, 20:25:07] ---
[02/07/2024, 20:25:07] Loaded plugin: [email protected]
[02/07/2024, 20:25:07] Registering platform 'homebridge-tapo-camera.tapo-camera'
[02/07/2024, 20:25:07] ---
[02/07/2024, 20:25:07] Loading 2 platforms...
[02/07/2024, 20:25:07] [tapo-camera] Initializing tapo-camera platform...
Setup Payload:
X-HM://0024LEOCU3H4R

02/07/2024, 20:25:07] Homebridge v1.8.3 (HAP v0.12.2) (Homebridge C80C) is running on port 51320.
[02/07/2024, 20:25:08] Carport 196D is running on port 35987.
[02/07/2024, 20:25:08] Please add [Carport 196D] manually in Home app. Setup Code: 679-83-310
[02/07/2024, 20:25:08] Veranda 5F96 is running on port 34365.
[02/07/2024, 20:25:08] Please add [Veranda 5F96] manually in Home app. Setup Code: 679-83-310
[02/07/2024, 20:25:50] [tapo-camera] [Carport] Starting video stream: native x native, native fps, ??? kbps (AAC-eld)
[02/07/2024, 20:25:57] [tapo-camera] [Carport] Stopped video stream.

Plugin Config:

{
    "cameras": [
        {
            "name": "Veranda",
            "ipAddress": "192.168.34.82",
            "password": "PW",
            "streamUser": "user",
            "streamPassword": "PW"
        },
        {
            "name": "Carport",
            "ipAddress": "192.168.34.52",
            "password": "PW",
            "streamUser": "user",
            "streamPassword": "PW"
        }
    ],
    "platform": "tapo-camera"
}

Screenshots:

Environment:

  • Plugin Version: homebridge-tapo-camera v2.3.4
  • Homebridge Version:
  • Node.js Version: Node.js version v20.12.2
  • NPM Version:
  • Operating System: OS Debian GNU/Linux Bookworm (12)
@jgrabitzky jgrabitzky added the question Further information is requested label Jul 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant