Razberry does not handle Duwi.Zwave.Me On messages, command class not implemented

Discussions about RaZberry - Z-Wave board for Raspberry computer
Post Reply
JV
Posts: 15
Joined: 14 Jun 2013 02:40

Razberry does not handle Duwi.Zwave.Me On messages, command class not implemented

Post by JV »

Just got my razberry. Looks professional. One first thing I found:

Zwave message (Duwi dimmer, zwave.me version 1.4) does not seem to be understood by Razberry:

[2013-06-13 23:30:28.986] RECEIVED: ( 01 09 00 04 00 0B 03 A3 F8 E0 41 )
[2013-06-13 23:30:28.999] SENT ACK
[2013-06-13 23:30:29.001] SETDATA devices.11.data.failureCount = Empty
[2013-06-13 23:30:29.002] Got frame from device 11 to controller, but command class 0xa3 is not implemented
[2013-06-13 23:30:29.004] SETDATA devices.11.data.lastReceived = 0 (0x00000000)
[2013-06-13 23:30:29.016] RECEIVED: ( 01 0D 00 04 00 0B 07 60 0D 00 01 26 03 00 B3 )
[2013-06-13 23:30:29.031] SENT ACK
[2013-06-13 23:30:29.032] SETDATA devices.11.data.failureCount = Empty
[2013-06-13 23:30:29.034] SETDATA devices.11.data.lastReceived = 0 (0x00000000)
[2013-06-13 23:30:29.035] SETDATA devices.11.instances.0.commandClasses.38.data.level = 0 (0x00000000)
[2013-06-13 23:30:37.057] RECEIVED: ( 01 0E 00 04 00 03 08 32 02 21 12 00 00 00 00 FD )
[2013-06-13 23:30:37.074] SENT ACK
[2013-06-13 23:30:37.076] SETDATA devices.3.data.failureCount = Empty
[2013-06-13 23:30:37.078] SETDATA devices.3.data.lastReceived = 0 (0x00000000)
[2013-06-13 23:30:37.080] SETDATA devices.3.instances.0.commandClasses.50.data.2.val = 0.000000
[2013-06-13 23:30:37.082] SETDATA devices.3.instances.0.commandClasses.50.data.2.delta = 0 (0x00000000)
[2013-06-13 23:30:37.084] SETDATA devices.3.instances.0.commandClasses.50.data.2.ratetype = 1 (0x00000001)
[2013-06-13 23:30:37.086] SETDATA devices.3.instances.0.commandClasses.50.data.2 = Empty
JV
Posts: 15
Joined: 14 Jun 2013 02:40

more info

Post by JV »

Basically, lights going off message is perfectly received by the razberry, but lights on is not. Note that switching lights on and off from the Razberry GUI works flawlessly. Just the message from the device towards the razberry is not understood. And as it seems, only the on message.
User avatar
PoltoS
Posts: 7594
Joined: 26 Jan 2011 19:36

The message in this log is

Post by PoltoS »

The message in this log is pretty ok (this is Off message). Can you plaste the log of On message?
JV
Posts: 15
Joined: 14 Jun 2013 02:40

Pasted it in another post

Post by JV »

Please check my other forum post named "Messages from device to Razberry", http://en.z-wave.me/content/messages-device-razberry. Section about the duwi:

Example without association set, it sets data.level to 0 even though I press the 'Up button' and switch on the lights:

[2013-06-14 08:09:51.492] RECEIVED: ( 01 09 00 04 00 0B 03 A3 F8 E0 41 )
[2013-06-14 08:09:51.506] SENT ACK
[2013-06-14 08:09:51.508] SETDATA devices.11.data.failureCount = Empty
[2013-06-14 08:09:51.510] Got frame from device 11 to controller, but command class 0xa3 is not implemented
[2013-06-14 08:09:51.511] SETDATA devices.11.data.lastReceived = 0 (0x00000000)
[2013-06-14 08:09:51.524] RECEIVED: ( 01 0D 00 04 00 0B 07 60 0D 00 01 26 03 00 B3 )
[2013-06-14 08:09:51.538] SENT ACK
[2013-06-14 08:09:51.539] SETDATA devices.11.data.failureCount = Empty
[2013-06-14 08:09:51.541] SETDATA devices.11.data.lastReceived = 0 (0x00000000)
[2013-06-14 08:09:51.543] SETDATA devices.11.instances.0.commandClasses.38.data.level = 0 (0x00000000)
User avatar
PoltoS
Posts: 7594
Joined: 26 Jan 2011 19:36

This log reveal the problem.

Post by PoltoS »

This log reveal the problem. There was a bug in the firmware versions prior to 1.6 (in fact the bug was in Sigma Designs SDK). This bug make some packets to be send corrupted. The story was 1.5 years ago, so it's hard to remember, but as I still remember, you can use muclichannel associations (you have them configured) to catch these events.
Post Reply