jath03 / openrgb-python

A python client for the OpenRGB SDK
GNU General Public License v3.0
112 stars 22 forks source link

Invalid color or LED turns off #31

Closed JonathanSamelson closed 3 years ago

JonathanSamelson commented 3 years ago

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

JonathanSamelson commented 3 years ago

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...