I have a digital audio mixer (Behringer XR18) and I'm looking at integrating it with HomeSeer (HS4). The mixer uses OSC (Open Sound Control) UDP messages to communicate status as well as for control of the mixer settings. I've found a Node-RED OSC package (https://flows.nodered.org/node/node-red-contrib-osc) so I'm going to try to integrate it that way. With 18x input channels (9x stereo) and 8x output channels (4x stereo), that's going to be a lot of NR flows.
I envision having a Virtual Device (root) for each input and output channel with a child device for Mute and Level (for now) for each virtual device. I'm pretty sure I can use ksum's method for keeping a dashboard in sync to keep the devices in sync with the mixer. I'll have to think about how I'm going to handle times when the mixer is powered off.
I envision having a Virtual Device (root) for each input and output channel with a child device for Mute and Level (for now) for each virtual device. I'm pretty sure I can use ksum's method for keeping a dashboard in sync to keep the devices in sync with the mixer. I'll have to think about how I'm going to handle times when the mixer is powered off.
Comment