liderbugLV1Online
Following: 0Followers: 0
Forums/ Feature Requests
By liderbug Yesterday

Command line control of switches and plugs

From what I can tell all the new HS200 switches no longer use port 9999 As in: echo "AAAAtDygfiL/5..." | base64 --decode | nc $IP 9999 There is also a github C program hs100.c that also does the job.
Forums/ Kasa Smart Switches
By liderbug Yesterday

Control HS200 via CLI

Up to now no problem - a motion in the driveway is detected or the tempurture in my greenhouse exceeds a given temp. Then a script on my server executes - echo -n $CMD | base64 --decode | nc $IP 9999
Forums/ Kasa Smart Switches
By liderbug Wednesday

HS200 CLI port 80

I'm trying to automate my smart switches/plugs via a Linux box (RasPi). So far an hs100.c program has been working great. I just purchased a new HS200 and it works with my Android Kasa app but I can't
Forums/ Kasa Smart Switches
By liderbug a week ago

KASA app on server

Because I spend most of my time on my laptop, a minor bit at my desk. And just because I wonder if I can create it ... https://[localserver]/kasa/index.php and I have a working Kasa app. It displays t
Forums/ Wi-Fi Routers
By liderbug 2021-07-21 13:19:03

Port Forward - no source field

Setting up a new 1750 Archer A7 port forwarding. There is no source IP field or source port. I don't want the port open to the world. Thanks
Forums/ Wi-Fi Routers
By liderbug 2021-07-20 20:01:21

iptable drop

How do I do the following? iptables -I INPUT -s 222.0.0.0/8 -j DROP thanks