This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Control Bose Lifestyle 650 Home Entertainment System
#1
Hi all,
Right now I'm having some problems with the Bose 650 LifeStyle, I can not get its infrared signal (IR) because it uses Radio (RF) signal. Can I control it over TCP or HTTP?  Sad Sad

May you help me solve this, I will be very happy.

Thank you very much.
Reply
#2
Looks like it supports HTTP commands over port 8090:
http://support.iridiummobile.net/uploade...c0fcc7.pdf
Reply
#3
(26.07.2017, 09:55)admin Wrote: Looks like it supports HTTP commands over port 8090:
http://support.iridiummobile.net/uploade...c0fcc7.pdf
Thanks for your information,
But I do not know how to start from scratch, you can give me an example of it. This is new to me.

I will be very grateful.

Thank you very much.
Reply
#4
Try running this script once, change IP variable as needed. It should return XML with current volume settings.

Code:
IP = '192.168.1.10'
http = require('socket.http')
url = 'http://' .. IP .. ':8090/volume'
res, err = http.request(url)
log(res, err)
Reply
#5
(26.07.2017, 10:21)admin Wrote: Try running this script once, change IP variable as needed. It should return XML with current volume settings.

Code:
IP = '192.168.1.10'
http = require('socket.http')
url = 'http://' .. IP .. ':8090/volume'
res, err = http.request(url)
log(res, err)

I tried to use this way, but it does not work, hopefully there is another way Sad

I look forward to feedback from you
Reply


Forum Jump: