Help with a python script to control my lights?
Help with a python script to control my lights?
![](https://programming.dev/pictrs/image/98675675-a194-4552-aa5e-840bf4836265.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://programming.dev/pictrs/image/98675675-a194-4552-aa5e-840bf4836265.png?format=webp)
cross-posted from: https://lemmy.ml/post/13397153
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.