The UK Home Automation Archive

Archive Home
Group Home
Search Archive


Advanced Search

The UKHA-ARCHIVE IS CEASING OPERATIONS 31 DEC 2024


[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

Comments to the Webmaster are always welcomed, please use this contact form . Note that as this site is a mailing list archive, the Webmaster has no control over the contents of the messages. Comments about message content should be directed to the relevant mailing list.