Open GoogleCodeExporter opened 9 years ago
Can you attach the full OZW_Log.txt, after you removed the zwcfg*xml and
restarted.
Original comment by uAle...@gmail.com
on 18 Jan 2015 at 3:19
Log file attached, after removing the zwcfg*xml file, restarting,
reinitializing, etc. Thanks!
Original comment by Pete.M.0...@gmail.com
on 18 Jan 2015 at 5:22
I checked if your node004 is a security device, but it doesn't seem to be.
Can you copy-paste your open-zwave/config/options.xml file? Mine looks like
(security key is disabled!):
<?xml version="1.0" encoding="utf-8"?>
<!-- To be effective, this file should be placed in the user data folder
specified in the Options::Create method -->
<Options xmlns='http://code.google.com/p/open-zwave/'>
<Option name="logging" value="true" />
<Option name="Associate" value="true" />
<Option name="NotifyTransactions" value="false" />
<Option name="DriverMaxAttempts" value="5" />
<Option name="SaveConfiguration" value="true" />
<!-- <Option name="RetryTimeout" value="40000" /> -->
<!-- If you are using any Security Devices, you MUST set a network Key -->
<!-- <Option name="NetworkKey" value="0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08, 0x09, 0x0A, 0x0B, 0x0C, 0x0D, 0x0E, 0x0F, 0x10" /> -->
<!-- Some Devices have a big UserCode Table, that can mean startup times
when refreshing Session Variables is very long (Especialy on Security
Devices) This option will make the UserCode CC stop on the first
"available" usercode slot rather than retrieve every one -->
<Option name="RefreshAllUserCodes" value="false" />
</Options>
Original comment by uAle...@gmail.com
on 18 Jan 2015 at 5:57
Here's my options.xml file. I haven't made any changes to it.
<?xml version="1.0" encoding="utf-8"?>
<!-- To be effective, this file should be placed in the user data folder
specified in the Options::Create method -->
<Options xmlns='http://code.google.com/p/open-zwave/'>
<Option name="logging" value="true" />
<Option name="Associate" value="true" />
<Option name="NotifyTransactions" value="false" />
<Option name="DriverMaxAttempts" value="5" />
<Option name="SaveConfiguration" value="true" />
<!-- <Option name="RetryTimeout" value="40000" /> -->
<!-- If you are using any Security Devices, you MUST set a network Key -->
<!-- <Option name="NetworkKey" value="0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08, 0x09, 0x0A, 0x0B, 0x0C, 0x0D, 0x0E, 0x0F, 0x10" /> -->
<!-- Some Devices have a big UserCode Table, that can mean startup times
when refreshing Session Variables is very long (Especialy on Security
Devices) This option will make the UserCode CC stop on the first
"available" usercode slot rather than retrieve every one -->
<Option name="RefreshAllUserCodes" value="false" />
</Options>
Original comment by Pete.M.0...@gmail.com
on 18 Jan 2015 at 6:13
Node 4 does appear to be a security enabled device, it's just dying before it
logs it out. Currently no way to disable the security CC for a node, though
that feature is planned. Reason it exits now is cause the exception handling
code is not throwing to your app yet. When we turn that on, you will get a
exception, but OZW will continue going.
Original comment by jus...@dynam.ac
on 20 Jan 2015 at 6:40
Original comment by jus...@dynam.ac
on 20 Jan 2015 at 6:41
Original issue reported on code.google.com by
Pete.M.0...@gmail.com
on 18 Jan 2015 at 1:50