Ability to control TP-Link Smart Plug (1-Pack) from a Windows PC?
Sorry if I am posting to wrong forum. I have a smart plug so I chose Smart Plugs but did not see my model. I have a TP-Link Smart Plug (1-Pack). Is there any way to control from a Windows PC? Can I use an an Android emulator such as Blue Stacks? If not are there any TP-Link products thaat work like the Smart Plug I have but can be controlled from a Windows desktop?
Thanks in advance for your attention to this.
- Copy Link
- Subscribe
- Bookmark
- Report Inappropriate Content
What is the model number of your smart plug?
FYI, we use Kasa app to manage the smart home devices, including smart plug, smart bulb and smart switch. No controller or programme available for Windows PC yet.
Meanwhile, may I know why do you want to manage them via Windows PC?
- Copy Link
- Report Inappropriate Content
@arlesterc I just got Bluestacks running on my windows 10 machine. Kasa is partually working. I get an error when I try to turn on-off any of my smart devices. However, The Google home app running on Bluestacks works just fine alowing me to control my TP-link and other devices on my PC. Hope this helps.
- Copy Link
- Report Inappropriate Content
I also am using Bluestacks. For whatever reason when using this Android emulator Kasa is not able to control the devices. I know everything works because it works with my actual Android phone properly but when I uses this emulator with the Kasa app it does not work. Oddly it can see that my phone was controlling them properly (it shows the correct on off status). It just doesn't seem to be able to resolve the commands all the way. Using the Google Home app on the emulator is a way around this. Google Home on the emulator seems to be able to properly send the commands to the smart devices.
- Copy Link
- Report Inappropriate Content
@dacutty Android emulators need communication routing and the tp link devices use UDP which may be non-trivial to route - I'm not sure if there are configuration options to help you do this with bluestacks. A native alternative is my java app: https://sites.google.com/site/mppsuite/downloads/wemoserver-java that you can use to turn them on/off, it might be easier to setup.
Google home works because it sends TCP requests to the google internet servers which pass them to the TP Link servers which then control your devices from their cloud - this bypasses the local UDP routing that's used by kasa.
- Copy Link
- Report Inappropriate Content
- Copy Link
- Report Inappropriate Content
@Kevin_Z I don't see a reply by the original poster but I have this need also. The lamp directly next to my PC has a TP-Link bulb LB110. It's actually my first TP-Link device and I now have 16: 2 bulbs, 7 plugs, 5 switches and two cameras.
To turn on the lamp, I either have to speak to an Alexa device or open my phone, find the TP-Link app then find the button. It would be so nice if I could use a desktop icon. The corner of my computer screen is right next to the lamp. If I'm trying to be quiet, the Alexa option isn't preferred. And the app method is time consuming. Touching the icon would be so intuitive.
- Copy Link
- Report Inappropriate Content
Hi so I also have a desk lamp which is hooked to a HS100
I found this app on Github which you may also wish to check out..
https://github.com/chrisstubbs93/HS100-WIN-CONTROL
- Copy Link
- Report Inappropriate Content
My favorite smart plug is " Kasa Smart Plug by TP-Link, Smart Home WiFi Outlet works with Alexa, Echo, Google Home & IFTTT, No Hub Required, Remote Control, 15 Amp, UL certified, 1-Pack (HS105)" I think it is the best for all time! Thank you!
- Copy Link
- Report Inappropriate Content
Had the same issue and ended up installing Python, which is very simple, and using this script. Simple commands for local control of my Kasa plugs from my PC using batch files.
https://github.com/softScheck/tplink-smartplug/blob/master/tplink_smartplug.py
Example:
tplink_smartplug.py -t 100.10.1.20 -c on (or off)
Several options supported in the script.
Cheers!
- Copy Link
- Report Inappropriate Content
- Copy Link
- Report Inappropriate Content
Information
Helpful: 1
Views: 15824
Replies: 10