Help with basic configuration, and addition of PSU and AIO Pump #101
-
Hey, reinstalled Windows recent. Previously had some assistance with the pump and PSU in the past with you. Anyway, here's the old code for reference:
This was the old code. The Pump fan is controller 1, channel 2, I believe:
I can't quite remember the method used to get the PSU to function within the system. Here is my current attempt at a somewhat reasonable attempt at a second first-try at configuring things myself.
Hopefully you can see the direction I'm attempting to go. As well, here is the Debug Report:
I appreciate the continued support and assistance! |
Beta Was this translation helpful? Give feedback.
Replies: 14 comments 1 reply
-
Now that I think about it... We Might have abandoned the PSU and just let it sit default in terms of it's settings, I don't actually remember the route we took now that I'm recollecting, as it doesn't seem to be in the first codeset. Pump is there, but I don't remember how we handled the PSU at that time. |
Beta Was this translation helpful? Give feedback.
-
You didnt specify what to do with psu or pump. Btw what pump is it?
If you want to control the psu with the service then it just cant be running at the same time, you dont have to uninstall. |
Beta Was this translation helpful? Give feedback.
-
I think this should work, the psu is on separate profile with silent fan curve. {
"Profiles": [
{
"Name": "Default",
"Ports": [
[9802, 8101, 1],
[9802, 8101, 2],
[9802, 8101, 3],
[9802, 8101, 4],
[9802, 8101, 5],
[9802, 8102, 1],
[9802, 8102, 2],
[9802, 8102, 3]
],
"SpeedControllers": [
{
"Type": "PwmSpeedController",
"Config": {
"CurvePoints": [
[20, 30],
[30, 50],
[50, 60],
[55, 75],
[65, 100]
]
}
}
],
"Effects": [
{
"Type": "RazerConnectEffect",
"Config": {
"Layer": "Both",
"Trigger": {
"Type": "AlwaysTrigger"
}
}
}
]
},
{
"Name": "PSU",
"Ports": [
[9802, 9001]
],
"SpeedControllers": [
{
"Type": "DpsgSpeedController",
"Config": {
"FanMode": "Silent",
"Trigger": {
"Type": "AlwaysTrigger"
}
}
}
],
"Effects": [
{
"Type": "CopyColorEffect",
"Config": {
"Target": [9802, 8101, 1],
"Trigger": {
"Type": "AlwaysTrigger"
}
}
}
]
}
],
"ComputerStateProfiles": [
{
"StateType": "Shutdown",
"Ports": [
[9802, 9001],
[9802, 8101, 1],
[9802, 8101, 2],
[9802, 8101, 3],
[9802, 8101, 4],
[9802, 8101, 5],
[9802, 8102, 1],
[9802, 8102, 2],
[9802, 8102, 3]
],
"Speed": 35,
"EffectType": "Blink_Slow",
"Color": {
"PerLed": [
[0, 255, 29],
[0, 255, 182],
[0, 233, 255],
[0, 110, 255],
[0, 12, 255],
[119, 0, 255],
[216, 0, 255],
[255, 0, 178],
[255, 0, 16],
[255, 67, 0],
[255, 174, 0],
[255, 250, 0]
]
}
}
]
} |
Beta Was this translation helpful? Give feedback.
-
Look like only half the LEDs on the fans are on. Did we mix up the Pump with the fans somehow here? Blinking (Shutodwn) works with all the colors on the fans, but the pump looks to be overlapping by half. This may be part of the issue? |
Beta Was this translation helpful? Give feedback.
-
Only requesting everything to be functioning intendedly with the pump as to incorporate changes based on your Github Guide's values at some point in the future, and become more familiarized with how this code functions, as to be less reliant. For instance: I'm wondering is separating it is the answer. If so, would this reflect the shutdown sequence, or would an additional separate shutdown event need to be created to compensate for the pump displaying correctly for future modification? Sorry if this is a lot to ask. I remembered this was an issue previously, which is why I provided the original code as a reference. |
Beta Was this translation helpful? Give feedback.
-
Not quite sure what you mean by that.
Right, forgot that razer only ouputs 5 colors. {
"Profiles": [
{
"Name": "Default",
"Ports": [
[9802, 8101, 1],
[9802, 8101, 2],
[9802, 8101, 3],
[9802, 8101, 4],
[9802, 8101, 5],
[9802, 8102, 1],
[9802, 8102, 2],
[9802, 8102, 3]
],
"SpeedControllers": [
{
"Type": "PwmSpeedController",
"Config": {
"CurvePoints": [
[20, 30],
[30, 50],
[50, 60],
[55, 75],
[65, 100]
]
}
}
],
"Effects": [
{
"Type": "RazerConnectEffect",
"Config": {
"Layer": "Both",
"Trigger": {
"Type": "AlwaysTrigger"
}
}
}
]
},
{
"Name": "PSU",
"Ports": [
[9802, 9001]
],
"SpeedControllers": [
{
"Type": "DpsgSpeedController",
"Config": {
"FanMode": "Silent",
"Trigger": {
"Type": "AlwaysTrigger"
}
}
}
],
"Effects": [
{
"Type": "CopyColorEffect",
"Config": {
"Target": [9802, 8101, 1],
"Trigger": {
"Type": "AlwaysTrigger"
}
}
}
]
}
],
"ComputerStateProfiles": [
{
"StateType": "Shutdown",
"Ports": [
[9802, 9001],
[9802, 8101, 1],
[9802, 8101, 2],
[9802, 8101, 3],
[9802, 8101, 4],
[9802, 8101, 5],
[9802, 8102, 1],
[9802, 8102, 2],
[9802, 8102, 3]
],
"Speed": 35,
"EffectType": "Blink_Slow",
"Color": {
"PerLed": [
[0, 255, 29],
[0, 255, 182],
[0, 233, 255],
[0, 110, 255],
[0, 12, 255],
[119, 0, 255],
[216, 0, 255],
[255, 0, 178],
[255, 0, 16],
[255, 67, 0],
[255, 174, 0],
[255, 250, 0]
]
}
}
],
"PortConfigs": [
{
"Ports": [
[9802, 9001],
[9802, 8101, 1],
[9802, 8101, 3],
[9802, 8101, 4],
[9802, 8101, 5],
[9802, 8102, 1],
[9802, 8102, 2],
[9802, 8102, 3]
],
"Config": {
"ColorModifiers": [
{
"Type": "LerpLedColorModifier"
}
]
}
},
{
"Ports": [
[9802, 8101, 2]
],
"Config": {
"DeviceType": "FloeRiing",
"ColorModifiers": [
{
"Type": "LerpLedColorModifier"
}
]
}
}
]
} |
Beta Was this translation helpful? Give feedback.
-
So, the 5 lights on the pump are showing only the first 5 of the fan's 10, so the color is offset by half the ammount. Basically, it's putting 10 LEDs on the 5 LED pump. |
Beta Was this translation helpful? Give feedback.
-
Aside from that, the Razer config is working wonderfully. |
Beta Was this translation helpful? Give feedback.
-
You should be able to just add another state profile for the pump. {
"StateType": "Shutdown",
"Ports": [
[9802, 8101, 2]
],
"EffectType": "Blink_Slow",
"Color": {
"PerLed": [
[0, 255, 29],
[0, 233, 255],
[0, 12, 255],
[216, 0, 255],
[255, 0, 16],
[255, 174, 0]
]
}
} |
Beta Was this translation helpful? Give feedback.
-
Like so?
I don't know how to work Notepad++ to any real capacity, so I'm not sure if using spaces rather than it's automatic markdown system is doing me any favors, so it doesn't actually run when I attempt in console.
I don't think you mean add another "ComputerStateProfiles" as that would be redundant, and not make sense from an organization standpoint. |
Beta Was this translation helpful? Give feedback.
-
Like so: "ComputerStateProfiles": [
{
"StateType": "Shutdown",
"Ports": [
[9802, 9001],
[9802, 8101, 1],
[9802, 8101, 3],
[9802, 8101, 4],
[9802, 8101, 5],
[9802, 8102, 1],
[9802, 8102, 2],
[9802, 8102, 3]
],
"Speed": 35,
"EffectType": "Blink_Slow",
"Color": {
"PerLed": [
[0, 255, 29],
[0, 255, 182],
[0, 233, 255],
[0, 110, 255],
[0, 12, 255],
[119, 0, 255],
[216, 0, 255],
[255, 0, 178],
[255, 0, 16],
[255, 67, 0],
[255, 174, 0],
[255, 250, 0]
]
}
},
{
"StateType": "Shutdown",
"Ports": [
[9802, 8101, 2]
],
"EffectType": "Blink_Slow",
"Color": {
"PerLed": [
[0, 255, 29],
[0, 233, 255],
[0, 12, 255],
[216, 0, 255],
[255, 0, 16],
[255, 174, 0]
]
}
}
], |
Beta Was this translation helpful? Give feedback.
-
Ahhhhhhhhhhhhh. |
Beta Was this translation helpful? Give feedback.
-
Ahhhh, amazing. It doesn't even need to be started every restart 🤣 |
Beta Was this translation helpful? Give feedback.
-
Hey, Necroing the thread because it has all the pertinant information in it. I haven't changed anything since the last discussion on this, but something has changed for the setup lately. What has changed: That's it, really. I can't pin exactly what is going on, but Chroma is entirely ignored recently. Did Razer change something? |
Beta Was this translation helpful? Give feedback.
Not quite sure what you mean by that.
Right, forgot that razer only ouputs 5 colors.