Page 1 of 1

Rasperry Pi 2 + Razberry + OpenZWave not working

Posted: Tuesday 24 March 2015 10:13
by dhanjel
I have RPI2 and a Razberry Pi board, previously I´ve used the HTTP hardware plugin to communicate to their software.
This however din´t always work as I wanted so I started working on using OpenZWave instead.

However, I can´t manage to get it to work.
I´ve followed the guide on vesternet: http://www.vesternet.com/resources/appl ... REnvHrF-ur

Image

Image

If I go to the OpenZWave-controller, I get the following error:

Code: Select all

2015-03-24 10:06:31.777 Error, mgr, Manager::GetDriver failed - Home ID 0x00000000 is unknown
Image

Code: Select all

pi@razberry /opt/domoticz/Config $ sudo cat OZW_Log.txt
2015-03-24 09:59:48.795 Always, OpenZwave Version 1.3.1021 Starting Up
2015-03-24 09:59:51.798 Error, contrlr, ERROR: Dropping command, expected response not received after 3 attempt(s)
2015-03-24 09:59:55.794 Error, contrlr, ERROR: Dropping command, expected response not received after 3 attempt(s)
2015-03-24 09:59:58.795 Error, contrlr, ERROR: Dropping command, expected response not received after 3 attempt(s)
2015-03-24 10:00:01.797 Error, contrlr, ERROR: Dropping command, expected response not received after 3 attempt(s)
2015-03-24 10:00:04.799 Error, contrlr, ERROR: Dropping command, expected response not received after 3 attempt(s)
2015-03-24 10:03:09.415 Error, mgr,     Manager::GetDriver failed - Home ID 0x00000000 is unknown
2015-03-24 10:03:29.349 Error, mgr,     Manager::GetDriver failed - Home ID 0x00000000 is unknown
2015-03-24 10:03:30.560 Error, mgr,     Manager::GetDriver failed - Home ID 0x00000000 is unknown
2015-03-24 10:03:50.355 Error, mgr,     Manager::GetDriver failed - Home ID 0x00000000 is unknown
2015-03-24 10:06:31.777 Error, mgr,     Manager::GetDriver failed - Home ID 0x00000000 is unknown
2015-03-24 10:06:51.405 Error, mgr,     Manager::GetDriver failed - Home ID 0x00000000 is unknown
Any ideas on how to proceed?

Re: Rasperry Pi 2 + Razberry + OpenZWave not working

Posted: Tuesday 24 March 2015 10:35
by dhanjel
Actually, the tweaking-part of http://www.domoticz.com/wiki/Preparing_ ... r_Domoticz seems to be the magic that makes it work

Re: Rasperry Pi 2 + Razberry + OpenZWave not working

Posted: Tuesday 24 March 2015 18:55
by gizmocuz
So its working now?

You last link to the wiki was not correct

Re: Rasperry Pi 2 + Razberry + OpenZWave not working

Posted: Tuesday 24 March 2015 21:47
by Immo
my razberry is recognised as TTYAMA0 with one of the recent updates of domoticz.
No need to do the trick anymore

Re: Rasperry Pi 2 + Razberry + OpenZWave not working

Posted: Sunday 29 March 2015 11:51
by dhanjel
Yes, now it works perfectly fine.
Just need to buy some new batteries for my fibaro motion sensors :)

Add a ) to the end of the url, the forum didn´t include it in the link for some reason.

Re: Rasperry Pi 2 + Razberry + OpenZWave not working

Posted: Saturday 02 May 2015 19:06
by Egregius
I guess http://www.domoticz.com/wiki/Preparing_ ... r_Domoticz is the correct link to the wiki?

Re: Rasperry Pi 2 + Razberry + OpenZWave not working

Posted: Saturday 09 January 2016 12:18
by qrn77
The tweak for the 8.0 debian version, for removing the tty like in former inittab is :
edit the

Code: Select all

/boot/cmdline.txt
look for console=ttyA<something>
you should have something like

Code: Select all

dwc_otg.lpm_enable=0 console=tty1 root=/dev/mmcblk0p2 <....>
Hope it helps