Help with a python script to control my lights?
Help with a python script to control my lights?
![](https://lemmy.ml/pictrs/image/27e54470-f9e0-4c07-b680-ee02bcb6b87b.png?format=webp&thumbnail=128)
I've been struggling with this for hours, i'm not a python dev, i'm just trying to control my lights with my linux pc #!/usr/bin/env python import sys from lifxlan import LifxLAN def main (): lan =...
![[Example request] The most basic way to turn an individual, specific light on and off · Issue #185 · mclarkk/lifxlan](https://lemmy.ml/pictrs/image/27e54470-f9e0-4c07-b680-ee02bcb6b87b.png?format=webp)
I'm just trying to control my smartlights with a script, it seems to be having a lot of problems, I really don't know what I'm doing, i'd appreciate any help I can get
Once I have a script that can individually turn lights on/off i can edit the rest myself, I just can't get the base functionality working.