idk about one that can be controlled from curl directly, but i know one that can be controlled from a terminal: TP-Link HS110 can be controlled from the terminal via https://github.com/divinity76/hs110-api-php for example to turn off: php tpcli.php 192.168.1.99 off to turn on: php tpcli.php 192.168.1.99 on to get current power draw: php tpcli.php 192.168.1.99 realtime to see daily power draw for the last month: php tpcli.php 192.168.1.99 month
unfortunately it uses a custom obfuscated binary protocol, incompatible with curl. disclaimer: I made that repo. -- Unsubscribe: https://lists.haxx.se/mailman/listinfo/curl-users Etiquette: https://curl.se/mail/etiquette.html