Go to file
Hugo 6743477eda Update README 2021-04-04 21:09:33 +02:00
.gitignore Initial commit 2021-04-04 19:48:12 +02:00
Pipfile First commit of code for this project 2021-04-04 20:02:39 +02:00
Pipfile.lock First commit of code for this project 2021-04-04 20:02:39 +02:00
README.md Update README 2021-04-04 21:09:33 +02:00
lamp_control.py First commit of code for this project 2021-04-04 20:02:39 +02:00

README.md

lamp-control

A simple project to control a Tapo lamp through a gateway.

The gateway is hosted on a raspberry pi, with two VLAN interfaces configured. One of them is a passthrough to my ISP router, for interconnexion with the regular LAN and the internet. The other is a dedicated, isolated "IOT" vlan.

The Tapo lamp is connected to a WiFi network that is bridged with the IOT vlan. It is not able to communicate with the internet nor with the LAN.

Therefore, the gateway is the only way to control it without connecting to the dedicated network.