RaZberry issues on Banana Pro

Discussions about RaZberry - Z-Wave board for Raspberry computer
Post Reply
jambel
Posts: 7
Joined: 06 May 2015 14:42

RaZberry issues on Banana Pro

Post by jambel »

Hello all,

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
<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>
Log file
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.
jambel
Posts: 7
Joined: 06 May 2015 14:42

Re: RaZberry issues on Banana Pro

Post by jambel »

Problem solved, you can lock this post.
jin
Posts: 7
Joined: 30 Sep 2014 23:08

Re: RaZberry issues on Banana Pro

Post by jin »

I'm experiencing the same problem, how you solved?

Greetings
jambel
Posts: 7
Joined: 06 May 2015 14:42

Re: RaZberry issues on Banana Pro

Post by jambel »

here you go:
http://forum.lemaker.org/forum.php?mod= ... =#pid80475

The only info that missing from that thread is to set also a debug port to config.xml
Post Reply