miracle2k / onkyo-eiscp

Control Onkyo A/V receivers over the network; usuable as a script, or as a Python library.
MIT License
466 stars 110 forks source link

Add group_with function for multiroom audio / flareconnect #159

Open rlKoekie opened 2 months ago

rlKoekie commented 2 months ago

I've added a group_with function to the eISCP class, for easier setup of multiroom audio (also known as Flareconnect). Calling this function on a receiver, and supplying it with a list of other receiver deviceIDs will craft a message that sets up a zone for synchronized audio across multiple devices.

special thanks go to @bendamat who pointed me in the right direction in https://github.com/miracle2k/onkyo-eiscp/issues/158