apatsufas / homebridge-tapo-p100

Homebridge TP-LINK Tapo P100 Platform Plugin
Apache License 2.0
64 stars 14 forks source link

P100 Plug device name doesn't appear on HomeKit set up #18

Closed mkilivan closed 2 years ago

mkilivan commented 2 years ago

Describe The Bug:

Tapo Plug type device name does not appear on the Home app when setting it up the first time. Instead, the IP address of the device appears. I have other devices on different platforms and their name appears normal on set-up.

To Reproduce:

  1. Open the Home app on an iOS device
  2. Tap + and then Add Accessory
  3. Follow the instructions

Expected behavior:

When setting up an accessory the device name should appear. Not the IP address of the device. Logs:

[11/21/2021, 12:53:04 PM] [Tapo Smart Platform] Loading accessory from cache: 192.168.1.120
[11/21/2021, 12:53:05 PM] [Tapo Smart Platform] Restoring existing accessory from cache: 192.168.1.120

Plugin Config:

{
    "name": "Tapo Smart Platform",
    "username": "__user_name__",
    "password": "___password___",
    "devices": [
        {
            "name": "Corner Light",
            "host": "192.168.1.120",
            "type": "Plug"
        }
    ],
    "platform": "TapoP100"
}

Screenshots:

Environment:

apatsufas commented 2 years ago

Should be fixed with v.1.4.12

mkilivan commented 2 years ago

Thank you for the quick fix.