Hello Sindre,
Thanks, this is very helpful
The capture confirms that the ACM210 is providing feedback. In particular, when the route changes from the ACM web interface, the open Telnet session receives messages such as:
OUT 1 FR 1
[SUCCESS]Set output 001 from input 001.
So the ACM can report changes over an established connection. The difficulty is that its feedback is a Telnet-style response and the STATUS command returns a larger formatted block, rather than the simple tag/value feedback that Kiosc can use directly.
I would like to do two small tests before adding anything else to the system.
First, create a simple Kiosc page with one Indicator or Label with a TCP tag. Then use Packet Sender to connect directly to the Kiosc IP on TCP port 7000 and send the corresponding feedback message. This will confirm that the Kiosc feedback side itself is working correctly.
Second, with the ACM210 still configured as the TCP target in Kiosc, send one of your normal routing commands and check whether Kiosc reacts at all to the returned `[SUCCESS]Set output...` message. I cannot guarantee this will work, since Kiosc normally receives external feedback on its own TCP input port, but it is worth testing.
If the first test works but the second does not, then we have a clear answer: Kiosc feedback is working, but the ACM210 Telnet feedback is not directly compatible with it. In that case, the reliable solution would be a small intermediary that parses the ACM status and sends simple feedback messages to both the KioscTouch and the iPad.
For now I would leave the CueCore2 out of the equation, as it would not simplify parsing these multiline Telnet responses.
The 1.17.21 versus 1.17.22 Kiosc version difference is also unlikely to be the main issue here.
Hope this helps!