• plawlor15
    • 3releases
    • 3comments
Comments made
  • Wiim Amp Pro control? yesterday

    Thanks for the reply, but that video is a fairly basic device setup tutorial. Not really applicable to my scenario. If other WiiM Amp Pro users are interested, I do have this working now as a set of HTTP API calls. I'm using the reverse proxy service on my Asustor NAS to convert the SofaBaton http calls to https.

  • Switch TV Audio Output yesterday

    That doesn't make sense to me. The problem is that the SofaBaton itself believes it should still be controlling the TV and not the streaming device. How would a macro on the streaming device help that? I have found a workaround. I connected a set of passive speakers to the WiiM Amp Pro, so I no longer need to use the TV speakers.

  • Wiim Amp Pro control? 5 day ago

    I am making some progress...I think. I discovered the API calls under Wifi Devices. The Wiim Amp Pro has an API interface. Problem is, however, it only accepts http calls via port 443. The SofaBaton does not support https. It will only make an http call, so certificate acknowledgment becomes the issue. I can hit the WiiM via a web browser and get an 'OK' back with the commands I'm using in SofaBaton. So I've been playing around with http-https proxies. http-proxy on Node.js is the one I'm trying now. I've got it relaying http commands as https from the browser, but the SofaBaton commands are not hitting the Proxy using the exact same url command. Bizarre.