Update button broken in latest RC 1.7?

Discussions about RaZberry - Z-Wave board for Raspberry computer
Post Reply
ollfa
Posts: 31
Joined: 12 Jul 2013 11:36

Update button broken in latest RC 1.7?

Post 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.
User avatar
PoltoS
Posts: 7571
Joined: 26 Jan 2011 19:36

Re: Update button broken in latest RC 1.7?

Post 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.
ollfa
Posts: 31
Joined: 12 Jul 2013 11:36

Re: Update button broken in latest RC 1.7?

Post by ollfa »

Confirmed!

Update button works again :)
Post Reply