tplink-smarthome-api
tplink-smarthome-api copied to clipboard
CLI for CLOUD access
this library was awesome. Can you provide CLI with CLOUD search support rather than local network only?
Patrick,
A dump on my cloud experience. For the cloud, the commands are exactly the same; however, not encrypted. There are some differences in the plugId for multiPlugs in the response from getSysinfo (uses long format with embedded device Id vice simply the two character plug number).
As far as connecting to and interacting with the cloud, my current groovy app at https://raw.githubusercontent.com/DaveGut/HubitatActive/master/KasaDevices/Application/KasaIntegrationApp.groovy contains the following related methods:
kasaAuthenticationPage() getToken() cloudGetDevices() sendKasaCmd()