Z-Way 1.5.0 Release

Discussions about RaZberry - Z-Wave board for Raspberry computer
pz1
Posts: 2053
Joined: 08 Apr 2012 13:44

Re: Z-Way 1.5.0 Release

Post by pz1 »

alexey.zimarev wrote:I have 1.5.0-rc1 and force interview works from the device management. I got another issue with Z-Wave controller itself being lost by the Z-Way server. I see that devices send commands (how could they do it without a controller???) but Z-Way reports that controller is not registered. The most interesting thing is that OS reboot does not help. Only power off and on returns everything to a working state. I will monitor it a bit more. I run it on Olinuxino A10 Lime board, it might be the reason although I doubt it.
Any progress on this?
Since 29-12-2016 I am no longer a moderator for this forum
SolarFlor
Posts: 261
Joined: 22 Mar 2014 15:23

Re: Z-Way 1.5.0 Release

Post by SolarFlor »

Hi Pieter,
I have tried to use your instructions to configure Razberry automation engine but when I opened the config.json
file I wasn't able to find the following section

Code: Select all

            "CustomUserCode": {
            	"module": "CustomUserCode",
            	"config": {
            	    "customCodeFiles": [ "custom.js" ]
            	}
            },
so I don't know how to add "openremote.js"
Thanks for your help
Floriano
pz1
Posts: 2053
Joined: 08 Apr 2012 13:44

Re: Z-Way 1.5.0 Release

Post by pz1 »

Unfortunately that part has been changed since version 1.4.x. I haven't been able to test 1.5 yet. I only have one RaZberry, which is my production version, which would I have to put off-line for quite a while. There are two options for you in 1.5 :
1) Use the new RaZ-OR module which comes with RaZberry 1.5-rc3. (this is going to be the preferred option for future users, but may be awkward at this beta stage)
2) On the OpenRemote forum in the main RaZ-OR thread one of the users has described how to use the original RaZ-OR module by calling openremote.js directly from main.js (http://www.openremote.org/display/forum ... t-22879889)
Since 29-12-2016 I am no longer a moderator for this forum
SolarFlor
Posts: 261
Joined: 22 Mar 2014 15:23

Re: Z-Way 1.5.0 Release

Post by SolarFlor »

About option1, how I can use the new RaZ-OR module which comes with RaZberry 1.5-rc3?

As option3, may I load Z-Way 1.4.1 and follow your guide?
pz1
Posts: 2053
Joined: 08 Apr 2012 13:44

Re: Z-Way 1.5.0 Release

Post by pz1 »

Option 1: PoltoS has decribed that on page 1 of this thread

You can use 1.4.1 as I have decribed in the Openremote thread. I described there also a config.json that should work with 1.4.1.
Since 29-12-2016 I am no longer a moderator for this forum
SolarFlor
Posts: 261
Joined: 22 Mar 2014 15:23

Re: Z-Way 1.5.0 Release

Post by SolarFlor »

Hi PoltoS are the following two commands I should give on my Rasp to use the new RaZ-OR module?
PoltoS wrote:

Code: Select all

rm -Rf automation
git clone https://github.com/Z-Wave-Me/home-automation.git automation
You are also referring to a short manual but I cannot find it
Thanks for your support.
SolarFlor
Posts: 261
Joined: 22 Mar 2014 15:23

Re: Z-Way 1.5.0 Release

Post by SolarFlor »

SolarFlor wrote:Hi PoltoS are the following two commands I should give on my Rasp to use the new RaZ-OR module?
I'm sure PoltoS is very busy. Anybody else that could help me on this.
Many Thanks
User avatar
PoltoS
Posts: 7565
Joined: 26 Jan 2011 19:36

Re: Z-Way 1.5.0 Release

Post by PoltoS »

Indeed, two lines were missing:

Code: Select all

cd automation
git checkout develop
I've edited my post.
SolarFlor
Posts: 261
Joined: 22 Mar 2014 15:23

Re: Z-Way 1.5.0 Release

Post by SolarFlor »

Thanks,
When do you believe there will be a documentation to explain how to move here?

It would be very useful for non-expert like me.
Saluti
Floriano
pz1
Posts: 2053
Joined: 08 Apr 2012 13:44

Re: Z-Way 1.5.0 Release

Post by pz1 »

SolarFlor wrote: When do you believe there will be a documentation to explain how to move here?
See this thread. On previous experience I think it may take a while before it is ready
Since 29-12-2016 I am no longer a moderator for this forum
Post Reply