Any progress on this?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.
Z-Way 1.5.0 Release
Re: Z-Way 1.5.0 Release
Since 29-12-2016 I am no longer a moderator for this forum
Re: Z-Way 1.5.0 Release
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
so I don't know how to add "openremote.js"
Thanks for your help
Floriano
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" ]
}
},
Thanks for your help
Floriano
Re: Z-Way 1.5.0 Release
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)
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
Re: Z-Way 1.5.0 Release
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?
As option3, may I load Z-Way 1.4.1 and follow your guide?
Re: Z-Way 1.5.0 Release
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.
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
Re: Z-Way 1.5.0 Release
Hi PoltoS are the following two commands I should give on my Rasp to use the new RaZ-OR module?
Thanks for your support.
You are also referring to a short manual but I cannot find itPoltoS wrote:Code: Select all
rm -Rf automation git clone https://github.com/Z-Wave-Me/home-automation.git automation
Thanks for your support.
Re: Z-Way 1.5.0 Release
I'm sure PoltoS is very busy. Anybody else that could help me on this.SolarFlor wrote:Hi PoltoS are the following two commands I should give on my Rasp to use the new RaZ-OR module?
Many Thanks
Re: Z-Way 1.5.0 Release
Indeed, two lines were missing:
I've edited my post.
Code: Select all
cd automation
git checkout develop
Re: Z-Way 1.5.0 Release
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
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
Re: Z-Way 1.5.0 Release
See this thread. On previous experience I think it may take a while before it is readySolarFlor wrote: When do you believe there will be a documentation to explain how to move here?
Since 29-12-2016 I am no longer a moderator for this forum