bitfocus / companion-module-motu-avb

MIT License
7 stars 4 forks source link

Add ULTRALITE MK4 support #1

Open Prosperelucel opened 4 years ago

Prosperelucel commented 4 years ago

Hello, I have a MOTU ULTRALITE Mk4 soundcard and I can't get it to work with the AVB module. I guess it's because we missing the "ID" of the device,I just can setup a IP and maybe we missing some "value". I can get to my audio mixer trough a web browser with this adress http://localhost:1280/0001f2fffe009a56/, UltraliteMK4 can use WEB API as well, I use some .bat this CURL to send JSON value and it's work.

Thanks for all

MeestorX commented 4 years ago

Did you set the port # in the module settings to 1280? (Default is 37297)

Prosperelucel commented 4 years ago

yes of course !

24bitIO commented 4 years ago

+1 for Mk4 support!

I tried setting the port to 1280 and also tried using both my local IP and localhost, but not joy.

anewthetarune commented 4 years ago

I'm also trying this out with my MOTU 1248 and am not having any luck. The MOTU's web interface is reachable through my browser but Companion using its IP address and OSC UDP port isn't resulting in any actions. This is on Windows, network is set to 'Private' so the machine has full access to the LAN.

phonolan commented 3 years ago

The correct "OSC UDP Port" can be found under "System Information" at the bottom of the "Device" menu item page. Cheers!

24bitIO commented 3 years ago

Not for me... image

phonolan commented 3 years ago

My mistake, I'm using the UltraLite AVB connected via ethernet. Sorry

Prosperelucel commented 3 years ago

Currently my workarround for MK4 is to use a custom modification of the generic http post request like this : https://imgur.com/rOXh4zt

josephdadams commented 2 years ago

I don't think the Ultralite MK4 supports OSC, only HTTP API. This module only uses OSC.

cankirca commented 2 years ago

Hello there,

Do you have any idea for Ultralite MK5? I thought that it is not support OSC, we need to use http/websocket instead of CueMix5. Thanks.