EnerWave 7 button Scene Controller

Discussions about Z-Way software and Z-Wave technology in general
Mike Yeager
Posts: 160
Joined: 03 May 2014 07:02

EnerWave 7 button Scene Controller

Post by Mike Yeager »

I have obtained one of these and it appears to be working but it doesn't seem to complete the interview process. Under interview results, VERSION gives the option to force re-interview but it doesn't seem to complete. Any ideas???
User avatar
PoltoS
Posts: 7565
Joined: 26 Jan 2011 19:36

Re: EnerWave 7 button Scene Controller

Post by PoltoS »

Certainly not certified ;)
Mike Yeager
Posts: 160
Joined: 03 May 2014 07:02

Re: EnerWave 7 button Scene Controller

Post by Mike Yeager »

Not certified by who? It's got the Z-Wave logo and seems to work fine with Vera 3. Don't have it active right at the moment but will be happy to provide any and all information I can when I hook it back up.

Not thinking there's a problem with Razberry, actually thinking it's me...
pz1
Posts: 2053
Joined: 08 Apr 2012 13:44

Re: EnerWave 7 button Scene Controller

Post by pz1 »

Mike Yeager wrote:Not certified by who?
The organisation responsible for certifications: http://www.z-wavealliance.org/z-wave-certifications. Unfortunately afaik that organisation still has not produced a single place where users can see the individual certification documents for devices.
It's got the Z-Wave logo and seems to work fine with Vera 3.
IIRC I have seen reports of products carrying the logo, which in fact were not certified. The introduction of Z-Wave PLUS certification hasn't made life easier for the casual user....
Since 29-12-2016 I am no longer a moderator for this forum
pofs
Posts: 688
Joined: 25 Mar 2011 19:03

Re: EnerWave 7 button Scene Controller

Post by pofs »

Mike Yeager wrote:Any ideas???
Look into the log, for starters :)
Probably it has some errors there, or at least packet analysis may tell what's wrong.
Mike Yeager
Posts: 160
Joined: 03 May 2014 07:02

Re: EnerWave 7 button Scene Controller

Post by Mike Yeager »

A while back, one of your guys posted (might have been in an email) a routine that would detect the closing of a door sensor and then lock the door. Could you please post that here? I think it may have been PoltoS but I'm not sure. It's time to start tackling this from the JavaScript angle. I intend to play with that routine while studying the documentation until I understand the hows and whys...
pofs
Posts: 688
Joined: 25 Mar 2011 19:03

Re: EnerWave 7 button Scene Controller

Post by pofs »

I certainly didn't do it, so it should've been PoltoS. You'd better start a new thread to discuss it, because it is not related to the original post.

What about the initial issue? Have you tried to look into the log?
You could post the relevant fragment somewhere (pastebin, gist, email, even here) for us to look at it.
Mike Yeager
Posts: 160
Joined: 03 May 2014 07:02

Re: EnerWave 7 button Scene Controller

Post by Mike Yeager »

Haven't brought the scene controller back online. Maybe tomorrow. It's been a busy week...
Mike Yeager
Posts: 160
Joined: 03 May 2014 07:02

Re: EnerWave 7 button Scene Controller

Post by Mike Yeager »

Looked the scene controller up. Here's a link to it and I found several references to it being Z-Wave certified. I'm thinking since I just upgraded to 1.7.1 from 1.7.0 RC3 (I think) that this may go away. Like I said, I'll know more tomorrow or Sunday when I hook it back up. Waiting for the lighting relay to arrive that is going to be part of the scene as we speak. Supposed to be here tomorrow....
Mike Yeager
Posts: 160
Joined: 03 May 2014 07:02

Re: EnerWave 7 button Scene Controller

Post by Mike Yeager »

Ok, hooked the scene controller back up and it completes the interview process except for Version. Below is the portion of the log where it gets the data...

