this post was submitted on 20 Mar 2024
5 points (100.0% liked)

Python

76 readers
1 users here now

News and discussions about the programming language Python


founded 5 years ago
MODERATORS
 

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.

top 2 comments
sorted by: hot top controversial new old
[โ€“] Midnitte 1 points 8 months ago (1 children)

Looks like this was solved due to the missing import, but any reason to use this over something with a little more user friendliness such as Home Assistant?

[โ€“] Communist@lemmy.ml 2 points 8 months ago

I don't really value user friendliness, I wanted scripts that I could easily launch through a rofi menu system, home assistant seems to be a full GUI in and of itself, but I don't really know much about it.