Skip to content

processtrigger doesnt work anymore #163

@mihi83

Description

@mihi83

Describe the issue
I've noticed that the processTrigger stopped working for me.
It worked properly before, I used it to switch to RazerConnect when im playing certain games and today I noticed that the trigger wont "trigger".

Debug report

Info
-------------------------------
»
»        OS: Windows 10 Home 2009 [19041.1.amd64fre.vb_release.191206-1406]
»        Build: 0.11.0-beta+Branch.master.Sha.42768ba987b22e18ff8cdd114f754e5f7ce16d72
»
-------------------------------
Applications
-------------------------------
»
»
-------------------------------
HID
-------------------------------
»
»  [0x264a, 0x2260]: \\?\hid#vid_264a&pid_2260#b&1720060e&0&0000#{4d1e55b2-f16f-11cf-88cb-001111000030}
»  [0x264a, 0x2261]: \\?\hid#vid_264a&pid_2261#c&38201a5c&0&0000#{4d1e55b2-f16f-11cf-88cb-001111000030}
»
-------------------------------
Controllers
-------------------------------
»
»  Name: Riing Quad
»        VendorId: 9802
»        ProductId: 8800
»        Version: 3.0.3
»        Ports:
»                1:
»                        Data: [PortId: 1, Speed: 56, Rpm: 1066, Unknown: 255]
»                        Identifier: [9802, 8800, 1]
»                2:
»                        Data: [PortId: 2, Speed: 56, Rpm: 1058, Unknown: 255]
»                        Identifier: [9802, 8800, 2]
»                3:
»                        Data: [PortId: 3, Speed: 56, Rpm: 1043, Unknown: 255]
»                        Identifier: [9802, 8800, 3]
»                4:
»                        Data: [PortId: 4, Speed: 56, Rpm: 1043, Unknown: 255]
»                        Identifier: [9802, 8800, 4]
»                5:
»                        Data: [PortId: 5, Speed: 56, Rpm: 1038, Unknown: 255]
»                        Identifier: [9802, 8800, 5]
»        Available effect types: PerLed
»  Name: Riing Quad
»        VendorId: 9802
»        ProductId: 8801
»        Version: 3.0.3
»        Ports:
»                1:
»                        Data: [PortId: 1, Speed: 56, Rpm: 1040, Unknown: 255]
»                        Identifier: [9802, 8801, 1]
»                2:
»                        Data: [PortId: 2, Speed: 56, Rpm: 982, Unknown: 255]
»                        Identifier: [9802, 8801, 2]
»                3:
»                        Data: [PortId: 3, Speed: 56, Rpm: 970, Unknown: 255]
»                        Identifier: [9802, 8801, 3]
»                4:
»                        Data: [PortId: 4, Speed: 56, Rpm: 974, Unknown: 255]
»                        Identifier: [9802, 8801, 4]
»                5:
»                        Data: [PortId: 5, Speed: 56, Rpm: 983, Unknown: 255]
»                        Identifier: [9802, 8801, 5]
»        Available effect types: PerLed
»
-------------------------------
Sensors
-------------------------------
»
»  ITE IT8688E:
»        Temperature:
»                Temperature #1 (/lpc/it8688e/temperature/0): 46,0 °C
»                Temperature #3 (/lpc/it8688e/temperature/2): 73,0 °C
»                Temperature #4 (/lpc/it8688e/temperature/3): 59,0 °C
»                Temperature #5 (/lpc/it8688e/temperature/4): 55,0 °C
»                Temperature #6 (/lpc/it8688e/temperature/5): 64,0 °C
»
»  ITE IT8792E/IT8795E:
»        Temperature:
»                Temperature #1 (/lpc/it879xe/temperature/0): 52,0 °C
»                Temperature #3 (/lpc/it879xe/temperature/2): 51,0 °C
»
»  AMD Ryzen 9 5900X:
»        Temperature:
»                Core (Tctl/Tdie) (/amdcpu/0/temperature/2): 73,1 °C
»                CCD1 (Tdie) (/amdcpu/0/temperature/3): 59,8 °C
»                CCD2 (Tdie) (/amdcpu/0/temperature/4): 66,0 °C
»                CCDs Max (Tdie) (/amdcpu/0/temperature/5): 66,0 °C
»                CCDs Average (Tdie) (/amdcpu/0/temperature/6): 62,9 °C
»
»  NVIDIA NVIDIA GeForce RTX 3080:
»        Temperature:
»                GPU Core (/gpu-nvidia/0/temperature/0): 66,0 °C
»
»  WDS100T1X0E-00AFY0:
»        Temperature:
»                Temperature (/nvme/0/temperature/0): 51,0 °C
»
-------------------------------

Current configuration

