Missing Z-Wave binding after z-way server upgrade

Discussions about RaZberry - Z-Wave board for Raspberry computer
Post Reply
cp9999
Posts: 3
Joined: 04 Jan 2015 01:36

Missing Z-Wave binding after z-way server upgrade

Post by cp9999 »

Hi,

Today I decided to upgrade my z-way server (current installed version was v2.0.0) to the newest version (v2.0.1 according the web site)
I performed the upgrade using "wget -q -O - razberry.z-wave.me/install | sudo bash" according the instructions on the download page of the http://razberry.z-wave.me site.

Now my installation doesn't work anymore.

Every restart of the z-way server generates following log entries:
[2015-01-03 22:37:03.778] [core] Executing script: /*** Z-Way Home Automation Engine main executable ***************************** ...
[2015-01-03 22:37:03.853] [core] Executing script: // This script transforms old formats to new ...
[2015-01-03 22:37:03.868] [core] Executing script: ;!function(exports, undefined) { ...
[2015-01-03 22:37:03.983] [core] Executing script: // Underscore.js 1.6.0 ...
...
...
...
[2015-01-03 22:37:06.332] [core] Loading module Notification from modules/Notification
[2015-01-03 22:37:06.335] [core] Executing script: /*** Notification Z-Way HA module ******************************************* ...
[2015-01-03 22:37:06.337] [core] Starting automation...
[2015-01-03 22:37:06.455] [core] Starting storage...
[2015-01-03 22:37:06.459] [core] ZWay Automation started

And then nothing anymore.

Searching this forum I found this post: viewtopic.php?f=3422&t=20982
which looks very similar to my problem, so I decided to check out the 'Home Automation UI->Preferences->Automation->Z-Wave Binding' and found that there was no 'Z-Wave Binding' at all.
[attachment=1]Automation-Bindings.png[/attachment]

What can I do to fix this problem?

Any help is greatly appreciated.

Regards,
Chrisjan
Attachments
Automation-Bindings.png
Automation-Bindings.png (11.93 KiB) Viewed 4231 times
pofs
Posts: 688
Joined: 25 Mar 2011 19:03

Re: Missing Z-Wave binding after z-way server upgrade

Post by pofs »

Automation section shows only configured modules. You should find one under Preferences -> Modules first, and add it. Then it will appear in Automation.
cp9999
Posts: 3
Joined: 04 Jan 2015 01:36

Re: Missing Z-Wave binding after z-way server upgrade

Post by cp9999 »

Thank you for the very fast response.

I've added a Z-Wave module and it got a binding /dev/ttyUSB0
I don't think this is the correct binding. The log now shows:
[2015-01-04 00:39:39.040] [core] Notification: critical (z-wave): Can not start Z-Wave binding: Error: Bad data - communication failed

I've got a Razberry connected to the GPIO, and a 8GB usb-stick and a RFXtrx433 module connected to the USB ports.
How can I find out what the binding should be?
pofs
Posts: 688
Joined: 25 Mar 2011 19:03

Re: Missing Z-Wave binding after z-way server upgrade

Post by pofs »

For RaZberry card on RPi it usually should be /dev/ttyAMA0.
cp9999
Posts: 3
Joined: 04 Jan 2015 01:36

Re: Missing Z-Wave binding after z-way server upgrade

Post by cp9999 »

It works now.

Thx for helping me out
Post Reply