linuxscripts icon indicating copy to clipboard operation
linuxscripts copied to clipboard

Script collection for linux

Results 4 linuxscripts issues
Sort by recently updated
recently updated
newest added

I found that running the status payload was returning binary characters, adjusting cmd_print_plug_relay_state() to the following strips it out (added tr -cd '\11\12\15\40-\176'): output=`send_to_plug $ip $port "$payload_query" | decode |...

Details in this comment https://blog.georgovassilis.com/2016/05/07/controlling-the-tp-link-hs100-wi-fi-smart-plug/comment-page-2/#comment-1901

Hi Here is my small contribution to the script: a way to shedule to turn off the plug (hardcoded to 30 minutes). If called another time, the last call cancel...

I'm running on an HS100, HW version 2.0, FW version 1.5.6 (as reported by Kasa App). When running, I get an error and invalid result from "check" (my device is...