[Message Prev][Message
Next][Thread Prev][Thread Next][Message
Index][Thread Index]
Re: Re: medusa cm11 or x10.basic bug?
You have to supply at least 1 device. Merely the house code is not
supported (this applies only to the commands
ALL_UNITS/LIGHTS_ON/OFF... ?). It is a limitation of the current
implementation.
So you would send:
command=ALL_UNITS_OFF
device=A1
Note that your X10 device(s) must support ALL_UNITS_OFF...
In theory this component supports all X10 commands. In practise it is
only tested with the basic ON/OFF commands.
private enum X10_COMMANDS
{
ALL_UNITS_OFF = 0,
ALL_LIGHTS_ON = 1,
ON = 2,
OFF = 3,
DIM = 4,
BRIGHT = 5,
ALL_LIGHTS_OFF = 6,
EXTENDED = 7,
HAIL_REQ = 8,
HAIL_ACK = 9,
PRESET_DIM1 = 10,
PRESET_DIM2 = 11,
EXTENDED_DATA = 12,
STATUS_ON = 13,
STATUS_OFF = 14,
STATUS_REQUEST = 15
}
Tom
On Sun, 20 Mar 2005 23:49:54 +0000, John Gorst <ukha@xxxxxxx> wrote:
>
> Not as much of a show shoper as the previous bug but:
>
> When I send the command:
> command=ALL_UNITS_OFF
> house=A
>
> Nothing happens (or all_lights_off)
>
> I get the following in event viewer:
> Error parsing xpl command: Invalid device(s):
>
> (NB no devices are listed)
>
> Is it that medusacm11 only implements some x10.basic functions?
> Do you have a list of what it does?
>
> Cheers for an otherwise fantasstic bit of software!
>
xPL Links: http://www.xplproject.org.uk http://www.xplhal.com http://www.xpl.myby.co.uk
To Post a Message: ukha_xpl@xxxxxxx
To Subscribe: ukha_xpl-subscribe@xxxxxxx
To Unsubscribe: ukha_xpl-unsubscribe@xxxxxxx
xPL Main Index |
xPL Thread Index |
xPL Home |
Archives Home
|