jath03 / openrgb-python

A python client for the OpenRGB SDK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Invalid color or LED turns off

JonathanSamelson opened this issue · comments

Hi,

I'm using your lib to change the color of my GPU (MSI RTX 3070 Gaming X Trio) in accordance with the temperature of the device every second.

Sometimes, for some reason, either the LED color changes for one that is not in the range I set or completely turns off. This lasts one second (before the next color is set), but of course it is directly catch by my eyes.

I'd like to know if there is any chance the problem is on openrgb-python or if it looks like it is a problem related to openrgb.
I already tried changing the sleep duration (0.5, 1, 2 seconds) or use the 'fast' parameter.

Thank you for your work!

Jonathan

So I just tried with the alternative https://github.com/bahorn/OpenRGB-PyClient
The same problem happens so I guess it's unlikely to be a problem from the server side...