I'm a Z-way newbie, but familiar with z-wave. I have tried several times to include my Jasco 26931/GE ZW4006 motion light switch with varying success. Each time I include it the interview process never completes and hangs at 92% (I think it's stuck on lifeline association and group association). Force interview doesn't work. Is there a fix or way to make it think it has completed?
Second, the first time I included it the device parameters came up automatically, but since then it has not. Any fix there?
Thanks in advance.
Interview not completed - Motion light switch
Re: Interview not completed - Motion light switch
Here is something I posted before.
A few examples of commands that will over-ride Interview failures.
Change the parameters to match your system.
Probably not right, but it normally works
192.168.1.89:8083/JS/Run/zway.devices[47].SecurityS2.data.interviewDone=true
192.168.1.89:8083/JS/Run/zway.devices[47].Security.data.interviewDone=true
192.168.1.89:8083/JS/Run/zway.devices[47].Protection.data.interviewDone=true
192.168.1.89:8083/JS/Run/zway.devices[47].instances[1].Security.data.interviewDone=true
192.168.1.89:8083/JS/Run/zway.devices[47].instances[1].SecurityS2.data.interviewDone=true
192.168.1.89:8083/JS/Run/zway.devices[47].instances[1].Protection.data.interviewDone=true
192.168.1.89:8083/JS/Run/zway.devices[47].instances[2].Security.data.interviewDone=true
192.168.1.89:8083/JS/Run/zway.devices[47].instances[2].SecurityS2.data.interviewDone=true
A few examples of commands that will over-ride Interview failures.
Change the parameters to match your system.
Probably not right, but it normally works

192.168.1.89:8083/JS/Run/zway.devices[47].SecurityS2.data.interviewDone=true
192.168.1.89:8083/JS/Run/zway.devices[47].Security.data.interviewDone=true
192.168.1.89:8083/JS/Run/zway.devices[47].Protection.data.interviewDone=true
192.168.1.89:8083/JS/Run/zway.devices[47].instances[1].Security.data.interviewDone=true
192.168.1.89:8083/JS/Run/zway.devices[47].instances[1].SecurityS2.data.interviewDone=true
192.168.1.89:8083/JS/Run/zway.devices[47].instances[1].Protection.data.interviewDone=true
192.168.1.89:8083/JS/Run/zway.devices[47].instances[2].Security.data.interviewDone=true
192.168.1.89:8083/JS/Run/zway.devices[47].instances[2].SecurityS2.data.interviewDone=true
Raspi 4(Buster), Zwave Version 3.1.2
-
- Posts: 5
- Joined: 20 Dec 2016 20:32
Re: Interview not completed - Motion light switch
I am having the same exact issues. Has anyone figured out a solution?
I try to run (appropriate parms changed) a couple of the above suggestions but it returns "TypeError: Cannot read property 'data' of undefined".
Suggestions?
I try to run (appropriate parms changed) a couple of the above suggestions but it returns "TypeError: Cannot read property 'data' of undefined".
Suggestions?