hello everyone ive been getting just about everything setup for my entire theater room and i just ran into another problem i cant fix. ive been trying to get my recessed ceiling lights capable of being controlled precisely. i've been trying to use the xbmc command for setting volume as an example to go off of using this.
<?xml version="1.0" encoding="utf-16"?>
<command id="423" name="Ceiling Lights" enabled="true" alwaysOn="False" confirm="False" requiredConfidence="0" loop="False" loopDelay="0" loopMax="0" description="">
<action>
<cmdType>X10.SendPlc</cmdType>
<cmdString>I3&&BRIGHT&&{1}</cmdString>
<cmdRepeat>1</cmdRepeat>
</action>
<phrase>lights</phrase>
<phrase>set to</phrase>
<payloadList>5,10,15,20,30,40,50,60,70,80,90,100</payloadList>
</command>
also wouldnt vox somehow have to get like a poll for what percent its currently at before it could make it go to a direct percentage
im sorry if this looks really dumb to others but im just really trying everything i can to make sense of how all of this works. i probably have some really odd other configurations as well just dont wanna have to ask for help for every little thing.
anyways if this is incorrect i would really appreciate any help.