Open Macelskie opened 1 year ago
Is there any updated related to this? We are using the ESP-1240.
How did you manage to control it via Companion?
Is there any updated related to this? We are using the ESP-1240.
How did you manage to control it via Companion?
I did a quick test using the generic tcp-udp module and was able to make a Bose PowerMatch amp attached to an ESP-880 Control space device reboot itself and toggle the mute of an output channel so I'm guessing that most anything could be controlled with the generic tcp-udp module. Not the cleanest way as you have to enter the actual serial commands but until a module is built, it's possible to roll your own.
Bose Control Space Devices For example: ControlSpace EX-1280 - All devices of the series use the same protocol
Functions: The signal processor has several modules that can be controlled via the Remote Protocol. The "Gain" module has the highest priority. It contains a mute function for different inputs and outputs and the possibility to output the volume. The mute status should be able to be returned as feedback and also the current volume level of the gain.
The control takes place via the documented control protocol: Controlled via serial commands sent over Ethernet using a TCP/IP connection (Port 10055) https://assets.bose.com/content/dam/Bose_DAM/Web/pro/global/products/software/ControlSpace_Designer_software/downloads/ControlSpace_Designer_5-9_Release/ControlSpace_SerialControlProtocol_5.9.pdf
I would be very grateful for an implementation