no problem,
First be sure that your HS address is correct (in the config panel of xap-xlobby plug-in)
Then, be sure that the command is correct in XML file (Two days ago I have seen some problem in my action.xml, download the new one on the French forum) You should have something like this :
<?xml version="1.0" encoding="UTF-8" ?>
<xAP>
<event>
<name>Basic Control</name>
<class>xAPBSC.cmd</class>
<adress>*Xlobby*</adress>
<Desc>bsc 1.3</Desc>
<body>output.state
{
id=*
state=[On,Off,Toggle]
}
</body>
</event>
<event>
<name>Basic Query</name>
<class>xAPBSC.Query</class>
<adress>*Xlobby*</adress>
<Desc>bsc 1.3</Desc>
<body>
request
{
[]
}
</body>
</event>
<event>
<name>HomeSeer Command</name>
<class>homeseer.command</class>
<adress>Master</adress>
<Desc>HS Cmd</Desc>
<body>
homeseer.command
{
command=[Speak,TriggerEvent,TriggerScript]
data1=*Xlobby*
data2=
data3=
data4=
}
</body>
</event>
</xAP>
Create an event and assign the plugin command toggle with for example Garage.BarLight
Create a second command in the same event (plugin command query) with the same parameter.
You can use the test button, not the test button under the parameter but the test button under the events tree.
Then go to your xAP hub and try to find the two messages, open it to see if all is correct.
- the target must be the address you enter followed by :Garage.BarLight
For the command message
- the class must be xAPBSC.cmd
- the bloc name must be output.state
- and 2 ligne id=* and state=Toggle
For the query message
- the class must be xAPBSC.Query
- the bloc name must be request
- and no line in it
If so all is correct and the HS plugin must execute and respond