kusti8 / hue-plus

A Windows and Linux driver in Python for the NZXT Hue+
GNU General Public License v3.0
229 stars 18 forks source link

Pump LED not disabling using hue_ui on Ubuntu 19.04 #55

Closed callous4567 closed 4 years ago

callous4567 commented 4 years ago

I've run the command to launch the GUI version via:

sudo hue_ui

and I've disabled the lights (setting colour to black) on both channels available, 1 and 0. This disables the LED strips, but does not disable the pump light for the CPU.

Previously on Ubuntu 18.04 I was able to disable the pump also, so I think this issue might just be on the latest rendition, 19.04.

This is what I ran on 18.04 to disable everything before trying the UI to get at the pump (to no avail)

#!/bin/bash -e echo "This is a shell script" hue fixed 000000 hue --mode solid --color0 0,0,0 sudo hue -0 1 fixed 000000 sudo hue -1 1 fixed 000000 echo "All done" exit 0

That's in an SH file... pretty bad, I don't code or anything, but yeah.

Anyhow, thanks for any help and for you folks who made this program! ^.^

callous4567 commented 4 years ago

That lump of code should be in separate lines... yikes. Anyhow just imagine there are lines! It worked previously, I swear!!! ;-;

callous4567 commented 4 years ago

I'm an idiot.

hue-plus isn't even meant to control the pump! It's called hue-plus! XD

Anyways, I figured this out >.<