I'm new to this forum and RaZberry newbie as well.
I have a RaZberry module attached to a Banana Pro. Installation was successful and I manage to start the web interface.
Unfortunately I got some errors and I will explain below what I get in each page.
1. <ip>:8083/exprertui
Error handling data from server
2. <ip>:8083/z-way-ha
Can not start Z-Wave binding: ReferenceError
in details...
Can not start Z-Wave binding: ReferenceError:
ZWaveBinding is not defined
3. <ip>:8083/blueui
Sorry, server has not completely started yet. Try reloading the interface later
I attach my config.xml and z-way-server.log
Log file<config>
<device>ttyS2</device>
<automation-dir>automation</automation-dir>
<log-file>/var/log/z-way-server.log</log-file>
<log-level>0</log-level>
<debug-port></debug-port>
</config>
PasteBin:
http://pastebin.com/aDLywu9J
Google Drive:
https://drive.google.com/open?id=0B9my9 ... authuser=0
Update:
bananapi@lemaker:~$ dmesg | grep -E 'uart|serial'
[ 0.664546] [uart]: used uart info.: 0x95
[ 0.669259] [uart]: serial probe 0 irq 33 mapbase 0x01c28000
[ 0.695590] sunxi-uart.0: ttyS0 at MMIO 0x1c28000 (irq = 33) is a U6_16550A
[ 1.369644] [uart]: serial probe 2 irq 35 mapbase 0x01c28800
[ 1.401496] sunxi-uart.2: ttyS1 at MMIO 0x1c28800 (irq = 35) is a U6_16550A
[ 1.413311] [uart]: serial probe 4 irq 49 mapbase 0x01c29000
[ 1.445131] sunxi-uart.4: ttyS2 at MMIO 0x1c29000 (irq = 49) is a U6_16550A
[ 1.456943] [uart]: serial probe 7 irq 52 mapbase 0x01c29c00
[ 1.488752] sunxi-uart.7: ttyS3 at MMIO 0x1c29c00 (irq = 52) is a U6_16550A
A strange behavior is when I change the port from /z-way-ha page the config.xml remain the same. No changes happen when I change the port by editing the xml nor from the UI.
Thanks in advance.