Turn off led indicator on smart switch

This thread has been locked for further replies. You can start a new thread to share your ideas or ask questions.
1456...

Turn off led indicator on smart switch

This thread has been locked for further replies. You can start a new thread to share your ideas or ask questions.
102 Reply
Re:Turn off led indicator on smart switch
2020-06-10 01:48:29
This is actually a good solution until the developers find a in app one
  0  
  0  
#46
Options
Re:Turn off led indicator on smart switch
2020-06-17 15:02:08
The same functionality can be used on the Habitat Hub. Dave G created an application using Groovy that works on all of the lights but the version 1 HS200. https://github.com/DaveGut/Hubitat-TP-Link-Integration
  0  
  0  
#47
Options
Re:Turn off led indicator on smart switch
2020-07-08 03:53:21
Please add this feature. I believe it to be a miss in the original design.
  0  
  0  
#48
Options
Re:Turn off led indicator on smart switch
2020-07-09 21:58:53

For those without an Apple Device, but have a Linux/Windows box that can run Python, there is a Python command line app that you can run to turn the light on/off.

https://github.com/python-kasa/python-kasa

An example to turn it off:
./kasa --host 192.168.1.65 led 0

An example to turn it on:
./kasa --host 192.168.1.65 led 1

I had to use this myself tonight, as I installed a couple switches into bedrooms today, and forgot about the LED until my wife and son complained... :)
 

  3  
  3  
#49
Options
Re:Turn off led indicator on smart switch
2020-07-10 00:16:58 - last edited 2020-07-10 00:17:19

@nhusby 
It requires a newish Python 3.x, which I didn't have on my Linux box.  So I had to install that first.

Once you have that, you can install the package with "pip3 install python-kasa".

After the package is installed, you should have a "kasa" binary out there that you can run.
(It installed in .local/bin for me)

PS: The package is pretty slick, you can do a bunch of other stuff with it as well.
 

  1  
  1  
#51
Options
Re:Turn off led indicator on smart switch
2020-07-10 00:28:57

@ScottK123 Thanks!

  0  
  0  
#52
Options
Re:Turn off led indicator on smart switch
2020-07-11 00:02:15

Definitely would be nice to have this as a configurable option for a "stealth" mode for the switches. Could up the "wife approval factor" on this sort of device a bit. One of the reasone I selected the Kasa switches is how unobtrusive the design is. Having the option to dim or turn off the "indicator" light would be nice.

  0  
  0  
#53
Options
Re:Turn off led indicator on smart switch
2020-07-11 02:23:11

@JohnWang this is so crazy. How can a third party do this but not TP-Link.  I remember posts from TP-Link saying that they could not do it.  

 

Ryan

  1  
  1  
#54
Options
Re:Turn off led indicator on smart switch
2020-08-26 04:27:43

Anyone know if the Linux script works on the HS220v2? Just installed a few new ones in a bedroom and its not working in watt app

  0  
  0  
#55
Options
Re:Turn off led indicator on smart switch
2020-09-30 06:01:16

@JRose I got the python script working with device below as well as my v3s. 

 

== Master Bath Shower - HS200(US) ==
    Host: 192.168.1.187
    Device state: OFF

    == Generic information ==
    Time:         2020-09-30 01:35:34
    Hardware:     2.0
    Software:     1.5.7 Build 191118 Rel.140152
    MAC (rssi):   D8:0D:17:7B:A1:55 (-61)
    == Device specific information ==
    LED state: False
    On since: None

 

For some reason the script doesn't discover my hs220 dimmers, and the watt app's night mode doesn't work for my dimmers, but it does work for all my hs200s. 

 

It's a bit lame we gotta run scripts like this or install 3rd party apps for something so simple.

  0  
  0  
#56
Options
Related Articles