OpenElec OS

Discussions about RaZberry - Z-Wave board for Raspberry computer
Post Reply
Isaksson
Posts: 133
Joined: 10 Apr 2013 09:43

OpenElec OS

Post by Isaksson »

Hello.
have read in the manual that you support openelec os.
But the Bash script does not work (it tryes to write to openelec read only partition) I have talked to the guys over at openelec and its not possible to make that partition RW.

So my question is:
Do you have a installation script that is made for openelec os?
User avatar
PoltoS
Posts: 7571
Joined: 26 Jan 2011 19:36

As answered by e-mail, we

Post by PoltoS »

As answered by e-mail, we have no install script yet. We hope Openelec team will make a plugin for our RaZberry. The problem is in the installation script.

The s/w itself was tested to work on Openelec distro.
intothev01d
Posts: 1
Joined: 01 Sep 2013 22:47

Setup

Post by intothev01d »

Are there instructions somewhere for getting this setup on Openelec since the install script won't work?
User avatar
PoltoS
Posts: 7571
Joined: 26 Jan 2011 19:36

You need to unpack it and run

Post by PoltoS »

You need to unpack it and run ;)

Autostart is different in OpenElec. This is something for you to check.

Also some libraries might need to be installed.
ollfa
Posts: 31
Joined: 12 Jul 2013 11:36

Installation

Post by ollfa »

I'm currently running Openelec with Razberry. I have been running this setup for the last 2 months and its stable...

-From the storage folder in openelec run the "wget ..." command as specified in Razberry documentation and downlaod the razberry server.
-Download the following libs; libacl.so, libarchive.so, liblzma.so, liblzo2.so, libminilzo.so. Links:
http://us.mirror.archlinuxarm.org/armv6 ... pkg.tar.xz
http://us.mirror.archlinuxarm.org/armv6 ... pkg.tar.xz
http://us.mirror.archlinuxarm.org/armv6 ... pkg.tar.xz
http://us.mirror.archlinuxarm.org/armv6 ... pkg.tar.xz
http://us.mirror.archlinuxarm.org/armv6 ... pkg.tar.xz

-Get Libattr.so from somewhere, it can be found /lib on a Raspbian image.
-Put all lib files in libs/ folder of your downloaded zwave/razberry server, and export that folder.

-When you run setup script in razberry folder it will complain about missing libs. Link your downloaded libs to missing, if "libattr.so.1" is missing, "ln -s libattr.so libattr.so.1".


Good luck!
ollfa
Posts: 31
Joined: 12 Jul 2013 11:36

autostart

Post by ollfa »

This script starts the z-way server on startup. It also exports the library path. In /storage/.config/autostart.sh paste the following. You may have to create that file.#!/bin/sh #Start z-wave-server export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/storage/.z-way-server/libs cd /storage/.z-way-server/ ./z-way-server &
User avatar
PoltoS
Posts: 7571
Joined: 26 Jan 2011 19:36

Good news! You can write this

Post by PoltoS »

Good news! You can write this in a new thread like a HowTo and we will stick it to the top to allow other OpenElec users to use it.
Post Reply