Companion - Failover Armed Variable and/or Action

Is it possible to have the "Failover Armed’ information as a variable in Companion? I see it in the Ableset Browser .

Also, would like ability to Arm and PlayAudio1U through companion. Goal is to stay out of Auracle app and do it all from Companion. - not sure this is even possible.

Hey @chawkins117, thank you for requesting this feature!

I’ve just implemented support for more fine-grained control of redundant audio interfaces using OSC, which you’ll be able to control from your Stream Deck once it’s available. You can find this in the OSC docs, and I’ll release it with the next beta :slight_smile:

Hey @chawkins117, this is now available in AbleSet 3.0.0-beta.13. If you’d like to give it a try, I’d love to hear how it works for you! :slight_smile:

These aren’t available as presets in Companion yet, but you can already use the “Send OSC Commands” action in Companion to send these new OSC commands to AbleSet to control redundancy.

It’s been a while, but was finally able to get back to this.

The global audio device arm command worked the first time. It took some doing to get /audioInterfaces/playaudio/setArmed [serial] [armed] to work. The Debug log was great, the serial in the log when arming globally was using was a different number from what was in Auracle - also, a text string and looks like hex- either way, copy/paste so /audioInterfaces/playaudio/setArmed “00 00 00 07 99” 1 worked. The serial had leading zero’s so that may have been the issue? Either way, it’s working in Release Ableset 3`

2 Likes