Control your Kasa smart lights with a Raspberry Pi
- Raspberry Pi
- Breadboard
- 330ohm resistor
- Push button
- 3 Jumper wires
- Kasa light bulbs
- Prepare the following simple push button circuit with input 3v from the Raspberry Pi, and output to PIN10 (GPIO1)
- Note: When the button is not pressed, the power flows to ground. This keeps the button in a strictly on/off state*
- Clone this repo
- Install
docker
anddocker-compose
on the Pi - Run
docker-compose up -d