I have no opinion on the order and will change it to be consistent.
I doubt it can be used as a default interface right now. I find the X10
pipeline in MH confusing, so it is not as well integrated as the other
devices. I would be willing to work with anyone that has a better
knowledge of how that works.
Jack and I worked out the last of his X10 problems tonight as well, so I
will probably be removing the debug messages along with the definition
parameter order change, this weekend.
Thanks for the suggestion.
On Wed, 26 Sep 2007, David Norwood wrote:
> I second Neil's request that the order of the fields for an Insteon device
> in the mht file match the x10 order. Most items generally follow this order
> and it's very confusing to have one that is different. The order is:
>
> type, address, name, groups, interface, options
>
> Also, is interface optional? With x10, misterhouse will default to one of
> the active x10 interfaces (most people have just one).
>
> David
>
> ----- Original Message -----
> From: "Jason Sharpee" <jason@...>
> To: "The main list for the MisterHouse home automation program"
> <misterhouse-users@...>
> Sent: Sunday, September 23, 2007 5:02 PM
> Subject: Re: [mh] Insteon PLM (Insteon Protocol Support) added
>
>
>>
>> Oops, forgot to mention.. You can also define them in the items.mht file
>> like so:
>>
>> #Interface
>> INSTEON_PLM, myPLM
>>
>> #Light switch
>> IPLD, ipld_office, myPLM, "00.11.FF"
>>
>> Let me know of any problems (or patches ;) )
>>
>> -J
>>
>>
>> On Sun, 23 Sep 2007, Jason Sharpee wrote:
>>
>>> Hi All,
>>>
>>> I checked in my initial Insteon Support for the Insteon PLM
>>> module. AFAIK, this should support sending and receiving most Insteon
>>> commands (At least it has been working for a few days at my home). I
>>> technically dont have public documentation for anything more advanced
>>> than
>>> the ON/OFF/DIM/BRIGHT/etc core commands. Outside of some bugfixing and
>>> removal of debug messages this effort to support the PLM (X10/Insteon) is
>>> pretty much done.
>>>
>>> I also did some bugfixing and added better handling of fragmented
>>> messages to the core engine.
>>>
>>> Files Affected:
>>> Insteon_PLM.pm, Insteon_Device.pm, read_table_A.pl
>>>
>>> Usage:
>>> $ip_patio_light = new Insteon_Device($myPLM,"33.44.55");
>>>
>>> $ip_patio_light->set("ON");
>>>
>>> -J
>>>
>>>
>>> -------------------------------------------------------------------------
>>> This SF.net email is sponsored by: Microsoft
>>> Defy all challenges. Microsoft(R) Visual Studio 2005.
>>> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
>>> ________________________________________________________
>>> To unsubscribe from this list, go to:
>>> http://sourceforge.net/mail/?group_id=1365
>>>
>>>
>>>
>>
>> -------------------------------------------------------------------------
>> This SF.net email is sponsored by: Microsoft
>> Defy all challenges. Microsoft(R) Visual Studio 2005.
>> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
>> ________________________________________________________
>> To unsubscribe from this list, go to:
>> http://sourceforge.net/mail/?group_id=1365
>>
>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2005.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> ________________________________________________________
> To unsubscribe from this list, go to: http://sourceforge.net/mail/?group_id=1365
>
>
>
|