Onkyo flareconnect / multiroom audio - #12
Open
rlKoekie wants to merge 10 commits into
Open
Conversation
The eiscp_sender command is essentially the same as the eiscp_monitor command, except that it exits after 1 second. This allows for sending a command to test (and probably capture a response) without having to kill the eiscp_monitor afterwards.
Add the 'MDI QSTN' command, which is used on Onkyo receivers to query what multiroom audio "groups" this receiver is participating in. This is the info in the "edit group" feature in the Onkyo app in the tripple-dot menu. Also known as FlareConnect.
Add the raw-message command 'MGS', which can be used on Onkyo receivers to set up multiroom audio (aka Flareconnect)
Added a crude example for starting&stopping multiroom audio (aka flareconnect) on two Onkyo devices.
… in home assistant
Author
|
I've created a small writeup on how this can be used to create a set of buttons in home assistant for starting and stopping multiroom audio with Onkyo devices. https://github.com/rlKoekie/python-eiscp/blob/onkyo-groups/Onkyo-homeassistant-flareconnect.rst |
…changes to asyncio in python 3.14
…changes to asyncio in python 3.14, v2 because of a typo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I've added MGS and MDI commands that can be used to query & command the flareconnect (multiroom audio) feature on onkyo devices. I hope at some point to use this in combination with home assistant to have easy access to multiroom audio without needing the onkyo mobile app :-)