· 6 years ago · Oct 08, 2019, 03:52 AM
1<?xml version="1.0" encoding="utf-8"?>
2<!-- To be effective, this file should be placed in the user data folder specified in the Options::Create method -->
3<!-- Please See https://github.com/OpenZWave/open-zwave/wiki/Config-Options for details about this file -->
4<Options xmlns='https://github.com/OpenZWave/open-zwave'>
5 <!-- Should Logging be enabled. -->
6 <Option name="logging" value="true" />
7
8 <!-- Should we Output Log Messages on the Console. Set to True for Foreground Processes -->
9 <!-- <Option name="ConsoleOutput" value="false" /> -->
10
11 <!-- The Name of the Log File -->
12 <Option name="LogFileName" value="/home/ozwcp_user/open-zwave-control-panel/config/OZW_Log.txt" />
13
14 <!-- Should we create a new Log File on start, or append to a Log File if it exists -->
15 <!-- <Option name="AppendLogFile" value="false" /> -->
16
17 <!-- Should we automatically associate the Controller Node with devices Lifeline Group (or other groups marked as Auto) -->
18 <Option name="Associate" value="true" />
19
20 <!-- Should we ask a Node to update its Routing Tables to the Controller Node after
21 adding the Controller to the Nodes Assication Groups. Generally not needed for Z-Wave+ Networks -->
22 <Option name="PerformReturnRoutes" value="false" />
23
24 <!-- Should we send a Notification After each Message is sent -->
25 <Option name="NotifyTransactions" value="false" />
26
27 <!-- Maximum Number of Attempts we make to open a Serial Port -->
28 <Option name="DriverMaxAttempts" value="5" />
29
30 <!-- When Shutting Down, Should we save a copy of the Cache (ozwcache -->
31 <Option name="SaveConfiguration" value="true" />
32
33 <!-- If Retries are enabled, How long to wait to Retry. -
34 Note - The Z-Wave Protocol automatically retries.
35 This is unlikely to fix any timeout issues you may have -->
36 <!-- <Option name="RetryTimeout" value="40000" /> -->
37
38 <!-- If you are using any Security Devices, you MUST set a network Key -->
39 <Option name="NetworkKey" value="0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08, 0x09, 0x0A, 0x0B, 0x0C, 0x0D, 0x0E, 0x0F, 0x10" />
40
41 <!-- Some Devices have a big UserCode Table, that can mean startup times
42 when refreshing Session Variables is very long (Especialy on Security
43 Devices) This option will make the UserCode CC stop on the first
44 "available" usercode slot rather than retrieve every one -->
45 <Option name="RefreshAllUserCodes" value="false" />
46
47 <!-- WinRT only - How long to wait till we terminate Threads -->
48 <Option name="ThreadTerminateTimeout" value="5000" />
49
50 <!-- Language we should use for ValueID Labels and Help Text -->
51 <!-- <Option name="Language" value="fr" /> -->
52
53 <!-- Should we assume all devices are awake upon Startup -
54 This can help getting some Sleeping Devices online faster in limited cases -->
55 <!-- <Option name="AssumeAwake" value="true" /> -->
56
57 <!-- Determine Which CommandClasses we should Encrypt Communications with
58 Changing this will most likely break communications with some devices -->
59 <!-- <Option name="SecurityStrategy" value="SUPPORTED" /> -->
60
61 <!-- If a Device is Marked Secure, then only accept Encrypted Messages from it.
62 This will stop any downgrade attacks against OZW. If you have issues, disable this -->
63 <!-- <Option name="EnforceSecureReception" value="false" /> -->
64
65 <!-- Should OZW automatically download new Config File Versions. Default is true -->
66 <!-- <Option name="AutoUpdateConfigFile" value="false" /> -->
67
68 <!-- When we have a new config file for a device, This determine when a device is reloaded
69 so the new connfig file is affected on the device -->
70 <!-- <Option name="ReloadAfterUpdate" value="NEVER" /> -->
71
72 <!-- Should OZW include any Instance Labels on ValueID Labels -->
73 <!-- <Option name="IncludeInstanceLabel" value="false" /> -->
74
75 <Option name="SaveLogLevel" value="9" />
76 <Option name="QueueLogLevel" value="9" />
77
78</Options>