ioBroker / ioBroker.zwave

Legacy Z-Wave integration using OpenZWave
Other
24 stars 7 forks source link

Save & restore network layout #88

Closed cburghardt closed 4 years ago

cburghardt commented 4 years ago

Follow-up to the request of restoring the network layout. If the user has a large number of nodes and rearranges them via dragging we store the layout and restore it.

AlCalzone commented 4 years ago

Build errors are false positives. I think we need some kind of retry logic in the travis tests when it decides not to resolve old.openzwave.com for some reason.

cburghardt commented 4 years ago

Added retry to curl

AlCalzone commented 4 years ago

I'm not sure if this will help. Better than nothing of course, but we might have to auto-restart the entire Travis job (including the virtual machine). That can only be done in travis.yml. But thats something for a different PR altogether.

cburghardt commented 4 years ago

I have seen a user report where the download also failed once so the retry doesn't hurt. Unfortunately I have no idea what the problem is with the Mac OS build errors.

AlCalzone commented 4 years ago

I've just restarted the build again with deleted caches. We'll see if that helps. If not, I don't care :D