Hi

I am trying to implement an interface to control LMS from homebridge by
using the Homebridge HTTP IoT plugin
(https://www.npmjs.com/package/homebridge-http-iot).

My problem is that I do not get it to work. The URLs are working (tried
them locally and remotely) but the player is not switching and not
showing the correct status.  anyboDy has any experiences controlling LMS
via that requests from homebridge?

Here is my config:


{
"lightbulbGetOn": {
"url":
"http://localhost:9000/status.xml?player=OfficeRadio";,
"method": "GET",
"pattern": "Now playing"
},
"lightbulbSetOn": {
"url":
"http://localhost:9000/status.html?p0=play&player=OfficeRadio";,
"method": "GET"
},
"lightbulbSetOff": {
"url":
"http://localhost:9000/status.html?p0=stop&player=OfficeRadio";,
"method": "GET"
},
"name": "OR",
"debugMsgLog": 1,
"accessory": "HTTP-IoT"
}


------------------------------------------------------------------------
rkrug's Profile: http://forums.slimdevices.com/member.php?userid=62249
View this thread: http://forums.slimdevices.com/showthread.php?t=115650

_______________________________________________
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter

Reply via email to