Page 1 of 1

UI doesn't update

Posted: 29 May 2013 00:48
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


Both problems are in the

Posted: 29 May 2013 00:48
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.

Thank you!

Posted: 29 May 2013 00:48
by daimone
Thank you!