-
-
Notifications
You must be signed in to change notification settings - Fork 15
Description
Describe the issue
Something seems to have changed either in latest betas or with Windows 11 but this service now unfortunately keeps my machine awake no matter what :( I have tried reinstalling and also tried changing my Razor chrome linked/advertised PSU to "one time" trigger rather than always trigger but no difference. Currently I have worked around this by using TaskScheduler to kill the service and then set it back to autostart so on reboot it starts successfully again.
Debug report
No debug report, but logs look normal during startup/shutdown of service and nothing indicating why host wont sleep. This applies to both "screensaver" display sleep as well as "power" host sleep. Something about this service seems to keep Windows 11 awake.
Current configuration
{
"Profiles": [
{
"Name": "PSU",
"Ports": [
[9802, 9001]
],
"Effects": [
{
"Type": "RazerConnectEffect",
"Config": {
"Trigger": {
"Type": "AlwaysTrigger"
}
}
}
]
}
],
"PortConfigs": [
{
"Ports": [
[9802, 9001],
],
"Config": {
"ColorModifiers": [
{
"Type": "LerpLedColorModifier"
}
]
}
}
]
}