-
Notifications
You must be signed in to change notification settings - Fork 10
I am working on LoxBuddy, a (Web)App to control a Loxone and LoxBerry based Smart Home. The idea is to offer a Audio UI which can connect to the lox-audioserver. I would appreciate some guidance on the API to use, either Loxone audio server compatible or something which is better aligned with the lox-audioserver capabilities. Any pointers to interfaces/endpoints/APIs or documentation is appreciated.
All reactions
Replies: 2 comments 4 replies
I used the Loxone webapp and Claude Code to reverse engineer missing parts. Worked quite well.
All reactions
I consider this a workaround. I would prefer to have an OpenAPI / Swagger page which clearly documents all endpoints and capabilities. If this does not exist, I will consider creating one myself
All reactions
There is no such documentation yet. It would be very welcome if you can create it. If you want I can create one with the references used by this project, so you can integrate it in yours then.
All reactions
All reactions
-
👍 1
nice! It looks like this is the API between the Miniserver and the Audio server? I expect most of this is not exposed to or used in the (web)app itself. What was the origin to extract this API?
Interestingly enough, in the web-app I see traffic to endpoints like /audio/cfg/getservicefolder/spotify/... but this is not in your list. Does this mean this list s incomplete or are we mixing up APIs here?
All reactions
I updated the repository name and the content. I hope it is more clear now. This is AI generated and not reviewed, but should be a good starting point.