-
-
Notifications
You must be signed in to change notification settings - Fork 223
KL430 support #67
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
Comments
Could you please do a traffic capture and analyze for the available commands using https://github.com/softScheck/tplink-smartplug#wireshark-dissector ? Also, please do |
I have Wireshark installed but I don't see any packets using the tplink-smarthome protocol. Am I doing something wrong? |
For the command analysis, you need to make the traffic capture between the official app and the device. The easiest way to do that is likely to use android emulator to run the app and record the traffic from desktop. |
I don't have an android phone. Is there another way to do it? What are the settings I need to use in Wireshark? |
Hello Guys, I also trying to do this, I installed Wideshark and I added the .lua plugin but I don't see tplink-smarthome protocol. I do not know how to check if the Lua pluging is being loaded ok into Wideshark. My pc is connected to the samewireless as my tp-link devices, if I turn on or turn off a tplink device I see traffic but nothing with the protocol you are mentioning. Update: it is working now. but it seems we do need an Android emulator |
@ethan-ingalls So the simplest way is to install android emulator, install the app and capture the traffic directly from the emulator, maybe this will help: https://stackoverflow.com/questions/2453949/android-emulator-how-to-monitor-network-traffic/2574493#2574493 . @spalacioh you can check if the lua plugin is installed by going to help -> about wireshark -> plugins and searching the list there. The discovery protocol uses udp on port 9999, while the command traffic is using the same port, but with tcp. |
@spalacioh were you able to intercept traffic using the emulator? If not what emulator are you using? I'd like to give it a go but I have never run an android emulator before. |
@ethan-ingalls I downloaded Android Studio and tried with different emulators available. I was able to intercept traffic but nothing related to tp-link. |
@spalacioh did you link the app with the cloud in the emulator, just to be sure it is not commanding the device over the cloud connectivity? Can you control the device just fine inside the emulator? |
|
Looks like it uses a similar protocol as the bulbs do. I'll create a quick PR that will allow testing whether the command set is also the same (i.e., if Could you do |
Awesome! Testing soon... |
Please add support for the KL430 light strip
The text was updated successfully, but these errors were encountered: