Replies: 3 comments 6 replies
-
|
I tested latest synapse and TTController and it works correctly. Also maybe you have it disabled under "Devices" tab? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
4 replies
-
|
I have the same issue. Since some update to Razer Synapse software the TTController doesn't show up in the device tab anymore. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment




Uh oh!
There was an error while loading. Please reload this page.
-
Describe the issue
I don't know exactly when it happened but since some weeks ago I'm not being able to set TTController as a device in the Razer Studio. So I can't map any effect from Razer software anymore.
Razer Synapse version 3.6.430.42101
TTController version: 0.11.02 Beta
Some images:
https://imgur.com/91ZsxsV
https://imgur.com/msgFjF8
https://imgur.com/C9dGZWT
Debug report
Current configuration
{ "Profiles": [ { "Name": "Case", "Ports": [ [9802, 8101, 1], [9802, 8101, 2], [9802, 8101, 3], [9802, 8101, 4] ], "SpeedControllers": [ { "Type": "PwmSpeedController", "Config": { "CurvePoints": [ [60, 30], [65, 50], [70, 80], [75, 90], [82, 100] ], "Sensors": ["/gpu-nvidia/0/temperature/0"], "Trigger": { "Type": "AlwaysTrigger" } } } ], "Effects": [ { "Type": "RazerConnectEffect", "Config": { "Trigger": { "Type": "AlwaysTrigger" } } } ] }, { "Name": "CPU", "Ports": [ [9802, 8102, 1], [9802, 8102, 2] ], "SpeedControllers": [ { "Type": "PwmSpeedController", "Config": { "CurvePoints": [ [30, 30], [45, 50], [55, 60], [65, 80], [80, 100] ], "Sensors": ["/intelcpu/0/temperature/17"], "Trigger": { "Type": "AlwaysTrigger" } } } ], "Effects": [ { "Type": "RazerConnectEffect", "Config": { "Trigger": { "Type": "AlwaysTrigger" } } } ] }, { "Name": "FloeRiing", "Ports": [ [9802, 8102, 3] ], "Effects": [ { "Type": "StaticColorEffect", "Config": { "Color": { "Full": [255, 0, 0] }, "Trigger": { "Type": "AlwaysTrigger" } } } ] } ], "ComputerStateProfiles": [ { "StateType": "Shutdown", "Ports": [ [9802, 8101, 1], [9802, 8101, 2], [9802, 8102, 3], [9802, 8101, 4], [9802, 8102, 1], [9802, 8102, 2], [9802, 8102, 3] ], "Speed": 65, "EffectType": "Full", "EffectColors": [ [128, 0, 0] ] } ], "PortConfigs": [ { "Ports": [ [9802, 8101, 1], [9802, 8101, 2], [9802, 8101, 3], [9802, 8101, 4]], "Config": { "Name": "Case Fan", "ColorModifiers": [ { "Type": "LerpLedColorModifier", "Config": { "LerpType": "Nearest" } } ] } }, { "Ports": [ [9802, 8102, 3]], "Config": { "Name": "FloePump" } }, { "Ports": [ [9802, 8102, 1], [9802, 8102, 2]], "Config": { "Name": "CPU Fan", "ColorModifiers": [ { "Type": "LerpLedColorModifier", "Config": { "LerpType": "Nearest" } } ] } } ], "SensorConfigs": [ { "Sensors": ["/intelcpu/0/temperature/17"], "Config": { "CriticalValue": 90 } } ] }Beta Was this translation helpful? Give feedback.
All reactions