OpenZWave / open-zwave

a C++ library to control Z-Wave Networks via a USB Z-Wave Controller.
http://www.openzwave.net/
GNU Lesser General Public License v3.0
1.05k stars 918 forks source link

Configuration File Migration #2537

Open trankin opened 3 years ago

trankin commented 3 years ago

@Fishwaldo I discovered when doing an upgrade that the configuration files I had in place were wiped and recreated with a new version of the library. Tracking it down I see that is the intended behavior with the line of code referenced. Any help on what an upgrade path might be to continue using my existing configuration files with this newer version of the library? Is there a migration path? I'm hoping for a solution that allows continuity without having to wake and sync all of my battery powered devices.

https://github.com/OpenZWave/open-zwave/blob/dc843b6f3d7e5cb79828dc0be586b63b97510edd/cpp/src/Driver.cpp#L93

Regards