Association Remove uses incorrect command class in Expert UI

Discussions about RaZberry - Z-Wave board for Raspberry computer
Post Reply
jensmoes
Posts: 57
Joined: 10 Jan 2015 21:48
Location: San Diego
Contact:

Association Remove uses incorrect command class in Expert UI

Post by jensmoes »

When trying to remove an existing association through the Expert UI it attempts to do this on CC 0x8E as this example:

Code: Select all

ZWaveAPI/Run/devices[7].instances[0].commandClasses[0x8e].Remove(1,8)
The above example was using a Aeon Labs Smart Energy switch which fails. I see the same when trying it on my Schlage BE-469 doorlock.
The command which works for me is:

Code: Select all

ZWaveAPI/Run/devices[7].instances[0].commandClasses[0x85].Remove(1,8)
I believe this is an error since none of my devices support the multi channel association CC 0x8e

This was tested on 2.0.1rc21
User avatar
PoltoS
Posts: 7649
Joined: 26 Jan 2011 19:36

Re: Association Remove uses incorrect command class in Exper

Post by PoltoS »

Thanks, it seems to be fixed now. Full Association part is reworked now.
jensmoes
Posts: 57
Joined: 10 Jan 2015 21:48
Location: San Diego
Contact:

Re: Association Remove uses incorrect command class in Exper

Post by jensmoes »

Yes I tested and it works now. Thanks!
Post Reply