companion-module-requests icon indicating copy to clipboard operation
companion-module-requests copied to clipboard

SHURE ADTQ/D Digital PSM

Open AudioKlaus opened this issue 9 months ago • 3 comments

Module for the new digital AD PSM from Shure.

The name of the device, hardware, or software you would like to control: Shure ADTQ and Shure ADTD

What you would like to be able to make it do from Companion: Basically the same functions that already come with the AD4 module.

  • Device channel view
  • Flash device
  • Flash channel
  • See FW
  • See mode (Narrowband, Wideband...)
  • See encryption
  • Mute audio
  • Increase/Decrease volume (on sender)
  • See battery time an status (cycle, temp, health)
  • See Showlink status

Direct links or attachments to the ethernet control protocol or API: Sadly Shure has not yet publicized official command strings for the digital PSM, but I guess they will be very similar to the AD4 units. https://www.shure.com/en-US/docs/commandstrings/AD4 https://www.shure.com/en-US/docs/commandstrings

AudioKlaus avatar Mar 18 '25 07:03 AudioKlaus

No reason to put a bunch of speculative work into this. Ping me when the command strings are published.

krocheck avatar Mar 18 '25 11:03 krocheck

Think docu should be now available: https://shure.stoplight.io/

lestrobl avatar Aug 13 '25 06:08 lestrobl

Unfortunately this is a completely different API structure (REST-based) compared to the TCP structure that they have shipped for decades in the other products. It also appears that you have to install their "System API Server" as middle-ware instead of being able to connect to the devices directly, which is what all current Companion modules do.

I did double-check if command strings for the TCP protocol were published and they have not been. If those were published I could maybe work that through, but this new API structure would require me getting access to hardware and at the moment I don't have the ability to do that.

krocheck avatar Aug 13 '25 14:08 krocheck