{
  "Profiles": [
	{
		"Name": "Default",
		"Ports": [
			[9802, 8800, 1],
			[9802, 8800, 2],
			[9802, 8800, 3],
			[9802, 8800, 4],
			[9802, 8800, 5],
			[9802, 8801, 1],
			[9802, 8801, 2],
			[9802, 8801, 3],
			[9802, 8801, 4],
			[9802, 8801, 5]
		],

		"SpeedControllers": [
		
			{
			  "Type": "PwmSpeedController", 
			  "Config": {
				"CurvePoints": [
				  [20, 0],
				  [30, 20],
				  [40, 20],
				  [50, 35],
				  [60, 40],
				  [65, 45],
				  [70, 60],
				  [75, 80],
				  [80, 90],
				  [85, 100]
				],
				"Sensors": 
				["/amdcpu/0/temperature/2", "/gpu-nvidia/0/temperature/0"],
				"SensorMixFunction": "Maximum",
				"Trigger": {
				  "Type": "AlwaysTrigger"
				}
			  }
        }
		
		],
		"Effects": [
						
			{
			  "Type": "RazerConnectEffect",
			  "Config": {
				"Layer": "custom",

				"ColorGenerationMethod": "PerPort",
				"Trigger": {
				  "Type": "ProcessTrigger",
				  "Config": {
					  "Processes": ["RDR2", "DSPGAME", "ds"],
					  "UpdateInterval": 100
				  }
				}
			  }
			},
			
			{
			  "Type": "AuroraEffect",
			  "Config": {
				"Step": 0.05,
				"Length": 28,
				"Mirror": false,
				"Brightness": 1.0,
				"Saturation": 1.0,
				
				"ColorGenerationMethod": "PerPort",
				"Trigger": {
					"Type": "AlwaysTrigger"
				}
			  }
			}
		
		]
}
  ],
  "ComputerStateProfiles": [
  
	{
	"StateType":  "Boot",
	"Ports": [
	
		[9802, 8800, 1],
		[9802, 8800, 2],
		[9802, 8800, 3],
		[9802, 8800, 4],
		[9802, 8800, 5],
		[9802, 8801, 1],
		[9802, 8801, 2],
		[9802, 8801, 3],
		[9802, 8801, 4],
		[9802, 8801, 5]
	
	],
	"Speed": 50,
	"EffectType": "PerLed",
	"Color": {
		"Full": [255, 0, 0]
		}
	}
  
  ],
  "PortConfigs": [
  
	{
	  "Ports": [
	  
		[9802, 8800, 1],
		[9802, 8800, 2],
		[9802, 8800, 3]
	  
	  ],
	  "Config": {
		"Name": "Bottom Fans",
		"DeviceType": "RiingQuad",
		"IgnoreColorCache": true,
		"IgnoreSpeedCache": true,
		"ColorModifiers": [
		  {
			"Type": "LerpLedColorModifier",
			"Config": {
				"LerpType": "Smooth"
			  }
		  },
		  {
			  "Type": "RotateLedColorModifier",
			  "Config": {
				"ZoneRotation": [16, 16, 16, 16]
			  }
		  }
		]
	  }
	},
	
	{
	  "Ports": [
	  
		[9802, 8800, 4],
		[9802, 8800, 5],
		[9802, 8801, 1]
	  
	  ],
	  "Config": {
		"Name": "Side Fans",
		"DeviceType": "RiingQuad",
		"IgnoreColorCache": true,
		"IgnoreSpeedCache": true,
		"ColorModifiers": [
		  {
			"Type": "LerpLedColorModifier",
			"Config": {
				"LerpType": "Smooth"
			  }
		  },
		  {
			  "Type": "RotateLedColorModifier",
			  "Config": {
				"ZoneRotation": [16, 16, 16, 16]
			  }
		  }
		]
	  }
	},
	
	{
	  "Ports": [
	  
		[9802, 8801, 2],
		[9802, 8801, 3],
		[9802, 8801, 4]
	  
	  ],
	  "Config": {
		"Name": "Top Fans",
		"DeviceType": "RiingTrio",
		"IgnoreColorCache": true,
		"IgnoreSpeedCache": true,
		"ColorModifiers": [
		  {
			"Type": "LerpLedColorModifier",
			"Config": {
				"LerpType": "Smooth"
			  }
		  },
		  {
			  "Type": "RotateLedColorModifier",
			  "Config": {
				"ZoneRotation": [16, 16, 16, 16]
			  }
		  }
		]
	  }
	},
	
	{
	  "Ports": [
	  
		[9802, 8801, 5]
		
	  
	  ],
	  "Config": {
		"Name": "Back Fan",
		"DeviceType": "RiingTrio",
		"IgnoreColorCache": true,
		"IgnoreSpeedCache": true,
		"ColorModifiers": [
		  {
			"Type": "LerpLedColorModifier",
			"Config": {
				"LerpType": "Smooth"
			  }
		  },
		  {
			  "Type": "RotateLedColorModifier",
			  "Config": {
				"ZoneRotation": [16, 16, 16, 16]
			  }
		  }
		]
	  }
	}
	
  
  ],
  "SensorConfigs": [
  
	{
	  "Sensors": ["/amdcpu/0/temperature/2"],
	  "Config": {
		"Offset": -5,
		"CriticalValue": 85
	  }
	}
  
  ]
}

Metadata

Metadata

Assignees

Labels

😦 issueGeneric or unknown issue

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions