• Welcome to ASR. There are many reviews of audio hardware and expert members to help answer your questions. Click here to have your audio equipment measured for free!

Wiim (ultra) and sofabaton x1s control

keithm55

Member
Joined
Feb 12, 2021
Messages
32
Likes
62
Location
San Diego, United States
The sofabaton x1s has the ability to control ethernet devices that have a http (not https) interface.
I first saw this at: https://forum.wiimhome.com/threads/...of-wiim-amp-pro-using-api-calls-working.6446/

I saw there were some issues, so I gave it a try (and my python coding skills had gotten really rusty and I wanted a challenge).

Be aware it is intended for use only on a local network behind a firewall.

This is a cobbled together prototype (from information I could find searching the net):
a minimalist wiim http proxy server to work with my x1s,

Be aware that I only have one wiim ultra/wiim vibelink to work with, so support for other wiim devices may need some code changes/additions.

I have tested it (for about a day) on a pi4 and pi5 and so far it is working well.

I am still working on cleaning the code up etc. as time permits.

If anyone has a sofabaton x1s, a pi4 or pi5 and wants to give (prototype code) a try you can find the project at:
https://github.com/keithmuller/wiim_proxy

All constructive feedback, bug reports etc. are more than welcome.

Note: I probably do not have time to add extensive features or rebase the code to something other than linux until later this summer.
 
Back
Top Bottom