Floe Riing Config #100
-
Hello, Firstly I would like to say a BIG THANK YOU to the creator of this excellent TTController!!! Now on to my issue, I have been reading through the docs and attempted to make my config how I would like it. My configuration;
Now what I am attempting todo;
So I managed to get ColorGradient to work on the top fans, but no luck with the slow pulse. I have been trying to get this to work for a while as, the ThermalTake software is junk, however I am now stuck. Currently I have attempted to get the "pump" plusing red. Please be nice, I have no coding expirence. Here is the config I managed to throw together;{
"Profiles": [
{
"Name": "TopFans",
"Ports": [
[9802, 8102, 2],
[9802, 8102, 3],
[9802, 8102, 4]
],
"SpeedControllers": [
{
"Type": "PwmSpeedController",
"Config": {
"CurvePoints": [
[20, 30],
[30, 50],
[50, 60],
[55, 75],
[65, 100]
],
"Sensors": [
"/intelcpu/0/temperature/4",
"/intelcpu/0/temperature/3",
"/intelcpu/0/temperature/2",
"/intelcpu/0/temperature/1",
"/intelcpu/0/temperature/0"
],
"SensorMixFunction": "Average",
"MinimumChange": 4,
"MaximumChange": 8,
"Trigger": {
"Type": "AlwaysTrigger"
}
}
}
],
"Effects": [
{
"Type": "SensorEffect",
"Config": {
"Sensors": ["/intelcpu/0/temperature/4"],
"ColorGradient": [
[40, [0, 0, 64]],
[50, [64, 64, 64]],
[62, [64, 0, 0]]
],
"Trigger": {
"Type": "AlwaysTrigger"
}
}
}
]
},
{
"Name": "Pump",
"Ports": [
[9802, 8102, 1]
],
"SpeedControllers": [],
"Effects": [
{
"Config": {
"BrightnessStep": 0.33,
"Color": {
"Full": [255, 0, 0]
},
"Trigger": {
"Type": "OneTimeTrigger"
}
}
}
]
},
],
"ComputerStateProfiles": [
{
"StateType": "Shutdown",
"Ports": [
[9802, 8102, 1],
[9802, 8102, 2],
[9802, 8102, 3],
[9802, 8102, 4]
],
"Speed": 45,
"Color": {
"Full": [64, 0, 0]
}
},
{
"StateType": "Boot",
"Ports": [
[9802, 8102, 1],
[9802, 8102, 2],
[9802, 8102, 3],
[9802, 8102, 4]
],
"Speed": 45,
"Color": {
"Full": [0, 0, 0]
}
}
],
"PortConfigs": [
{
"Ports": [
[9802, 8102, 2],
[9802, 8102, 3],
[9802, 8102, 4]
],
"Config": {
"Name": "Top Fan",
"DeviceType": "FloeRiing",
}
}
],
"SensorConfigs": [
{
"Sensors": ["/intelcpu/0/temperature/4"],
"Config": {
"CriticalValue": 68
}
}
]
} Forgot to mention, I have no idea what port 5 is for??? Any help is greatly appreciated |
Beta Was this translation helpful? Give feedback.
Replies: 10 comments 2 replies
-
The service spits out all ports even if you have nothing connected there, there is no way to tell how many and which ports are used. Btw, which version are you using because the debug report you posted looks like from an old version. Try this: {
"Profiles": [
{
"Name": "TopFans",
"Ports": [
[9802, 8102, 2],
[9802, 8102, 3],
[9802, 8102, 4]
],
"SpeedControllers": [
{
"Type": "PwmSpeedController",
"Config": {
"CurvePoints": [
[20, 30],
[30, 50],
[50, 60],
[55, 75],
[65, 100]
],
"Sensors": [
"/intelcpu/0/temperature/4",
"/intelcpu/0/temperature/3",
"/intelcpu/0/temperature/2",
"/intelcpu/0/temperature/1",
"/intelcpu/0/temperature/0"
],
"SensorMixFunction": "Average",
"MinimumChange": 4,
"MaximumChange": 8,
"Trigger": {
"Type": "AlwaysTrigger"
}
}
}
],
"Effects": [
{
"Type": "PulseEffect",
"Config": {
"BrightnessStep": 0.05,
"Color": {
"Full": [0, 0, 255]
},
"Trigger": {
"Type": "AlwaysTrigger"
}
}
}
]
},
{
"Name": "Pump",
"Ports": [
[9802, 8102, 1]
],
"SpeedControllers": [],
"Effects": [
{
"Type": "PulseEffect",
"Config": {
"BrightnessStep": 0.05,
"Color": {
"Full": [255, 0, 0]
},
"Trigger": {
"Type": "AlwaysTrigger"
}
}
}
]
},
],
"ComputerStateProfiles": [
{
"StateType": "Shutdown",
"Ports": [
[9802, 8102, 1],
[9802, 8102, 2],
[9802, 8102, 3],
[9802, 8102, 4]
],
"Speed": 45,
"Color": {
"Full": [64, 0, 0]
}
},
{
"StateType": "Boot",
"Ports": [
[9802, 8102, 1],
[9802, 8102, 2],
[9802, 8102, 3],
[9802, 8102, 4]
],
"Speed": 45,
"Color": {
"Full": [0, 0, 0]
}
}
],
"PortConfigs": [
{
"Ports": [
[9802, 8102, 1],
],
"Config": {
"DeviceType": "FloeRiing",
}
}
],
"SensorConfigs": [
{
"Sensors": ["/intelcpu/0/temperature/4"],
"Config": {
"CriticalValue": 68
}
}
]
} |
Beta Was this translation helpful? Give feedback.
-
Nice catch, I was using TTController_0.7.1.0-alpha as I had trouble getting it to work. I have just updated to the latest version and applied the config you posted and it works!!!! Thank you so much for your help and rapid reply!!!!! |
Beta Was this translation helpful? Give feedback.
-
I don't want to be cheeky and attempt use this as my personal request forum, however I would just like to ask is there an effect similar to radar effect? https://64.media.tumblr.com/19a8878d54686bcefebb34db2eca404e/tumblr_otk6ex3PLO1rn5gv3o1_500.gifv For some reason clicking on the link does not work but if it's pasted into a browser, no issue. The pulse effect is now working perfectly. I would like something similar to a radar effect on the pump. Anyone who has a simliar setup here is the current config. { |
Beta Was this translation helpful? Give feedback.
-
You mean like this?: {
"Type": "RippleEffect",
"Config": {
"Length": 5,
"TickInterval": 3,
"RippleColor": {
"Gradient": [
[1, [0,0,0]],
[0.5, [0,64,0]],
[0, [0, 255, 0]]
]
},
"BackgroundColor": {
"Full": [0, 0, 0]
},
"Trigger": {
"Type": "AlwaysTrigger"
}
}
} |
Beta Was this translation helpful? Give feedback.
-
Excellent Sir! Merry Christmas to you and your family!!!! Cannot thank you enough. |
Beta Was this translation helpful? Give feedback.
-
Final config for anyone whos wants their FloeRiing setup as the follwoing;
This setup is for a I7-2700K @ 5.2Ghz max temp around 70c considered safe now days, but it's easy to change. Configuration;{ ======================= If you would like to work together to make a GUI where it's "clickable" let me know, it would be things like effects entered to your txt config through ps script. All the best K |
Beta Was this translation helpful? Give feedback.
-
MOoshi moshi Rules!!! |
Beta Was this translation helpful? Give feedback.
-
OK, so I feel the need to do this now, so I will start to build the PS script to do this (a clickable GUI) give me a week. Including GIFs showing the effects. It will happen! I will post the reply here. |
Beta Was this translation helpful? Give feedback.
-
We have begun |
Beta Was this translation helpful? Give feedback.
-
I will have to look into create a new general thred, however here is a screen of the work so far (by no means complete) I will stop posting in this thread now. |
Beta Was this translation helpful? Give feedback.
The service spits out all ports even if you have nothing connected there, there is no way to tell how many and which ports are used.
Btw, which version are you using because the debug report you posted looks like from an old version.
Try this: