-
-
Notifications
You must be signed in to change notification settings - Fork 142
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
Support for RE270K? #15
Comments
Can you run the |
Will do it tomorrow. Also, what's the minimal version of node required for this library to work? |
6.5, as specified in the package.json |
Is there something in the lib that requires 6.5 or? Since NAS devices don't support node v6. Also, my colleague took the Wi-Fi Range Extender home so I'll tell him to send the details tonight and I'll put them here. |
Now that I'm using babel on this project I may be able to support v4 with minimal changes. I'll see what I can do. |
There's the data for RE270K |
I was able to configure babel and get this working on node 4.8 (will release a version of hs100-api soon). It looks like TPLINK keeps slightly tweaking the API for each device, I would need to know the commands that are sent to control it. This is how to control HS* devices: I noticed that RE270K they have moved You could try running different versions of the command to see if any work: If you find anything let me know! If you or anyone else with access to that model could dump the traffic I can add updates to support it. Here's an example: https://github.com/softScheck/tplink-smartplug |
I used your
So this is where I'm stuck. I'm not sure what Kasa is expecting when it sends that POST. If I knew whatever authorization its doing I could maybe replicate. If anyone has any more info please let know! |
My colleague (who owns this model) is out of country until Wednesday, so nothing until then. |
I tried also to reach it, but in another way.
Unfortunately, I have not more information than that. Maybe someone else has an idea how to contact the smartplug endpoint (different from the webinterface for configuring the wifi extender). |
The only way I could get it to work in SmartThings was to use IFTTT to turn on / off and the standard commands to get the status. Better than just using IFTTT (since you get a return status). I am still looking for a full solution (I want it for the Hubitat Enviroment UDP control.) |
I'm wondering if this Wi-FI Range Extender + SmartPlug is supported? Using setPowerState doesn't work. Also ._type property is device and alot of stuff differs from standard plug or bulb.
The text was updated successfully, but these errors were encountered: