Skip to content

Instantly share code, notes, and snippets.

@shanselman
Created February 24, 2021 00:08
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shanselman/2cae20d12429573405838739afe165eb to your computer and use it in GitHub Desktop.
Save shanselman/2cae20d12429573405838739afe165eb to your computer and use it in GitHub Desktop.
XML settings file for an Elgato KeyLight to get their Control Center to work when auto discovery fails
<?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>2021-01-24T18:09:50.5120072-08:00</LastCrashReport>
<AdvancedSettingsExpanded>true</AdvancedSettingsExpanded>
<IsGrouping>false</IsGrouping>
<IsSyncing>true</IsSyncing>
<IsWiFiDiscoveryAlwaysActive>true</IsWiFiDiscoveryAlwaysActive>
<WebSocketServerPort>1804</WebSocketServerPort>
<WebSocketServerLimitLocal>true</WebSocketServerLimitLocal>
<WebSocketServerVerboseLogging>false</WebSocketServerVerboseLogging>
<FirmwareUpdateFileSelectPath>C:\Users\scott\Desktop</FirmwareUpdateFileSelectPath>
<Accessories>
<Accessory>
<Name>Elgato Key Light Air E424</Name>
<UserDefinedName />
<UniqueID>Elgato Key Light Air E424 (3C:6A:9D:15:5E:B6)</UniqueID>
<IsHidden>false</IsHidden>
<HostName>elgato-key-light-air-e424</HostName>
<IpAddress>192.168.1.44</IpAddress>
<DNSSuffix>localdomain</DNSSuffix>
<ServiceType>_elg._tcp</ServiceType>
<Manufacturer>Elgato</Manufacturer>
<Model>Elgato Key Light Air 20LAB9901</Model>
<DeviceType>200</DeviceType>
<LightStripIsTemperatureColorSelected>false</LightStripIsTemperatureColorSelected>
<DeviceSettingsLightStripIsTemperatureColorDefault>false</DeviceSettingsLightStripIsTemperatureColorDefault>
<SerialNumber>CW39J1A17111</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 />
</AddAccessory>
<DeviceDiscovery>
<PingTimeoutMsV2>1000</PingTimeoutMsV2>
<PingIntervalMs>2000</PingIntervalMs>
<PingMaxTimeouts>3</PingMaxTimeouts>
<EnableVerboseLogging>false</EnableVerboseLogging>
</DeviceDiscovery>
</AppSettings>
@rajbos
Copy link

rajbos commented Mar 10, 2021

Thanks Scott, got things working with this example.

Afterwards I had to add new devices manually as well, so I had to search for additional values for Models and DeviceTypes.
For anyone searching for them (hard to find online), I want to link to my own gist here that has an extra Model number for the Elgato Light Strip.

@shanselman
Copy link
Author

@rajbos thanks!

@wildjohn2020
Copy link

i was wondering if someone can help me sorting this out please

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