Command Class Not Implemented

Discussions about Z-Way software and Z-Wave technology in general
Post Reply
enco.josh
Posts: 35
Joined: 10 Mar 2014 22:10

Command Class Not Implemented

Post by enco.josh »

I have had multiple instances where a Wakeup Notification Command was incorrectly received and acknowledged by z-way-server, but correctly received by zniffer.

[2015-05-04 06:54:45.408] RECEIVED: ( 01 08 00 04 00 0A 02 CB 07 37 )
[2015-05-04 06:54:45.409] SENT ACK
[2015-05-04 06:54:45.410] Got frame from device 10 to controller, but command class 0xcb is not implemented
[2015-05-04 06:54:45.410] SETDATA devices.10.data.lastReceived = 0 (0x00000000)

https://dl.dropboxusercontent.com/u/9246705/zniffer.png

Z-Way Version v1.7.2
Rasperry Pi w/ ZW0301 Chip
elvizgz
Posts: 19
Joined: 03 Feb 2015 19:49

Re: Command Class Not Implemented

Post by elvizgz »

I've experimented today the same problem:

Code: Select all

2015-05-05 23:25:14.640] [I] [zway] Got frame from device 11 to controller, but command class 0x7d is not implemented
[2015-05-05 23:25:14.640] [D] [zway] SETDATA devices.11.data.lastReceived = 0 (0x00000000)
[2015-05-05 23:25:14.650] [D] [zway] RECEIVED: ( 01 09 00 04 00 0B 03 7D 01 00 86 )
[2015-05-05 23:25:14.650] [D] [zway] SENT ACK
[2015-05-05 23:25:14.650] [I] [zway] Got frame from device 11 to controller, but command class 0x7d is not implemented
[2015-05-05 23:25:14.650] [D] [zway] SETDATA devices.11.data.lastReceived = 0 (0x00000000)
[2015-05-05 23:25:14.872] [D] [zway] RECEIVED: ( 01 0C 00 04 00 6C 06 31 05 03 0A 00 00 A0 )
[2015-05-05 23:25:14.873] [D] [zway] SENT ACK
[2015-05-05 23:25:14.873] [E] [zway] Got frame from device 108 to controller, but device is not registered - do re-inclusion
[2015-05-05 23:25:14.902] [D] [zway] RECEIVED: ( 01 0C 00 04 00 6C 06 31 05 05 01 2B 00 86 )
[2015-05-05 23:25:14.903] [D] [zway] SENT ACK
[2015-05-05 23:25:14.903] [E] [zway] Got frame from device 108 to controller, but device is not registered - do re-inclusion
[2015-05-05 23:25:14.933] [D] [zway] RECEIVED: ( 01 0C 00 04 00 6C 06 31 05 01 2A 02 DC 5C )
[2015-05-05 23:25:14.933] [D] [zway] SENT ACK
[2015-05-05 23:25:14.934] [E] [zway] Got frame from device 108 to controller, but device is not registered - do re-inclusion
Moreover, there are two strange things:

1. Which command class is 0x7d? I cannot find it in documentation
2. I've noticed this line "Got frame from device 108 to controller, but device is not registered" but I don't have any device with ID = 108

What's wrong here?

Z-way version 2.0
z-way server v2.0.0 - RPi B+ + RaZberry
albertov
Posts: 13
Joined: 01 Nov 2015 16:53

Re: Command Class Not Implemented

Post by albertov »

May you help me with zniffer? It is mentioned in changelog, but I don't know how to use it.
Is that a console command? Does it have any web interface?
enbemokel
Posts: 482
Joined: 08 Aug 2016 17:36

Re: Command Class Not Implemented

Post by enbemokel »

You can find it in expert menu, it´s a new "folder" Analysis
User avatar
PoltoS
Posts: 7571
Joined: 26 Jan 2011 19:36

Re: Command Class Not Implemented

Post by PoltoS »

Looks like CRC errors - device ID and CC ID mangled, but passed CRC (to mutually canceling errors). Z-Way can do nothing here. The Zniffer seems to have better signal

Internal Z-Way sniffer tool shows same as in the log. It will not give you more info here
Post Reply