Hi all...I am trying to create buttons etc within Xlobby which will execute events or turn devices on or off in Homeseer via XAP Conduit. I have this plugin within homeseer and am using the XAP - Xlobby plugin within Xlobby.
This is what has been created in Homeseer devices:
kubla ptrinchi.xlobby.kubla xAP.x10.request xAP-x10.request command
kubla ptrinchi.xlobby.kubla xAP.x10.request xAP-x10.request count
kubla ptrinchi.xlobby.kubla xAP.x10.request xAP-x10.request device
Each of these has been assigned a seperate code in homeseer ie #1 etc
From Xlobby I can change the command on or off and the device to eg: TvRoom.TvRoomLamp or whatever parameter I enter.
This is what i am sending from Xlobby
xap-header
{
v=12
hop=1
uid=FFABCD00
class=xAP-x10.request
source=PTrinchi.Xlobby.kubla
target=mi4.homeseer.kubla.*
}
xAP-x10.request
{
command=off
device=TVRoom.TVRoomLamp
count=10
}
I guess my question is this: should I be able to turn on or off devices or execute events directly from Xlobby to homeseer or do I have to set up seperate events in homeseer based on change of the 3 devices that homeseer created?