Z-Way version v2.0.0 from 2014-12-08 19:54:26 +0300 (build a064f5408850947aed035 bc9170e1fa04f0fd2ec)
Looking for modules in ./modules
Module modhomekit.so loaded
Module modws.so loaded
cURL 7.26.0 likely has DNS timeout bug. Please update cURL. Disabling sync DNS t imeouts for now.
Module modhttp.so loaded
Module moddhs.so loaded
Failed to load module modzwave.so: libarchive.so.12: cannot open shared object f ile: No such file or directory
Module modenocean.so loaded
pi@FrontBedroom:/opt/z-way-server$ cd /opt/z-way-server; LD_LIBRARY_PATH=./libs ./z-way-server -h 2>/dev/null | head
Z-Way version v2.0.0 from 2014-12-08 19:54:26 +0300 (build a064f5408850947aed035bc9170e1fa04f0fd2ec)
Looking for modules in ./modules
Module modhomekit.so loaded
Module modws.so loaded
cURL 7.26.0 likely has DNS timeout bug. Please update cURL. Disabling sync DNS timeouts for now.
Module modhttp.so loaded
Module moddhs.so loaded
Failed to load module modzwave.so: libarchive.so.12: cannot open shared object file: No such file or directory
Module modenocean.so loaded
Everytime i start the UI i see: Cannot start Z-Wave binding in the warnings section, not sure how to fix. Seems : "Failed to load module modzwave.so" could be an issue, this is a fresh install only thing changed is zwave module to point from ttyUSB0 to ttyAMA0..
Looks like ttyAMA0 was not reconfigured correctly in the kernel. Setup script is for Raspbian Linux, and may not work for other systems. You need manually reconfigure AMA0 then.
I actually found something else listening to the serial port, once i stopped that all the UI began loading! The only problem is i cant seem to include any devices? I did exclude a door sensor, but now i cannot include it. The red LED comes on, also saying now "The server has not completely started yet, please try again later"
[2015-02-15 14:04:40.199] [I] [core] Notification: critical (z-wave): Can not start Z-Wave binding: Error: Binding with name 'zway' already exists
[2015-02-1r 14:04:46.379] [E] [zway] SaveData will not save data since it wasn't loaded. This is to prevent data loss.
[2015-02-15 14:04:40.199] [I] [core] Notification: critical (z-wave): Can not start Z-Wave binding: Error: Binding with name 'zway' already exists
It's very strange but looks like 'Z-Wave binding' module loads 2 times.
Check modules in 'modules' and 'userModules' folders (in opt/z-way-server/automation/).
There should be only one ZWave folder in 'modules' folder.
What modules are listed in your UI under 'preferences->automation'? (There should be only one 'Z-Wave binding')
What modules are listed on request http://[your RaZberry IP]:8083/JS/Run/controller.instances
Razberry B+ 2.0.1-rc25 on ZW500 + 15 devices / Razberry B 2.0.1-rc25 on ZW300 for test
You were totally right! It was attempting to start twice. I removed the second entry and now i can get the UI to show! The only thing is i still cant include a device..
I tried to exclude it and re-include it but the device (door sensor) just blinks for pairing endlessly and eventually the Razberry LED goes off.