homebridge-plugins / homebridge-tp-link-powerline

Homebridge TP-Link Powerline plugin.
Apache License 2.0
4 stars 0 forks source link

Configuration for Kasa TP-Link KP303 smart power strip #2

Open ayukawa opened 2 years ago

ayukawa commented 2 years ago

Hi, First TP-Link device for me. Ran the default installation. Reboot etc.
Homebridge logs don't throw any errors. It initializes the plugin it would seem. But no devices magically appear in Homebridge accessories.

They do show up on the KASA app just fine. And seems to work. My other Homebridge WEMO and Harmony plugins work fine.

Now thinking I may need to update the Config for homebridge-tip-link-powerline with more information.

It only shows the below from the boot log (the MAC and SN listed below has been XX for paranoia).
I've tried to find some documentation, or examples to get started.

Hints? Help?

Here is my JSON config:             "name": "TP-Link Powerline",             "devices": [                 {                     "mac": "XX-XX-B8-94-36-85",                     "serialNumber": "2213338000XXX",                     "model": "KP303"                 }             ],             "platform": "TpLinkPowerline"

kheewei commented 2 years ago

I think this is not the plugin you're looking for. Try this instead? https://github.com/plasticrake/homebridge-tplink-smarthome

ayukawa commented 2 years ago

Absolutely correct! Thank you very much. I installed this plugin and it works. Just like magic. Made my day.