HS100 Hardware V4.1 Firmware 1.1.0 - No Detection Even When IP Manually Specified
See original GitHub issueMaybe a duplication or similar to https://github.com/plasticrake/homebridge-tplink-smarthome/issues/153
All HS100 Hardware V4.1 devices suddenly stopped working (work fine from Kassa App). Have reset them, have tried different versions of plug-in and config settings. Even manually specified devices. I have also reset homebridge. They now do not discover or show up.
I think this is possibly due to a firmware update from TP Link. I have a selection of HS100 devices some on hardware 2.0 and hardware 2.1 (these are all working).
Expected Behavior
The device appear in discovery or when manually specified
Current Behavior
Device does not appear
Steps to Reproduce (for bugs)
Setup a HS100 with hardware V4.1 and Firmware 1.1.0 device will not appear.
Versions
- Node:
node --version
v12.19.0 - Homebridge:
homebridge --version
1.2.3 - OS: Linux nash 5.4.60-1-pve #1 SMP PVE 5.4.60-1 (Mon, 31 Aug 2020 10:36:22 +0200) x86_64 x86_64 x86_64 GNU/Linux
Configuration
{
"name": "TplinkSmarthome",
"addCustomCharacteristics": false,
"deviceTypes": [
"plug",
"bulb"
],
"devices": [
{
"host": "192.168.0.155"
},
{
"host": "192.168.0.154"
},
{
"host": "192.168.0.153"
},
{
"host": "192.168.0.150"
}
],
"platform": "TplinkSmarthome"
}
Homebridge Log / Command Output
Issue Analytics
- State:
- Created 3 years ago
- Reactions:6
- Comments:59 (10 by maintainers)
Top Results From Across the Web
Odd TP-Link HS110 Smart Plug Behaviour - Configuration
I've now got to a situation where one of them just fails to be detected by HA even though it has a static...
Read more >HS100 Firmware 1.1 - TP-Link Community
I have 2 HS100 v4's that have been working solidly for a while on v1.0.3. According to my smart home these went unavailable...
Read more >homebridge-tplink-smarthome - Bountysource
TPLink Smart Home Plugin for Homebridge (formerly homebridge-hs100) ... HS100 Hardware V4.1 Firmware 1.1.0 - No Detection Even When IP Manually Specified $ ......
Read more >Hardware support — list of Rust libraries/crates // Lib.rs
Crates to interface with specific CPU or other hardware features.
Read more >Storming the Kasa? Security analysis of TP-Link Kasa smart ...
et al. detected only one running service on the smart bulb and no running services ... An article about disassembling the HS100 revealed...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@cliffordm I have published the plugin now and there are better instructions. I hope this helps!
https://www.npmjs.com/package/homebridge-hs-plug
Yes progress is being made with https://github.com/python-kasa/python-kasa
There is a proof of concept working version that is being tested and will be integrated into the main library. When that is complete and functional I suspect that this will be used as a reference for this project.
Edit: I originally incorrectly stated that python-kasa was what this project was based on and that is totally incorrect. My apologies.