Page 1 of 1

Update button broken in latest RC 1.7?

Posted: 14 May 2014 13:38
by ollfa
My value logging module and the update button in Expert UI stopped working with the latest RC. I have tried the following two commands zway.devices[28].SensorMultilevel.Get() and
zway.devices[28].instances[0].commandClasses[49].Get()
but they generate the same error in log :
[2014-05-14 12:25:18.406] Error returned from zway_data_get_binary(zway, zassert(_zway_find_data(command->data, "typemask")), &typemask, &typemaskSize): Wrong data Data type requested (-10)

The same error occurs when pressing the update button in expert mode.

Re: Update button broken in latest RC 1.7?

Posted: 14 May 2014 21:55
by PoltoS
This is due to a change in data type for typemask value. We realized this and new version (v1.7.0-rc3) and all others from now will have z-cfg-updater utility to update your stored data from old format to a new one. Please try out the latest rc3 (it is already here) - it will update your typemask and make it work again. Please confirm.

Re: Update button broken in latest RC 1.7?

Posted: 15 May 2014 18:28
by ollfa
Confirmed!

Update button works again :)