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

TPlink Smarhome #359

Open
1 task done
wratran opened this issue Dec 11, 2024 · 2 comments
Open
1 task done

TPlink Smarhome #359

wratran opened this issue Dec 11, 2024 · 2 comments
Labels

Comments

@wratran
Copy link

wratran commented Dec 11, 2024

Is there an existing issue for this?

  • I have searched the existing issues

What happened?

homebridge does not recognized Kasa HS200P3 switch

What, if anything, has recently changed?

just add switch...nothing change

Version

newest

Node Version

18-16

Homebridge Version

up to1.6.3

Which OS/Platform?

Linux

Relevant log output

[12/10/2024, 9:58:40 PM] [TplinkSmarthome] Device Online: [Front ceiling] plug [800651E46012E7A79A5D0FDB8DBE19991E27EAA6] 192.168.86.27 9999
[12/10/2024, 9:58:40 PM] [TplinkSmarthome] [Zen wall] Updating [Outlet.Outlet In Use] false
[12/10/2024, 9:58:40 PM] [TplinkSmarthome] [Zen wall] Updating [Outlet.On] false
[12/10/2024, 9:58:40 PM] [TplinkSmarthome] Device Online: [Zen wall] plug [8006AD169C743A81AADA9B256871DF4C1D0519A0] 192.168.86.33 9999
[12/10/2024, 9:58:40 PM] [TplinkSmarthome] [Hallway] Updating [Switch.On] true
[12/10/2024, 9:58:40 PM] [TplinkSmarthome] Device Online: [Hallway] plug [800604350F223725E98F411303E424271F8BAA6A] 192.168.86.31 9999
[12/10/2024, 9:58:40 PM] [TplinkSmarthome] [Zen ceiling light ] Updating [Outlet.Outlet In Use] false
[12/10/2024, 9:58:40 PM] [TplinkSmarthome] [Zen ceiling light ] Updating [Outlet.On] false
[12/10/2024, 9:58:40 PM] [TplinkSmarthome] Device Online: [Zen ceiling light ] plug [80064695F5743BAD4E975E34F80FDF9B1CD9E3E9] 192.168.86.67 9999
{"level":30,"time":1733889523007,"pid":16923,"hostname":"wratran","reqId":"req-3n","req":{"method":"GET","url":"/api/config-editor/plugin/homebridge-tplink-smarthome","hostname":"192.168.86.104:8581","remoteAddress":"::ffff:192.168.86.107","remotePort":51039},"msg":"incoming request"}
{"level":30,"time":1733889523018,"pid":16923,"hostname":"wratran","reqId":"req-3n","res":{"statusCode":200},"responseTime":10.445588998496532,"msg":"request completed"}
[12/10/2024, 9:58:49 PM] [TplinkSmarthome] refreshEmeter()
[12/10/2024, 9:58:49 PM] [TplinkSmarthome] Scheduling next run of refreshEmeter() in 20000(ms)
[12/10/2024, 9:58:49 PM] [TplinkSmarthome] [Dining room Light] Updating [Switch.On] false
[12/10/2024, 9:58:49 PM] [TplinkSmarthome] Device Online: [Dining room Light] plug [80062B79CB0AE97E0FC053FA796C44A71CD3AA1E] 192.168.86.42 9999

Configuration

"name": "TplinkSmarthome",
    "addCustomCharacteristics": true,
    "deviceTypes": [
        "plug",
        "bulb"
    ],
    "devicesUseDiscoveryPort": false,
    "platform": "TplinkSmarthome",
    "_bridge": {
        "username": "0E:D4:BB:75:D3:A2",
        "port": 37542
    }
}
@wratran wratran added the bug label Dec 11, 2024
@hassleBox
Copy link

I'm having the same issue. It's not finding my HS200 either. Tried via max and ip address and no luck. Works perfectly for my HS220.

@BrentWilliams76
Copy link

Check the device info for these HS200's in the Kasa mobile app. I just installed 2 new HS200's (having about a dozen of them already.) The new ones are a new hardware and firmware version (5.26 and 1.03, respectively) and apparently require cloud username and password to be able to discover and manage the devices with third-party software. The homebridge-kasa-python plug in seems to do the trick (but may have other limitations depending on your environment.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants