my-iot

Home automation platform for controlling IoT devices and smart home systems

cargomacoslinuxwindows
Try with needOr install directly
Source

About

Yet another home automation

Commands

my-iotmy-iot-cli

Examples

turn on lights in a room$ my-iot device control --name living_room_lights --state on
check temperature and humidity from sensors$ my-iot sensor read --location kitchen
create automation rules to trigger actions$ my-iot rule create --trigger motion --action lights_on --device bedroom
list all connected smart home devices$ my-iot device list
schedule device to turn off at specific time$ my-iot schedule add --device coffee_maker --action off --time 09:30