apatsufas / homebridge-tapo-p100

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

Unplugged Plug is still „available” in the home app #21

Closed rob1037 closed 2 years ago

rob1037 commented 2 years ago

Describe The Bug: If I unplug the Plug it is still reachable in the home app and appears as offline, it’s even possible to turn it on without any failures in the home app while the plug is still unplugged

The homebridge plug-in knows that the plug is offline see logs down below

To Reproduce: Install any P100 Plug and unplug it, it still appears normal in the home app and not as unreachable

Expected behavior: If a plug gets unplugged it should get the status “No Response”

Logs:

[12.12.2021, 12:23:50] [Tapo Smart Platform] 111 Error: connect EHOSTUNREACH 192.168.xx.xx:80 [12.12.2021, 12:23:50] [Tapo Smart Platform] Get Device Info failed

Plugin Config:

"platforms": [ { "name": "Tapo Smart Platform", "username": "tapoaccount", "password": "*password", "devices": [ { "name": "tapo 1", "host": "192.168.xx.xx", "type": "Plug" },
], "platform": "TapoP100" } ]

Screenshots:

Environment:

apatsufas commented 2 years ago

Should be fixed with 1.4.14