AudioControl Architect support

I have an AudioControl Architect 961 multi room amplifier that is about 10 years old. I have attached the IP/telnet control protocol. I believe that the protocol is still the same on their current models.

Could you add support for this model?

So, I downloaded EditX 2008 for Windows, as suggested in another post. Here is my attempt at adding a custom device.

It doesn’t work. I think the problem is authentication. Codes are sent with an authenticated Telnet TCP/IP, using ASCII commands. Attached is my plist. I used the following to enter the credentials:
.AUTH 1 FORMATUSERNAME,PASSWORD

Any suggestions?

With the help of Roomie support, I got it working by changing the auth lines to:

.AUTH 1 FORMATUserID
.AUTH 2 FORMATPassword

New working plist is attached