-
I'm trying to do something like this:
```
motherboard = client.get_devices_by_type(DeviceType.MOTHERBOARD)
for mobo in motherboard:
for zone in mobo.zones:
# Addressable RGBs
…
-
This is probably a feature request but could you add the ability for Artemis to turn of a device upon exit.
My use case for this is when my PC closes I want devices to be turned off as well.
Thi…
-
I'm starting the server from the python process then repeatedly attempting a connection until it's ready, but it seems there's some short period where the server will respond to a connection but it's …
-
Heyo, i'm trying to use this library and i'm getting this error.
`ConnectionRefusedError: [WinError 10061] No connection could be made because the target machine actively refused it`
This is my…
-
I just bought a Hue bulb to use for developing with this library and it appears to be unsupported. The bulb model shows up as "LCA003". It is a white+color bulb with Bluetooth and ZigBee that I boug…
-
Hello, I'm using v2.3.0 and everything was working fine when I hade an RGB strip and two RGB fans connected via one RGB connector to the motherboard. Now I have 4 same RGB fans connected in serial via…
-
I noticed there are device requests for other redragon products. It also seems there might be support for the K550 on OpenRGB, but won't bother to change out drivers to see it possibly fail. There doe…
-
I updated CoreFreq a couple of days ago using my automatic script and it worked just fine.
Now I did it again, and loading the module works but the daemon does not load and the UI shows nothing.
…