Skip to content

Instantly share code, notes, and snippets.

@rajbos
Last active December 8, 2023 10:52
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
Elgato Control Center Settings.xml

Model list discovered so far (check the sticker on the box):

  • Elgato Key Light Air 20LAB9901
  • Elgato Light Strip 10LAA9901
<?xml version="1.0" encoding="utf-8"?>
<AppSettings xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Application>
<Language>English</Language>
<OverwriteLanguage>false</OverwriteLanguage>
<LastCrashReport>2020-05-15T20:08:15.8427353+02:00</LastCrashReport>
<AdvancedSettingsExpanded>true</AdvancedSettingsExpanded>
<IsGrouping>true</IsGrouping>
<IsSyncing>true</IsSyncing>
<IsWiFiDiscoveryAlwaysActive>true</IsWiFiDiscoveryAlwaysActive>
<WebSocketServerPort>1804</WebSocketServerPort>
<WebSocketServerLimitLocal>true</WebSocketServerLimitLocal>
<WebSocketServerVerboseLogging>false</WebSocketServerVerboseLogging>
<FirmwareUpdateFileSelectPath>C:\Users\RobBos\Desktop</FirmwareUpdateFileSelectPath>
<Accessories>
<Accessory>
<Name>Elgato Key Light Air AD4A</Name>
<UserDefinedName>Key Light Rechts</UserDefinedName>
<UniqueID>Elgato Key Light Air AD4A (XX:6A:9D:13:51:XX)</UniqueID>
<IsHidden>false</IsHidden>
<HostName>elgato-key-light-air-ad4a</HostName>
<IpAddress>192.168.1.69</IpAddress>
<Manufacturer>Elgato</Manufacturer>
<Model>Elgato Key Light Air 20LAB9901</Model>
<DeviceType>200</DeviceType>
<LightStripIsTemperatureColorSelected>false</LightStripIsTemperatureColorSelected>
<DeviceSettingsLightStripIsTemperatureColorDefault>false</DeviceSettingsLightStripIsTemperatureColorDefault>
<SerialNumber>XX03J1A09999</SerialNumber>
</Accessory>
<Accessory>
<Name>Elgato Key Light Air FE28</Name>
<UserDefinedName>Key Light Links</UserDefinedName>
<UniqueID>Elgato Key Light Air FE28 (XX:6A:9D:13:A4:XX)</UniqueID>
<IsHidden>false</IsHidden>
<HostName>elgato-key-light-air-fe28</HostName>
<IpAddress>192.168.1.112</IpAddress>
<Manufacturer>Elgato</Manufacturer>
<Model>Elgato Key Light Air 20LAB9901</Model>
<DeviceType>200</DeviceType>
<LightStripIsTemperatureColorSelected>false</LightStripIsTemperatureColorSelected>
<DeviceSettingsLightStripIsTemperatureColorDefault>false</DeviceSettingsLightStripIsTemperatureColorDefault>
<SerialNumber>XX23J1A09999</SerialNumber>
</Accessory>
<Accessory>
<Name>Elgato Key Light Air 09C4</Name>
<UserDefinedName>Elgato Key Light Air 09C4</UserDefinedName>
<UniqueID>Elgato Key Light Air 09C4</UniqueID>
<IsHidden>false</IsHidden>
<HostName>elgato-key-light-air-09c4</HostName>
<IpAddress>192.168.1.45</IpAddress>
<Manufacturer>Elgato</Manufacturer>
<Model>Elgato Light Strip 10LAA9901</Model>
<DeviceType>70</DeviceType>
<LightStripIsTemperatureColorSelected>false</LightStripIsTemperatureColorSelected>
<DeviceSettingsLightStripIsTemperatureColorDefault>false</DeviceSettingsLightStripIsTemperatureColorDefault>
<SerialNumber>XY52J1A09999</SerialNumber>
</Accessory>
</Accessories>
<VerboseDeviceCommunicationLog>false</VerboseDeviceCommunicationLog>
<WifiPairingMode>Auto</WifiPairingMode>
</Application>
<AutoUpdate>
<CheckForUpdates>true</CheckForUpdates>
<LastSkippedUpdate>0.0.0.0</LastSkippedUpdate>
<CheckForBetaVersions>false</CheckForBetaVersions>
</AutoUpdate>
<AddAccessory>
<SelectedNetwork>2C:95:7F:42:D3:F0</SelectedNetwork>
</AddAccessory>
<DeviceDiscovery>
<PingTimeoutMsV2>1000</PingTimeoutMsV2>
<PingIntervalMs>2000</PingIntervalMs>
<PingMaxTimeouts>3</PingMaxTimeouts>
<EnableVerboseLogging>false</EnableVerboseLogging>
</DeviceDiscovery>
</AppSettings>
@rajbos
Copy link
Author

rajbos commented Mar 10, 2021

These are the settings (with obscured serialnumbers and mac addresses) for reference when the Control Center cannot find the lights.

Settings file is in:
C:\Users\RobBos\AppData\Roaming\Elgato\ControlCenter\Settings.xml
Close the control center first (it will overwrite the file on close) and then add the new accessories.

My phone app was finding the lights easily enough and then show the original name and serial number, so I've used this from there.

The tag was found on the sticker on the box.
The tag was corrected by the software (I used 100 when adding the light strip and this was changed to 70).

@bicmac
Copy link

bicmac commented Dec 8, 2023

is that also works on MacOS? i not find that setting.xml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment