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

[feature request] implement MDI/MGS #112

Open asquelt opened 4 years ago

asquelt commented 4 years ago

i'd love to be able to add/remove group membership from my home automation platform (ie. join bathroom speaker to the group when i switch on the light). so before digging into eiscp protocol implementation i'd like to ask whether you already have this feature on your roadmap?

implementation details are here: https://github.com/mkulesh/onpc/issues/83

asquelt commented 4 years ago

this is a quick working demo that i've came up with, how to add speakers to group (first one becomes master): https://gist.github.com/asquelt/021df672ab0e5732d14f7139dbdd38bd

unfortunately i don't know how to properly dissolve group atm :/