New version of RaZberry is released

Discussions about RaZberry - Z-Wave board for Raspberry computer
Post Reply
hekj
Posts: 14
Joined: 05 Jul 2013 16:49

URLs not working for me

Post by hekj »

I also have a dimmer (Everspring Dimmer Socket) and this is my findings using Z-Way version v1.3.1.

Command:
http://:8083/ZWaveAPI/Run/devices[7].instances[0].commandClasses[38].Set()

Response on web page http://:8083 when 'Device control --> Switches' is shown.

a new value:
0 --> Off
10 --> 10%
100 --> still shows 10% (no change)
98 --> 98%
99 --> On

It seems like the values 99 and 100 are handled incorrectly.

I have now made a temporary modification of my software NexaHome so that the value 100 is replaced by 99 when a lamp is turned on to full power.

To upgrade NexaHome on your RPi do the following:

1) double click on the LXTerminal icon and type the following in the terminal window:

cd ~/nexahome
wget http://nexahome.se/NexaHome_RPi_3.2.2.jar

2) click on the icon in the bottom left corner and select 'Accessories -> File Manager'

Locate the file /home/pi/nexahome/run_nexahome.sh

3) right click on run_nexahome.sh and select Open Leafpad

Update the information and save the file.

4) restart NexaHome or reboot the RPi

NexaHome version 3.2.1 has been tested with the following devices:

On/Off Socket - GreenWave 1 port power node
On/Off Socket - GreenWave 6 port power node
On/Off Socket - Everspring [EVR_AN1572]
Dimmer Socket - Everspring [EVR_AD1422]
Door/Window Sensor - Fibaro [FGK-101]
Motion detector - Everspring [EVR_SP103]
Multisensor - Aeon Labs [AEO_MULTISENS]

Henrik | http://nexahome.se
Pitt13
Posts: 41
Joined: 13 Apr 2013 23:52

Update? Update? : D

Post by Pitt13 »

Update?
Update?
: D
pz1
Posts: 2053
Joined: 08 Apr 2012 13:44

On past experience I wouldn't

Post by pz1 »

On past experience I wouldn't expect that before end of August
Since 29-12-2016 I am no longer a moderator for this forum
User avatar
PoltoS
Posts: 7601
Joined: 26 Jan 2011 19:36

;)

Post by PoltoS »

;)

We have a beta. We hope to publish this beta next week. There are not som much from user side, but a lot of changes from server side. And about 10 new Command Classes (mostly for US market). RGB device is not supported yet - will be in August beta / September's release.
User avatar
PoltoS
Posts: 7601
Joined: 26 Jan 2011 19:36

value 100 is not allowed in Z

Post by PoltoS »

value 100 is not allowed in Z-Wave. Maximum liminosity is 99. So, this is correct.
Pitt13
Posts: 41
Joined: 13 Apr 2013 23:52

Hello,

Post by Pitt13 »

Hello,
Thank you for this news, but for the "Automation" module when do you think it will be integrated into a Z-WAY ?
For RGBW module Fibaro is only supported by the HC2 for now ...
I am excited to see this new update :D
User avatar
PoltoS
Posts: 7601
Joined: 26 Jan 2011 19:36

Best way is to execute system

Post by PoltoS »

Best way is to execute system() call from JavaScript and use curl or wget.
User avatar
PoltoS
Posts: 7601
Joined: 26 Jan 2011 19:36

New release candidate of available now!

Post by PoltoS »

New release candidate is available. It will become official release in a week or so.To install:sudo apt-get install libyajl2wget -q -O - razberry.z-wave.me/install/v1.4-rc1 | sudo All available UIs are shipped included now. Go to /index.html page to select a UI:future UI (in development)current UI (old blue for experts)TV demo UI (simple and easy to be styled for your own purpose). It will become a beautiful UI soon.old jQuery mobile UIThe code was reworked a lot to become faster and more stable. New refactored V8 engine is used now. Many bug fixes.API changes:loadJSON function added to API to allow load a file from program folder.SwitchMultilevel Set/StartLevelChange made always with duration in C.New Command Classes:DoorLockLoggingSensorConfigurationTimeParametersThermostatOperatingState v2ThermostatFanStateThermostatFanModeMeter v3Protection v1 & v2IndicatorHence, many new devices are supported now!Some bugfixes:Thermostat temperature C/F conversion fixed (mostly for US products)Problems with low power inclusion fixed
JV
Posts: 15
Joined: 14 Jun 2013 02:40

Missing SO

Post by JV »

Installer gave no error messages, but RC1 never got started on my razberry:

cat /var/log/z-way-server.log
z-way-server: error while loading shared libraries: libyajl.so.2: cannot open shared object file: No such file or directory

Restored old version back by renaming it to /opt/z-way-server. Works again.
pz1
Posts: 2053
Joined: 08 Apr 2012 13:44

Updated documentation?

Post by pz1 »

Can we expect an updated Zway documentation any time soon, so we can make appropriate use of the new features? The presently available version more or less reflect release v1.1 afaik.
Since 29-12-2016 I am no longer a moderator for this forum
Post Reply