Messages from device to Razberry

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

Messages from device to Razberry

Post by JV »

I have a number of devices that seem problematic in sending messages from the device to the z-way stack in the razberry. The Fibaro power plug and my AN158 seem ok, so I expect the same from the other devices, like this behavior on my AN158:

AN158, pressed button on (works ok):

[2013-06-14 08:14:26.440] RECEIVED: ( 01 09 00 04 00 03 03 20 01 FF 2C )
[2013-06-14 08:14:26.453] SENT ACK
[2013-06-14 08:14:26.455] SETDATA devices.3.data.failureCount = Empty
[2013-06-14 08:14:26.457] SETDATA devices.3.data.lastReceived = 0 (0x00000000)
[2013-06-14 08:14:26.459] SETDATA devices.1.instances.0.commandClasses.32.data.level = 255 (0x000000ff)
[2013-06-14 08:14:26.471] RECEIVED: ( 01 09 00 04 00 03 03 25 03 FF 2B )
[2013-06-14 08:14:26.482] SENT ACK
[2013-06-14 08:14:26.484] SETDATA devices.3.data.failureCount = Empty
[2013-06-14 08:14:26.485] SETDATA devices.3.data.lastReceived = 0 (0x00000000)
[2013-06-14 08:14:26.486] SETDATA devices.3.instances.0.commandClasses.37.data.level = 255 (0x000000ff)

AN158, pressed button off (works ok):

[2013-06-14 08:14:24.091] RECEIVED: ( 01 09 00 04 00 03 03 20 01 00 D3 )
[2013-06-14 08:14:24.104] SENT ACK
[2013-06-14 08:14:24.106] SETDATA devices.3.data.failureCount = Empty
[2013-06-14 08:14:24.108] SETDATA devices.3.data.lastReceived = 0 (0x00000000)
[2013-06-14 08:14:24.110] SETDATA devices.1.instances.0.commandClasses.32.data.level = 0 (0x00000000)

[2013-06-14 08:14:25.304] RECEIVED: ( 01 09 00 04 00 03 03 25 03 00 D4 )
[2013-06-14 08:14:25.317] SENT ACK
[2013-06-14 08:14:25.319] SETDATA devices.3.data.failureCount = Empty
[2013-06-14 08:14:25.321] SETDATA devices.3.data.lastReceived = 0 (0x00000000)
[2013-06-14 08:14:25.323] SETDATA devices.3.instances.0.commandClasses.37.data.level = 0 (0x00000000)

Problematic devices:

Device 1: EZMotion:
1. At least the alarm part (strangely named 'Generic' in the GUI) is not sending updates to the Razberry. Only if I set explicit association by double clicking on the Razberry Association I get a notification sent to the Razberry gateway. Also the ZWave GUI is showing the wrong value (10, where alarm notification sends 255 if enabled):

Example: Alarm is triggered on device 7, but only device 1 (the Razberry) gets a notify. I would assume the device itself should also get a new value pushed.

[2013-06-14 08:03:00.613] RECEIVED: ( 01 09 00 04 00 07 03 20 01 FF 28 )
[2013-06-14 08:03:00.626] SENT ACK
[2013-06-14 08:03:00.628] SETDATA devices.7.data.failureCount = Empty
[2013-06-14 08:03:00.630] SETDATA devices.7.data.lastReceived = 0 (0x00000000)
[2013-06-14 08:03:00.633] SETDATA devices.1.instances.0.commandClasses.32.data.level = 255 (0x000000ff)

Device 2: Duwi Z-wave me version 1.4 dimmer

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)

Example with asssociation set (double clicked Razberry icon in association section and pressed save and sent update to device) does not seem to make a difference, not even message to Razberry device id:


[2013-06-14 08:11:40.120] RECEIVED: ( 01 09 00 04 00 0B 03 A3 F8 E0 41 )
[2013-06-14 08:11:40.133] SENT ACK
[2013-06-14 08:11:40.135] SETDATA devices.11.data.failureCount = Empty
[2013-06-14 08:11:40.137] Got frame from device 11 to controller, but command class 0xa3 is not implemented
[2013-06-14 08:11:40.139] SETDATA devices.11.data.lastReceived = 0 (0x00000000)
[2013-06-14 08:11:40.151] RECEIVED: ( 01 0D 00 04 00 0B 07 60 0D 00 01 26 03 00 B3 )
[2013-06-14 08:11:40.164] SENT ACK
[2013-06-14 08:11:40.166] SETDATA devices.11.data.failureCount = Empty
[2013-06-14 08:11:40.167] SETDATA devices.11.data.lastReceived = 0 (0x00000000)
[2013-06-14 08:11:40.169] SETDATA devices.11.instances.0.commandClasses.38.data.level = 0 (0x00000000)
beeguy123
Posts: 12
Joined: 20 Feb 2016 13:55

Re: Messages from device to Razberry

Post by beeguy123 »

I also have the z-wave.me dimmer and I too can't get it to send updates to razberry z-way after local button operation.
This is after a lot of experimenting with association. It just won't work.

Only with Get request can I receive updated multilevel switch position, but that requires constant polling which is a nasty hack.

I wonder if the unit is faulty.
If anyone has this functioning correctly, could you confirm it here please. I'm about to give up...
Post Reply