-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Describe The Bug:
When the computer restarts, the same accessory is detected as a new accessory (and the previous one becomes unreachable.
Thus, every scenes gets messed up.
(The accessory is always pluged in when the OpenRGB server is up)
To Reproduce:
Shutdown the computer, restart the computer.
Start OpenRGB: openrgb --server (doing it via systemctl)
Expected behavior:
The accessory is recognized as a previously added accessory.
Logs:
[6/13/2023, 5:52:56 PM] [OpenRGB] Adding new accessory: NZXT Kraken X3
Plugin Config:
{
"name": "OpenRGB",
"servers": [
{
"name": "xxxx",
"host": "192.168.xxxx.xxxx",
"port": 6742
}
],
"discoveryInterval": 60,
"preserveDisconnected": true,
"suppressConnectionErrors": false,
"platform": "OpenRgbPlatform"
}
Environment:
Ubuntu for the computer AND homebridge. NZXT Kraken X3 device
-
Plugin Version: v1.4.0
-
Homebridge Version: [v1.6.1]
-
Node.js Version: v16.20.0
-
Operating System: Ubuntu for the computer AND homebridge