Hacker News new | ask | show | jobs
by Jaruzel 3112 days ago
Slightly tangential, but I've recently been writing a command line tool to talk to some TP-Link Smart Plugs, and discovered that they regularly talk to 'devs.tplinkcloud.com' even if you don't enable a TP-link Cloud account.

More details here (not my site): https://www.softscheck.com/en/reverse-engineering-tp-link-hs...

1 comments

I changed the server url on mines to "localhost". I control the plugs via a script on a docker container (they pilot water pumps). It works well that way.