Manufacturer
NZXT
Model / Device
Kraken Plus 240
Status
❌ Not working
Operating System / Distro
Ubuntu 22.04
Additional Notes
I am trying to get the LCD screen on my Kraken Plus 240 to match the repo's README with the CPU/GPU temps but it stays stuck at the default liquid temp. Some system stats:
- Ubuntu 22.04
- Kernel 6.8.0-101-generic
- CoolerControl 3.1.1
- Coolerdash 2.2.5
- liquidctl 1.16.0.dev62+gf9f0025 (was installed after installing liquidctl-git as recommended by the Coolercontrol install instructions for Ubuntu 22)
In cc-plugin-coolerdash.service I see the following:
Feb 23 18:24:46 lab-TERO coolerdash[16240]: [CoolerDash ERROR] Server response: {"error":"Internal Error: Setting lcd/screen 'image/gif' - Setting screen for LIQUIDCTL Device #1: c0d1183bc5205cb4ecfc64a0092e4a62aef721e35304956a89833423616bc75d - Liqctld Request failed with status:502 Bad Gateway - Body: Unexpected Device communication error: "}
Feb 23 18:25:13 lab-TERO coolerdash[16240]: [CoolerDash ERROR] LCD upload failed: CURL code 0, HTTP code 500
Feb 23 18:25:13 lab-TERO coolerdash[16240]: [CoolerDash ERROR] Server response: {"error":"Internal Error: Setting lcd/screen 'image/gif' - Setting screen for LIQUIDCTL Device #1: c0d1183bc5205cb4ecfc64a0092e4a62aef721e35304956a89833423616bc75d - Liqctld Request failed with status:502 Bad Gateway - Body: Unexpected Device communication error: "}
From coolercontrold I get something similar popping up every couple seconds:
Feb 23 18:26:18 lab-TERO coolercontrold[15940]: Retrying liquidctl device #1 initialization request.
Feb 23 18:26:34 lab-TERO coolercontrold[15940]: Internal Error: Setting lcd/screen 'image/gif' - Setting screen for LIQUIDCTL Device #1: c0d1183bc5205cb4ecfc64a0092e4a62aef721e35304956a89833423616bc75d - Liqctld Request failed with status:502 Bad Gateway - Body: Unexpected Device communication error:
Feb 23 18:26:45 lab-TERO coolercontrold[15940]: Retrying liquidctl device #1 initialization request.
Feb 23 18:27:01 lab-TERO coolercontrold[15940]: Internal Error: Setting lcd/screen 'image/gif' - Setting screen for LIQUIDCTL Device #1: c0d1183bc5205cb4ecfc64a0092e4a62aef721e35304956a89833423616bc75d - Liqctld Request failed with status:502 Bad Gateway - Body: Unexpected Device communication error:
Finally I opened the coolercontrol server in my browser with the dev console and noticed clicking on the coolerdash plugin settings (the blue gear icon) triggers the following console logs:
Layout was forced before the page was fully loaded. If stylesheets are not yet loaded this may cause a flash of unstyled content. index.html
XHRGET
http://localhost:11987/plugins/coolerdash/ui/config.json
[HTTP/1.1 404 Not Found 0ms]
GET
http://localhost:11987/plugins/coolerdash/ui/config.json
Status
404
Not Found
VersionHTTP/1.1
Transferred234 B (0 B size)
Referrer Policystrict-origin-when-cross-origin
DNS ResolutionSystem
Failed to load config.json: Error: HTTP 404
loadDefaultConfig http://localhost:11987/plugins/coolerdash/ui/index.html:1958
async* http://localhost:11987/plugins/coolerdash/ui/index.html:2283
runPluginScript http://localhost:11987/plugins/coolerdash/ui/cc-plugin-lib.js:255
runPluginScript http://localhost:11987/plugins/coolerdash/ui/cc-plugin-lib.js:256
<anonymous> http://localhost:11987/plugins/coolerdash/ui/index.html:2281
index.html:1962:25
The coolerdash settings menu does open up and I can see all of the options but when I click on somethihng like Reset I see the following triggered in the console:
XHRPUT
http://localhost:11987/plugins/coolerdash/config
[HTTP/1.1 401 Unauthorized 0ms]
PUT
http://localhost:11987/plugins/coolerdash/config
Status
401
Unauthorized
VersionHTTP/1.1
Transferred301 B (31 B size)
Referrer Policystrict-origin-when-cross-origin
Request PriorityHighest
DNS ResolutionSystem
Plugin config successfully saved
Object { daemon: {…}, paths: {…}, display: {…}, layout: {…}, colors: {…}, font: {…}, sensors: {…}, positioning: {…} }
cc-plugin-lib.js:92:21
I have not done any password changes as I was just testing the software to see if I could the LCD screen changed on my cooler. I also realize the dev console logs do not read very well so I can upload images if it's easier to debug.
Manufacturer
NZXT
Model / Device
Kraken Plus 240
Status
❌ Not working
Operating System / Distro
Ubuntu 22.04
Additional Notes
I am trying to get the LCD screen on my Kraken Plus 240 to match the repo's README with the CPU/GPU temps but it stays stuck at the default liquid temp. Some system stats:
In
cc-plugin-coolerdash.serviceI see the following:Feb 23 18:24:46 lab-TERO coolerdash[16240]: [CoolerDash ERROR] Server response: {"error":"Internal Error: Setting lcd/screen 'image/gif' - Setting screen for LIQUIDCTL Device #1: c0d1183bc5205cb4ecfc64a0092e4a62aef721e35304956a89833423616bc75d - Liqctld Request failed with status:502 Bad Gateway - Body: Unexpected Device communication error: "} Feb 23 18:25:13 lab-TERO coolerdash[16240]: [CoolerDash ERROR] LCD upload failed: CURL code 0, HTTP code 500 Feb 23 18:25:13 lab-TERO coolerdash[16240]: [CoolerDash ERROR] Server response: {"error":"Internal Error: Setting lcd/screen 'image/gif' - Setting screen for LIQUIDCTL Device #1: c0d1183bc5205cb4ecfc64a0092e4a62aef721e35304956a89833423616bc75d - Liqctld Request failed with status:502 Bad Gateway - Body: Unexpected Device communication error: "}From
coolercontroldI get something similar popping up every couple seconds:Finally I opened the coolercontrol server in my browser with the dev console and noticed clicking on the coolerdash plugin settings (the blue gear icon) triggers the following console logs:
The coolerdash settings menu does open up and I can see all of the options but when I click on somethihng like
ResetI see the following triggered in the console:I have not done any password changes as I was just testing the software to see if I could the LCD screen changed on my cooler. I also realize the dev console logs do not read very well so I can upload images if it's easier to debug.