[2014-06-28 17:40:56.284] Adding job: SceneControllerConf Version Get
[2014-06-28 17:40:56.289] Adding job: ManufacturerSpecific Version Get
[2014-06-28 17:40:56.293] Adding job: Association Version Get
[2014-06-28 17:40:56.295] Adding job: Version Version Get
[2014-06-28 17:40:56.296] SENDING (cb 0xdb): ( 01 0A 00 13 08 03 86 13 2D 25 DB AB )
[2014-06-28 17:40:56.312] RECEIVED ACK
[2014-06-28 17:40:56.323] RECEIVED: ( 01 04 01 13 01 E8 )
[2014-06-28 17:40:56.323] SENT ACK
[2014-06-28 17:40:56.324] Delivered to Z-Wave stack
[2014-06-28 17:40:56.335] RECEIVED: ( 01 05 00 13 DB 00 32 )
[2014-06-28 17:40:56.336] SENT ACK
[2014-06-28 17:40:56.337] Job 0x13 (SceneControllerConf Version Get): Delivered
[2014-06-28 17:40:56.338] SETDATA devices.8.data.lastPacketInfo.delivered = True
[2014-06-28 17:40:56.339] SETDATA devices.8.data.lastPacketInfo.packetLength = 6 (0x00000006)
[2014-06-28 17:40:56.340] SETDATA devices.8.data.lastPacketInfo.deliveryTime = 13 (0x0000000d)
[2014-06-28 17:40:56.341] SETDATA devices.8.data.lastPacketInfo = **********
[2014-06-28 17:40:56.342] SendData Response with callback 0xdb received: received by recipient
[2014-06-28 17:40:56.343] SETDATA devices.8.data.lastSend = 6642469 (0x00655b25)
[2014-06-28 17:40:56.343] Job 0x13 (SceneControllerConf Version Get): success
[2014-06-28 17:40:56.344] Removing job: SceneControllerConf Version Get
[2014-06-28 17:40:56.413] SENDING (cb 0xdc): ( 01 0A 00 13 08 03 86 13 72 25 DC F3 )
[2014-06-28 17:40:56.424] RECEIVED ACK
[2014-06-28 17:40:56.435] RECEIVED: ( 01 04 01 13 01 E8 )
[2014-06-28 17:40:56.436] SENT ACK
[2014-06-28 17:40:56.436] Delivered to Z-Wave stack
[2014-06-28 17:40:56.448] RECEIVED: ( 01 05 00 13 DC 00 35 )
[2014-06-28 17:40:56.448] SENT ACK
[2014-06-28 17:40:56.449] Job 0x13 (ManufacturerSpecific Version Get): Delivered
[2014-06-28 17:40:56.449] SETDATA devices.8.data.lastPacketInfo.delivered = True
[2014-06-28 17:40:56.449] SETDATA devices.8.data.lastPacketInfo.packetLength = 6 (0x00000006)
[2014-06-28 17:40:56.450] SETDATA devices.8.data.lastPacketInfo.deliveryTime = 11 (0x0000000b)
[2014-06-28 17:40:56.450] SETDATA devices.8.data.lastPacketInfo = **********
[2014-06-28 17:40:56.450] SendData Response with callback 0xdc received: received by recipient
[2014-06-28 17:40:56.450] SETDATA devices.8.data.lastSend = 6642478 (0x00655b2e)
[2014-06-28 17:40:56.451] Job 0x13 (ManufacturerSpecific Version Get): success
[2014-06-28 17:40:56.451] Removing job: ManufacturerSpecific Version Get
[2014-06-28 17:40:56.523] SENDING (cb 0xdd): ( 01 0A 00 13 08 03 86 13 85 25 DD 05 )
[2014-06-28 17:40:56.534] RECEIVED ACK
[2014-06-28 17:40:56.545] RECEIVED: ( 01 04 01 13 01 E8 )
[2014-06-28 17:40:56.546] SENT ACK
[2014-06-28 17:40:56.546] Delivered to Z-Wave stack
[2014-06-28 17:40:56.557] RECEIVED: ( 01 05 00 13 DD 00 34 )
[2014-06-28 17:40:56.558] SENT ACK
[2014-06-28 17:40:56.559] Job 0x13 (Association Version Get): Delivered
[2014-06-28 17:40:56.559] SETDATA devices.8.data.lastPacketInfo.delivered = True
[2014-06-28 17:40:56.560] SETDATA devices.8.data.lastPacketInfo.packetLength = 6 (0x00000006)
[2014-06-28 17:40:56.561] SETDATA devices.8.data.lastPacketInfo.deliveryTime = 12 (0x0000000c)
[2014-06-28 17:40:56.562] SETDATA devices.8.data.lastPacketInfo = **********
[2014-06-28 17:40:56.562] SendData Response with callback 0xdd received: received by recipient
[2014-06-28 17:40:56.563] SETDATA devices.8.data.lastSend = 6642487 (0x00655b37)
[2014-06-28 17:40:56.564] Job 0x13 (Association Version Get): success
[2014-06-28 17:40:56.564] Removing job: Association Version Get
[2014-06-28 17:40:56.636] SENDING (cb 0xde): ( 01 0A 00 13 08 03 86 13 86 25 DE 05 )
[2014-06-28 17:40:56.647] RECEIVED ACK
[2014-06-28 17:40:56.658] RECEIVED: ( 01 04 01 13 01 E8 )
[2014-06-28 17:40:56.659] SENT ACK
[2014-06-28 17:40:56.660] Delivered to Z-Wave stack
[2014-06-28 17:40:56.671] RECEIVED: ( 01 05 00 13 DE 00 37 )
[2014-06-28 17:40:56.672] SENT ACK
[2014-06-28 17:40:56.672] Job 0x13 (Version Version Get): Delivered
[2014-06-28 17:40:56.672] SETDATA devices.8.data.lastPacketInfo.delivered = True
[2014-06-28 17:40:56.673] SETDATA devices.8.data.lastPacketInfo.packetLength = 6 (0x00000006)
[2014-06-28 17:40:56.673] SETDATA devices.8.data.lastPacketInfo.deliveryTime = 11 (0x0000000b)
[2014-06-28 17:40:56.673] SETDATA devices.8.data.lastPacketInfo = **********
[2014-06-28 17:40:56.673] SendData Response with callback 0xde received: received by recipient
[2014-06-28 17:40:56.673] SETDATA devices.8.data.lastSend = 6642496 (0x00655b40)
[2014-06-28 17:40:56.674] Job 0x13 (Version Version Get): success
[2014-06-28 17:40:56.674] Removing job: Version Version Get

Not a big fan of including that much text but hopefully it will help identify the issue. Controller works, just doesn't complete the interview...
Post Reply