Search found 3 matches

by sensingcontrol
21 Mar 2017 18:21
Forum: Discussions in English
Topic: Error on full backup restoring with new Razberry card
Replies: 5
Views: 5295

Re: Error on full backup restoring with new Razberry card

Expert UI triggers the same C lib call on the backend. Sure your C API is same version as of the z-way-server? We are using the libraries located inside the z-way-server folder after the "wget -q -O - razberry.z-wave.me/install | sudo bash" command. We also tried installing specifically t...
by sensingcontrol
16 Mar 2017 18:19
Forum: Discussions in English
Topic: Error on full backup restoring with new Razberry card
Replies: 5
Views: 5295

Re: Error on full backup restoring with new Razberry card

Hi, thanks for the answer. I tried with the C libraries of both versions (v2.3.1 RC3 and v2.3.0) and we get the same result. Another solution is to tweak Z-Way: set controller.data.SDK.value = "6.51.06" (if you are on 6.51.09) and then do restore again. The SDK version is 6.51.06. I attach...
by sensingcontrol
14 Mar 2017 21:17
Forum: Discussions in English
Topic: Error on full backup restoring with new Razberry card
Replies: 5
Views: 5295

Error on full backup restoring with new Razberry card

Hi, We are using the C API for creating and restoring a backup with network topology (full restore) . We are using the example provided in the code samples section (https://razberry.z-wave.me/fileadmin/z-way-test.tgz), and we modified the main.c file for getting a full recovery: ZWError r = zway_con...