Motion Trigger not updating UI

Discussions about Z-Way software and Z-Wave technology in general
Post Reply
Pastic
Posts: 7
Joined: 09 Oct 2013 10:48

Motion Trigger not updating UI

Post by Pastic »

Hi,

I am using the motion detector Everspring SP103. It is associated to the Razberry, but when the motion is triggered, the UI does not get updated.

I can see these messages on log:

Trigger on:
[2013-10-09 08:01:13.191] RECEIVED: ( 01 09 00 04 00 04 03 20 01 01 D5 )
[2013-10-09 08:01:13.194] SENT ACK
[2013-10-09 08:01:13.197] SETDATA devices.4.data.lastReceived = 0 (0x00000000)
[2013-10-09 08:01:13.200] SETDATA devices.1.instances.0.commandClasses.32.data.level = 1 (0x00000001)

...

Trigger off:
[2013-10-09 08:02:03.043] RECEIVED: ( 01 09 00 04 00 04 03 20 01 00 D4 )
[2013-10-09 08:02:03.046] SENT ACK
[2013-10-09 08:02:03.049] SETDATA devices.4.data.lastReceived = 0 (0x00000000)
[2013-10-09 08:02:03.052] SETDATA devices.1.instances.0.commandClasses.32.data.level = 0 (0x00000000)


The lastReceived value is always 0. Is this an error or is it the expected value? The UI always shows the sensor as "idle". I am using z-way version 1.4. Before I was using v.1.3.1 and it worked fine (the UI changed correctly).

I also noticed in the log this message the first time there is a motion triggered:
"Got frame from device 4 to controller, but command class 0x20 for device is not registered - instantiating it as not supported"

Thanks
Colin
Posts: 15
Joined: 13 Sep 2013 22:00

version 1.4. Issues

Post by Colin »

Hi Pastic,

I've been noticing similar problems recently regarding version 1.4. (I'm having the same issue with both of my Aeon Multisensors which were also previously working perfectly before version 1.4 came out - I wish to hell I hadn't updated the software). I believe the software is the problem though (i.e. version 1.4 is the problem) and not your hardware. Myself and others are having similar problems with z-wave modules. The only forum request regarding this that I can see getting updates/help is http://de.z-wave.me/node/830 supposidly we are getting another update soon so that might fix the problem.
Also, this thread (same sort of issie with version 1.4): http://en.z-wave.me/content/aeon-labs-m ... -interview
Pastic
Posts: 7
Joined: 09 Oct 2013 10:48

Thanks for the info. Let's

Post by Pastic »

Thanks for the info. Let's hope this can be fixed soon if the problem is in the z-way software update.
Colin
Posts: 15
Joined: 13 Sep 2013 22:00

Hi Pastic,

Post by Colin »

Hi Pastic,

You are very welcome!

Are you able to revert back to the Z-Way version v.1.3.1?

I just tried this and it worked thus solving all of my problems. Now my Z-wave devices are all working again! The fault is definitely with version 1.4 for sure!!
User avatar
PoltoS
Posts: 7649
Joined: 26 Jan 2011 19:36

You can revert back to v1.3.1

Post by PoltoS »

You can revert back to v1.3.1 or try out v1.4.1-rc1 (beta). Once it is confirmed to be ok, we will release it
Pastic
Posts: 7
Joined: 09 Oct 2013 10:48

Where can I find v1.4.1-rc1

Post by Pastic »

Where can I find v1.4.1-rc1 (beta)?

edit: I found it here http://razberry.z-wave.me/z-way-server- ... .1-rc1.tgz
Pastic
Posts: 7
Joined: 09 Oct 2013 10:48

Problem fixed in v1.4.1-rc1

Post by Pastic »

I tried the new version v1.4.1-rc1 and the problem is fixed. The UI updates correctly the sensor value.

The log also confirms the value is updated.

[2013-10-24 15:26:52.757] RECEIVED: ( 01 09 00 04 00 05 03 20 01 FF 2A )
[2013-10-24 15:26:52.759] SENT ACK
[2013-10-24 15:26:52.760] SETDATA devices.5.data.lastReceived = 0 (0x00000000)
[2013-10-24 15:26:52.761] SETDATA devices.1.instances.0.commandClasses.32.data.level = 255 (0x000000ff)
[2013-10-24 15:26:52.762] SETDATA devices.5.instances.0.commandClasses.48.data.1.level = True
[2013-10-24 15:26:52.763] SETDATA devices.5.instances.0.commandClasses.48.data.1 = Empty
...
[2013-10-24 15:26:55.601] RECEIVED: ( 01 09 00 04 00 05 03 20 01 00 D5 )
[2013-10-24 15:26:55.603] SENT ACK
[2013-10-24 15:26:55.604] SETDATA devices.5.data.lastReceived = 0 (0x00000000)
[2013-10-24 15:26:55.605] SETDATA devices.1.instances.0.commandClasses.32.data.level = 0 (0x00000000)
[2013-10-24 15:26:55.606] SETDATA devices.5.instances.0.commandClasses.48.data.1.level = False
[2013-10-24 15:26:55.607] SETDATA devices.5.instances.0.commandClasses.48.data.1 = Empty

Thanks!
Post Reply