mirror of
https://github.com/lox-audioserver/lox-audioserver.git
synced 2026-04-26 06:45:47 +03:00
[GH-ISSUE #49] Loxone command "audio/<zone>/roomfav/plus" not processed (local-per-zone-favorites branch) #14
Labels
No labels
bug
enhancement
pull-request
released
released on @beta
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/lox-audioserver#14
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @christophpichlmaier on GitHub (Oct 21, 2025).
Original GitHub issue: https://github.com/lox-audioserver/lox-audioserver/issues/49
Hi Rudy,
first off – thanks for the amazing work on this project!
I’m currently running your feat/local-per-zone-favorites branch in a Proxmox LXC container (Ubuntu 22.04 base).
The setup works great overall – pairing with the Miniserver and Music Assistant integration are all fine.
However, the Loxone command
audio//roomfav/plus
is not being handled or passed through to Music Assistant.
In the logs, I get:
[info][msHttp] Handling request: audio/12/roomfav/plus
[info][RequestHandler] Loxone Request not processed: audio/12/roomfav/plus
@rudyberends commented on GitHub (Oct 21, 2025):
What does plus do? 😅
Right now, it's not implemented.
@christophpichlmaier commented on GitHub (Oct 21, 2025):
This comes from a doubletap on T5 Input on a Audioplayer in loxone
Button 2 : Volume up; double-click starts playback or choses next favorite
Button 5 : Volume down; double-click pauses playback
Button 3: Double-click activates (2C); triple-click activates (3C); (Roff) = 0: pauses playback
Volume Up is working
Double click to start Playback or choose next favorite does Not Work
@rudyberends commented on GitHub (Oct 21, 2025):
I understand. This will be implemented soon.
@christophpichlmaier commented on GitHub (Oct 21, 2025):
Sounds great, thanks
@rudyberends commented on GitHub (Nov 1, 2025):
This should now work in the latest 3.0.0 release. Please start with a fresh config and let me know the results.
@christophpichlmaier commented on GitHub (Nov 1, 2025):
okay thank you - I do not get the frontend to work
root@lox-musicserver:/opt/lox-audioserver/public# ll
total 12
drwxr-xr-x 3 root root 4096 Nov 1 20:55 ./
drwxr-xr-x 14 root root 4096 Nov 1 21:03 ../
drwxr-xr-x 2 root root 4096 Nov 1 20:55 alerts/
root@lox-musicserver:/opt/lox-audioserver/public#
@rudyberends commented on GitHub (Nov 1, 2025):
You have to build it using "npm run build:admin"
Sorry for that. Will update the readme