Nutone NWT00Z ZWave Wall Transmitter

I'm posting this here in case, others who just migrated to hubitat run into
an old zwave device that needs associating to another, but the "Associate Z-wave Devices" tool didn't work.
in Vera associating was easy, it would be easy in hubitat if information was easily found. my device was a Linear WT00Z-1. It used to control Linear WS15Z-1. The switch WST15Z-1 works as expected it was recognized as "Generic Z-Wave Switch". My WT00Z-1 didn't even get assigned a device Type. my device WT00Z-1 has identical Code values posted by the originator of this topic.

  • deviceType: 21591
  • outClusters: 0x20,0x26
  • deviceId: 12339
  • inClusters: 0x87,0x25,0x26,0x27,0x85,0x70,0x86,0x72
  • manufacturer: 335

I assigned manually "Generic Z-Wave Smart Switch" Type, made it as close to device type as the device I'm associating it with, just a guess.

Thanks to this link

it basically described how to put together a hex zwave command to associate WT00Z-1 aka NWT00Z to another Z-wave device with actual load.

Breakdown of Zwave command being put together

Command Class: 85
Set command: 01
Association Group: 01 (of the source device, I chose group 1/what I did in Vera)
Device Network ID: 2B (of the device to be controlled, for my WST15Z-1)

For you 2B would be some other Value, device network ID appears to be Hex already no need to convert it from decimal to hex, once you get this device network id you can then

Go to Devices-> Device Name for WT00Z-1->Click Advanced
in Send ZWave Command> enter below
but remember to replace 2B with your Device Network ID

8501012B

Click Send Command

after that, WT00Z-1 could control WST15Z-1 without the controller, from the link I read. You don't need a minimote to do the associating.

Hopefully this will save someone alot of time.