OpenZWave / openzwave-dotnet-uwp

An Open-ZWave wrapper for use with .NET or UWP apps
Apache License 2.0
44 stars 27 forks source link

OZW 1.6 support #41

Open yesyesuk opened 5 years ago

yesyesuk commented 5 years ago

Hi, I see quite a few open "issues" related to the new OZW 1.6 release. I assume this wrapper is not ready yet for 1.6? If that's correct, roughly when might this be ready?

I'm having a bit of an issue on my system now where I'm running OZW 1.5.2711 that I needed for https://github.com/OpenZWave/openzwave-dotnet-uwp/issues/19

It seems that it automatically downloads/upgrades config files for the current OZW 1.6 which are not compatible with the build I'm running. This prevents OZW from doing anything useful. Are you aware of a way to prevent OZW from automatically downloading the latest config files?

petergebruers commented 5 years ago

The options.xml (for 1.6) has this option, it defaults to true, so you might try:

<Option name="AutoUpdateConfigFile" value="false" />

I couldn't say if that option exists in "1.5.2711"...

yesyesuk commented 5 years ago

Thanks Peter. That has indeed worked. With that option in place it did not "update" the config files. All is working fine again.

I'd still be interested in a rough estimate when this wrapper might support OZW 1.6.

yesyesuk commented 3 years ago

Hi. Any news on support for OZW 1.6?