Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Output control randomly not working #13

Open
jbastian67 opened this issue Apr 16, 2021 · 0 comments
Open

Output control randomly not working #13

jbastian67 opened this issue Apr 16, 2021 · 0 comments

Comments

@jbastian67
Copy link

Hello, I have some issues with the MQTT Extension.
I use it to control the volume of multiple zones and global playback.
The playback control works everytime, but the volume control randomly stops working, only after a restart of the extension it works again.

In the logs I found this:
received mqtt packet: topic=roon/FullHouse/outputs/Cuisine/volume/set, message=20
*** we know of zones: [ 'FullHouse', 'FullHouse + 2' ]
*** find output id for zone=FullHouse, output=Cuisine
*** output Cuisine not found in zone FullHouse!
*** we know of zones: [ 'FullHouse', 'FullHouse + 2' ]
*** zoneevent=zones_seek_changed
*** we know of zones: [ 'FullHouse', 'FullHouse + 2' ]
*** zoneevent=zones_seek_changed
*** we know of zones: [ 'FullHouse', 'FullHouse + 2' ]
*** zoneevent=zones_seek_changed
*** we know of zones: [ 'FullHouse', 'FullHouse + 2' ]
*** zoneevent=zones_seek_changed
*** we know of zones: [ 'FullHouse', 'FullHouse + 2' ]
*** zoneevent=zones_seek_changed
received mqtt packet: topic=roon/FullHouse/outputs/Salon/volume/set, message=mute
*** we know of zones: [ 'FullHouse', 'FullHouse + 2' ]
*** find output id for zone=FullHouse, output=Salon
*** output Salon not found in zone FullHouse!
*** we know of zones: [ 'FullHouse', 'FullHouse + 2' ]
*** zoneevent=zones_seek_changed
*** we know of zones: [ 'FullHouse', 'FullHouse + 2' ]
*** zoneevent=zones_seek_changed
received mqtt packet: topic=roon/FullHouse/outputs/Salon/volume/set, message=mute
*** we know of zones: [ 'FullHouse', 'FullHouse + 2' ]
*** find output id for zone=FullHouse, output=Salon
*** output Salon not found in zone FullHouse!

After a restart of the extension it looks like that:
*** we know of zones: [ 'FullHouse + 2' ]
*** zoneevent=zones_seek_changed
*** we know of zones: [ 'FullHouse + 2' ]
*** zoneevent=zones_seek_changed
received mqtt packet: topic=roon/FullHouse/outputs/Cuisine/volume/set, message=20
*** we know of zones: [ 'FullHouse + 2' ]
*** find output id for zone=FullHouse + 2, output=Cuisine
-> REQUEST 9 com.roonlabs.transport:2/change_volume {"output_id":"170162dfe691ccc85358d8a350ecd3046da6","how":"absolute","value":20}

What I did:

  • Extension reinstalled on the same Linux virtual machine
  • Extension installed in a new docker extension manager
  • roon server reinstalled without restoring an old backup
  • reinstalled all RoPieee Endpoints
  • Endpoints and Extension Manager migrated in a separate Subnet

Sometimes it works for days without any issue, sometimes it stops multiple times a day.

What I am doing wrong?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant