Help with legacy Vizia RF setup (specifically zone and scene controllers)

Greetings! newbie to Home Assistant here. I purchased this device primarily to support my legacy ViziaRf install i did back in 2008 (secondary is Hayward ProLogic which i have mostly working as well). I originally was using Elk M1 for automation but got out of it for a decade+.. I could replace with more modern dimmers/etc but if i can get this to work and squeeze a few more years out of it, well that's my hope.

I have been able to add RZI06/RZI10 dimmers and RZS15 switches just fine (currently have about 20 of them configured and working perfectly, including voice with Assistant and Alexa). But i haven't been able to get a single zone (RZCZ1) or 4-button scene (RZCS4) controller to successfully include in the new network. I have successfully excluded these devices from the original network (was built and deconstructed using the Leviton Remote ... painful!).

Primary Issue

The 1 Zone controllers used in virtual 3-way applications are the most important thing for me at the moment. I consistently get the following in debug level log on the three i've tried to include:

2026-05-23 16:08:29.619 DRIVER « [RES] [GetBackgroundRSSI]
channel 0: -114 dBm
channel 1: -105 dBm
channel 2: -105 dBm
channel 3: -110 dBm
2026-05-23 16:08:29.622 DRIVER all queues idle
2026-05-23 16:08:54.981 SERIAL « 0x0108004abe0200000001 (10 bytes)
2026-05-23 16:08:54.985 SERIAL » [ACK] (0x06)
2026-05-23 16:08:54.988 DRIVER « [REQ] [AddNodeToNetwork]
status: NodeFound
callback id: 190
2026-05-23 16:08:55.391 SERIAL « 0x0108004abe0700000004 (10 bytes)
2026-05-23 16:08:55.395 SERIAL » [ACK] (0x06)
2026-05-23 16:08:55.398 DRIVER « [REQ] [AddNodeToNetwork]
status: Failed
callback id: 190
2026-05-23 16:08:55.400 CNTRLR Adding the node failed
2026-05-23 16:08:55.404 CNTRLR stopping inclusion process...
2026-05-23 16:08:55.408 DRIVER one or more queues busy
2026-05-23 16:08:55.410 DRIVER » [REQ] [AddNodeToNetwork]
action: Stop
high power: true
network wide: true
callback id: 196
2026-05-23 16:08:55.413 SERIAL » 0x0105004ac5c4b1 (7 bytes)
2026-05-23 16:08:55.419 SERIAL « [ACK] (0x06)
2026-05-23 16:08:55.423 SERIAL « 0x0108004ac4060000007f (10 bytes)
2026-05-23 16:08:55.426 SERIAL » [ACK] (0x06)
2026-05-23 16:08:55.429 DRIVER « [REQ] [AddNodeToNetwork]
status: Done
callback id: 196
2026-05-23 16:08:55.431 CNTRLR The inclusion process was stopped
2026-05-23 16:08:55.438 DRIVER all queues idle
2026-05-23 16:09:00.442 DRIVER one or more queues busy

Doesn't seem like much to go off of. I've read several posts including "howto-leviton-vizia-rf-zone-controllers", but my problem seems more fundamental.

I am moving the ZWA-2 to the same room when i'm doing this. Within a few feet of the controllers actually.

Any tips / suggestions appreciated.

Secondary issue : despite putting the 4-button scene controllers in flashing amber mode, they don't seem to be acknowledged at all for inclusion attempts. I see nothing relevant that i can make out in debug log and they just flash amber / the inclusion times out.

Third issue - i've got 5 dimmers that won't pair. They go to solid amber instead of flashing after the air gap... If i continue holding down, i get 12 red flashes and then the led goes blank. There are comments on line that this LED sequence is indicative of firmware/hardware fault but one of these was successfully re-paired with it's associated zone controller just yesterday and the bi-directional communication worked fine (zone controller correctly commanded the dimmer and level changes on the dimmer reflected on the zone controller) - so it just seems odd this one would be in a non-recoverable fault state?

thx in advance
-brad

So, i noticed that even when using the old remote if i got more than two feet away from a zone controller, they couldn't communicate with each other. Moved the antenna right up to them and they are now being included. I'm reading through doc , but if i'm reading this right, even if i create bi-directional automations, i'm not going to get dimming control from the controller nor level update in the other direction to the controller's dimming level LEDs?

I don't see where i would set the property, i tried setting debug but only got very basic content with no difference in hex :

2026-05-23 20:39:20.182 SERIAL « 0x011100498400190a020200858272867791efca (19 bytes)
2026-05-23 20:39:20.186 SERIAL » [ACK] (0x06)
2026-05-23 20:39:20.189 DRIVER « [Node 025] [REQ] [ApplicationUpdateRequest]
2026-05-23 20:39:20.191 CNTRLR « [Node 025] Received updated node info
2026-05-23 20:39:20.194 CNTRLR [Node 025] Node does not send unsolicited updates; refreshing actuator and sen
sor values...

I tried zwave_js_value_notification event listening, but i didn't see anything - assuming it's supposed to display below...Will try to find more doc / instructions...