UI doesn't update

Discussions about Z-Way software and Z-Wave technology in general
Post Reply
daimone
Posts: 4
Joined: 19 Apr 2013 11:47

UI doesn't update

Post by daimone »

Hi,
I'm experiencing a strange problem: I have associated some device to my usb dongle and I'm using the UI at z-cloud.zwave.me.
If I switch on (or off) a simple switch, the ui doesn't update till I press the "Update" button. The same thing happens with temperature, humidity or luminosity sensor.

Is it works "as intended" or is it a strange behaviour?

I've also setted autoReportTime on humidity sensor with 1 minute interval. It works quite fine, but the json from the zway update only data in instance[0]:
Real humidity: 60%
Instance.0.CommandClass.49.data.5.val.value = 60% -> ok. this one is update by json if autoReportTime is on
Instance.1.CommandClass.49.data.val.value = 58% -> Wrong value

Again: Is it works "as intended"?

Thank you

User avatar
PoltoS
Posts: 7565
Joined: 26 Jan 2011 19:36

Both problems are in the

Post by PoltoS »

Both problems are in the device.
1) The device does not report state change. you need to poll it
2) The device reports unsolicited Reports in another channel. This is a problem of Z-Wave protocol that we can not guess which channel the device send us packet from.
daimone
Posts: 4
Joined: 19 Apr 2013 11:47

Thank you!

Post by daimone »

Thank you!
Post Reply