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: xAP hub 2 errors



------=_NextPart_000_001E_01C7ACEB.0CC1FBC0
Content-Type: text/plain;
charset="us-ascii"
Content-Transfer-Encoding: 7bit

Could be - the log file will tell us more...

Hubs (or any app for that matter) shouldn't fall over just because there's
a
badly formed message about; they may log the fact, they should pass the
message on to thier clients but, above all, they must keep going!


_____

From: xap_automation@xxxxxxx [mailto:xap_automation@xxxxxxx]
On Behalf Of Paul Gale
Sent: 12 June 2007 09:50
To: xap_automation@xxxxxxx
Subject: RE: [xap_automation] xAP hub 2 errors






Ah OK - so my GUI hub may actually be running OK then.



I'll run it as GUI for a while and see if I can catch an error. However, I
did certainly have a badly formed message being generated from James' HS
xAP
plugin, which I've since disabled BSC reporting from, so may not see this
again if that was the problem.



Paul.



From: xap_automation@xxxxxxx [mailto:xap_automation@xxxxxxx]
On Behalf Of Edward Pearson
Sent: 12 June 2007 02:12
To: xap_automation@xxxxxxx
Subject: RE: [xap_automation] xAP hub 2 errors



Forgot to mention a couple of things:



1) The current beta GUI hub always says "Starting...Clients: Rate
Total" in
the status strip (lower left) the code to update this isn't done yet

2) A clarification - The GUI hub does not list all messages seen like
viewer
does - it only lists its own heartbeats, connects, disconnects and errors
for its clients on that machine. Connected local hub clients appear in the
tree view but not xAP devices on other machines. This is the normal
behaviour.




_____


From: xap_automation@xxxxxxx [mailto:xap_automation@xxxxxxx]
On Behalf Of Edward Pearson
Sent: 11 June 2007 23:20
To: xap_automation@xxxxxxx
Subject: RE: [xap_automation] xAP hub 2 errors

Hmmm, I don't think this solution is related to this problem. Which means
there are two separate problems alive and well here.



The event log below suggests that the hub is taking a dislike to some
particular message. The error comes from a bit of code I've not touched
since I took on xFx so I'm a bit stumped. Best way forward is to use the
GUI
version because this is easier to observe. The hub code is exactly the same
across all versions but the GUI version surfaces more information. Next up
the level of logging; edit the HubGUI.exe.config file changing the logging
level to 4, verbose:



<system.diagnostics>
<switches>
<!-- General xFx tracing level 0=None, 1=Errors, 2=Warnings,
3=Info, 4=Verbose  -->
<add name="General" value="4" />
</switches>
<trace autoflush="true" indentsize="4">
<listeners>
<add name="HubTraceListener"
type="System.Diagnostics.TextWriterTraceListener"
initializeData="Hub.log"
/>
</listeners>
</trace>
</system.diagnostics>



Hopefully the log file will show enough info to let me track down the
problem.



That's assuming you can get the hub running at all of course. In the
situation that port 3639 is taken by another app the hub will state this
clearly in a dialog box on statup. One new feature that has caused issues
on
startup is the performance counters. So to simplify things edit the line in
xFx.dll.config



<setting name="PerformanceCountersEnabled"
serializeAs="String">
<value>False</value>
</setting>




This may be what is causing the "run GUI first then service will
work"
behaviour - the GUI version creates the performance counters whereas the
service version fails because of the account it runs under. The counters
only need to be created once on a machine so this sounds like the issue
that
Paul is observing.








_____


From: xap_automation@xxxxxxx [mailto:xap_automation@xxxxxxx]
On Behalf Of max barker
Sent: 10 June 2007 17:32
To: xap_automation@xxxxxxx
Subject: Re: [xap_automation] xAP hub 2 errors

I had an issue with the xFx v2 service hub, but my post to the group
disappeared and I managed to fix it on my own. I didn't get any errors
during instalation, but like you, the service would stop running. What
seemed to fix it was runnning the GUI v2 hub, then restarting the service
hub. Since then the hub has started of its own accord and run with no
problems.
I've since installed the service hub on three other XP machines with the
same problem and solution.

Max

On 10/06/07, Paul Gale <  <mailto:groups2@xxxxxxx>
groups2@xxxxxxx> wrote:

I installed the latest fXf v2 hub on my main HA server (XP) the other day.
I
noticed today that it had failed and I had a shed load of errors in event
viewer:

Event Type:     Information

Event Source:   xAPHubService

Event Category: None

Event ID:       0

Date:           09/06/2007

Time:           13:23:42

User:           N/A

Computer:       HASERVER

Description:

2007-06-09 13:23:42.69 [E] xAPListener xAPMessageReaderException:    at
KCS.xAP.Framework.Message.xAPInfo.GetPairValueEncodingFormat(String line,
Int32 line_number)

at KCS.xAP.Framework.Message.xAPMessageReader.ReadMessagePair(xAPMessage
message, String line)

at KCS.xAP.Framework.Message.xAPMessageReader.ReadMessage()

at
KCS.xAP.Framework.Transport.xAPListener.ProcessQueuedMessage(xAPRawData
data)

For more information, see Help and Support Center at
<http://go.microsoft.com/fwlink/events.asp>
http://go.microsoft.com/fwlink/events.asp.

The hub is running as a service and had stopped.

Any ideas?

Paul.

__._










------=_NextPart_000_001E_01C7ACEB.0CC1FBC0
Content-Type: text/html; charset=US-ASCII
Content-Transfer-Encoding: 7bit

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd";>
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html;
charset=us-ascii"><!-- Network content -->
<META content="MSHTML 6.00.6000.16441"
name=GENERATOR></HEAD>
<BODY style="BACKGROUND-COLOR: #ffffff">


<DIV dir=ltr align=left><SPAN class=718261011-12062007><FONT
face=Arial
color=#0000ff size=2>Could be - the log file will tell us
more...</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=718261011-12062007><FONT
face=Arial
color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=718261011-12062007><FONT
face=Arial
color=#0000ff size=2>Hubs (or any app for that matter) shouldn't fall
over just
because there's a badly formed message about; they may log the fact, they
should
pass the message on to thier clients but, above all, they must keep
going!</FONT></SPAN></DIV><BR>
<BLOCKQUOTE
style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #0000ff 2px
solid; MARGIN-RIGHT: 0px">
<DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>From:</B>
xap_automation@xxxxxxx
[mailto:xap_automation@xxxxxxx]
<B>On Behalf Of </B>Paul
Gale<BR><B>Sent:</B> 12 June 2007
09:50<BR><B>To:</B>
xap_automation@xxxxxxx<BR><B>Subject:</B> RE:
[xap_automation] xAP hub
2 errors<BR></FONT><BR></DIV>
<DIV></DIV>
<DIV id=ygrp-text>
<P>
<DIV class=Section1>
<P class=MsoNormal><SPAN style="FONT-SIZE: 11pt; COLOR:
#1f497d">Ah OK &#8211; so my
GUI hub may actually be running OK
then.<O></O></SPAN></P>
<P class=MsoNormal><SPAN
style="FONT-SIZE: 11pt; COLOR:
#1f497d"><O></O></SPAN></P>
<P class=MsoNormal><SPAN style="FONT-SIZE: 11pt; COLOR:
#1f497d">I&#8217;ll run it
as GUI for a while and see if I can catch an error. However, I did
certainly
have a badly formed message being generated from James&#8217; HS xAP
plugin, which
I&#8217;ve since disabled BSC reporting from, so may not see this again
if that was
the problem.<O></O></SPAN></P>
<P class=MsoNormal><SPAN
style="FONT-SIZE: 11pt; COLOR:
#1f497d"><O></O></SPAN></P>
<DIV>
<P class=MsoNormal><SPAN lang=EN-US
style="FONT-SIZE: 10pt; COLOR:
#1f497d">Paul.</SPAN><SPAN lang=EN-US
style="COLOR: #1f497d"> </SPAN><SPAN
style="COLOR:
#1f497d"><O></O></SPAN></P></DIV>
<P class=MsoNormal><SPAN
style="FONT-SIZE: 11pt; COLOR:
#1f497d"><O></O></SPAN></P>
<DIV style="BORDER-LEFT: blue 1.5pt solid">
<DIV>
<DIV style="BORDER-TOP: #b5c4df 1pt solid">
<P class=MsoNormal><B><SPAN lang=EN-US
style="FONT-SIZE: 10pt">From:</SPAN></B><SPAN
lang=EN-US
style="FONT-SIZE: 10pt">
xap_automation@<WBR>yahoogroups.<WBR>com
[mailto:xap_<WBR>automation@<WBR>yahoogroups.<WBR>com]
<B>On Behalf Of
</B>Edward Pearson<BR><B>Sent:</B> 12 June 2007
02:12<BR><B>To:</B>
xap_automation@<WBR>yahoogroups.<WBR>com<BR><B>Subject:</B>
RE:
[xap_automation] xAP hub 2
errors<O></O></SPAN></P></DIV></DIV>
<P class=MsoNormal><O></O></P>
<P class=MsoNormal><SPAN style="FONT-SIZE: 10pt; COLOR:
blue">Forgot to
mention a couple of things:</SPAN><O></O></P>
<P class=MsoNormal><O></O></P>
<P class=MsoNormal><SPAN style="FONT-SIZE: 10pt; COLOR:
blue">1) The current
beta GUI hub always says "Starting...Clients: Rate Total" in the
status strip
(lower left) the code to update this isn't done
yet</SPAN><O></O></P>
<P class=MsoNormal><SPAN style="FONT-SIZE: 10pt; COLOR:
blue">2) A
clarification - The GUI hub does not list all messages seen like viewer
does -
it only lists its own heartbeats, connects, disconnects and errors for its
clients on that machine. Connected local hub clients appear in the tree
view
but not xAP devices on other machines. This is the normal
behaviour.</SPAN><O></O></P>
<BLOCKQUOTE style="BORDER-LEFT: blue 1.5pt solid">
<P class=MsoNormal><O></O></P>
<DIV class=MsoNormal style="TEXT-ALIGN: center"
align=center><SPAN
lang=EN-US>
<HR align=center width="100%" SIZE=2>
</SPAN></DIV>
<P class=MsoNormal><B><SPAN lang=EN-US
style="FONT-SIZE: 10pt">From:</SPAN></B><SPAN
lang=EN-US
style="FONT-SIZE: 10pt">
xap_automation@<WBR>yahoogroups.<WBR>com
[mailto:xap_<WBR>automation@<WBR>yahoogroups.<WBR>com]
<B>On Behalf Of
</B>Edward Pearson<BR><B>Sent:</B> 11 June 2007
23:20<BR><B>To:</B>
xap_automation@<WBR>yahoogroups.<WBR>com<BR><B>Subject:</B>
RE:
[xap_automation] xAP hub 2 errors</SPAN><SPAN
lang=EN-US><O></O></SPAN></P>
<DIV id=ygrp-text>
<P class=MsoNormal><SPAN style="FONT-SIZE: 10pt; COLOR:
blue">Hmmm, I don't
think this solution is related to this problem. Which means there are two
separate problems alive and well
here.</SPAN><O></O></P>
<P class=MsoNormal><O></O></P>
<P class=MsoNormal><SPAN style="FONT-SIZE: 10pt; COLOR:
blue">The event log
below suggests that the hub is taking a dislike to some particular message.
The error comes from a bit of code I've not touched since I took on xFx so
I'm a bit stumped. Best way forward is to use the GUI version because this
is easier to observe. The hub code is exactly the same across all
versions&nbsp;but the GUI version surfaces more information. Next up
the
level of logging; edit the HubGUI.exe.config file changing the logging
level
to 4, verbose:</SPAN><O></O></P>
<P class=MsoNormal><O></O></P>
<DIV>
<P class=MsoNormal><SPAN
style="FONT-SIZE: 10pt; COLOR:
blue">&nbsp;&nbsp;&nbsp;
&lt;system.diagnostics&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;switches&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;!-- General xFx tracing level 0=None, 1=Errors, 2=Warnings, 3=Info,
4=Verbose&nbsp;
--&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;add
name="General" value="4"
/&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;/switches&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;trace
autoflush="true"
indentsize="4"&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;listeners&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;add name="HubTraceListener"
type="System.Diagnostics.<WBR>TextWriterTraceL<WBR>istener"
initializeData="Hub.log"
/&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;/listeners&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;/trace&gt;<BR>&nbsp;&nbsp;&nbsp;
&lt;/system.diagnostics&gt;</SPAN><O></O></P></DIV>
<DIV>
<P class=MsoNormal><O></O></P></DIV>
<DIV>
<P class=MsoNormal><SPAN style="FONT-SIZE: 10pt; COLOR:
blue">Hopefully the
log file will show enough info to let me track down the problem.
</SPAN><O></O></P></DIV>
<DIV>
<P class=MsoNormal><O></O></P></DIV>
<DIV>
<P class=MsoNormal><SPAN style="FONT-SIZE: 10pt; COLOR:
blue">That's
assuming you can get the hub running at all of course. In the situation
that
port 3639 is taken by another app the hub will state this clearly in a
dialog box on statup. One new feature that has caused issues on startup is
the performance counters. So to simplify things edit the line in
xFx.dll.config</SPAN><O></O></P></DIV>
<DIV>
<P class=MsoNormal><O></O></P></DIV>
<DIV>
<P class=MsoNormal><SPAN
style="FONT-SIZE: 10pt; COLOR:
blue">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;setting name="PerformanceCounters<WBR>Enabled"
serializeAs="String"&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;value&gt;False&lt;/value&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;/setting&gt;</SPAN><O></O></P></DIV>
<DIV>
<P class=MsoNormal><SPAN
style="FONT-SIZE: 10pt; COLOR:
blue"><BR>&nbsp;</SPAN><O></O></P></DIV>
<DIV>
<P class=MsoNormal><SPAN style="FONT-SIZE: 10pt; COLOR:
blue">This may be
what is causing the "run GUI first then service will work"
behaviour - the
GUI version creates the performance counters whereas the service version
fails because of the account it runs under. The counters only need to be
created once on a machine so this sounds like the issue that Paul is
observing.</SPAN><O></O></P></DIV>
<DIV>
<P class=MsoNormal><O></O></P></DIV>
<DIV>
<P class=MsoNormal><O></O></P></DIV>
<DIV>
<P class=MsoNormal><O></O></P></DIV>
<BLOCKQUOTE style="BORDER-LEFT: blue 1.5pt solid">
<DIV class=MsoNormal style="TEXT-ALIGN: center"
align=center><SPAN
lang=EN-US>
<HR align=center width="100%" SIZE=2>
</SPAN></DIV>
<P class=MsoNormal><B><SPAN lang=EN-US
style="FONT-SIZE: 10pt">From:</SPAN></B><SPAN
lang=EN-US
style="FONT-SIZE: 10pt">
xap_automation@<WBR>yahoogroups.<WBR>com
[mailto:xap_<WBR>automation@<WBR>yahoogroups.<WBR>com]
<B>On Behalf Of
</B>max barker<BR><B>Sent:</B> 10 June 2007
17:32<BR><B>To:</B>
xap_automation@<WBR>yahoogroups.<WBR>com<BR><B>Subject:</B>
Re:
[xap_automation] xAP hub 2 errors</SPAN><SPAN
lang=EN-US><O></O></SPAN></P>
<DIV id=ygrp-text>
<P>I had an issue with the xFx v2 service hub, but my post to the
group
disappeared and I managed to fix it on my own. I didn't get any errors
during instalation, but like you, the service would stop running. What
seemed to fix it was runnning the GUI v2 hub, then restarting the service
hub. Since then the hub has started of its own accord and run with no
problems. <BR>I've since installed the service hub on three other XP
machines with the same problem and
solution.<BR><BR>Max<O></O></P>
<DIV>
<P class=MsoNormal><SPAN class=gmailquote>On 10/06/07,
<B>Paul Gale</B>
&lt;<A href="mailto:groups2@xxxxxxx";>
groups2@siliconpixe<WBR>l.com</A>&gt; wrote:</SPAN>
<O></O></P>
<DIV>
<DIV>
<DIV>
<DIV>
<P style="BACKGROUND: white"><SPAN>I installed the
latest fXf v2 hub on my
main HA server (XP) the other day. I noticed today that it had failed and
I had a shed load of errors in event viewer:
</SPAN><O></O></P>
<P style="BACKGROUND: white"><SPAN>Event
Type:&nbsp;&nbsp;&nbsp;&nbsp;
Information</SPAN><O></O></P>
<P style="BACKGROUND: white"><SPAN>Event
Source:&nbsp;&nbsp;
xAPHubService</SPAN><O></O></P>
<P style="BACKGROUND: white"><SPAN>Event Category:
None</SPAN><O></O></P>
<P style="BACKGROUND: white"><SPAN>Event
ID:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
0</SPAN><O></O></P>
<P style="BACKGROUND:
white"><SPAN>Date:&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
09/06/2007</SPAN><O></O></P>
<P style="BACKGROUND:
white"><SPAN>Time:&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
13:23:42</SPAN><O></O></P>
<P style="BACKGROUND:
white"><SPAN>User:&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
N/A</SPAN><O></O></P>
<P
style="BACKGROUND:
white"><SPAN>Computer:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
HASERVER</SPAN><O></O></P>
<P style="BACKGROUND:
white"><SPAN>Description:</SPAN><O></O></P>
<P style="BACKGROUND: white"><SPAN>2007-06-09
13:23:42.69 [E] xAPListener
xAPMessageReaderExc<WBR>eption:&nbsp;&nbsp;&nbsp; at
KCS.xAP.Framework.<WBR>Message.xAPInfo.<WBR>GetPairValueEnco<WBR>dingFormat(<WBR>String
line, Int32 line_number)</SPAN> <O></O></P>
<P style="BACKGROUND:
white"><SPAN>&nbsp;&nbsp; at
KCS.xAP.Framework.<WBR>Message.xAPMessa<WBR>geReader.<WBR>ReadMessagePair(<WBR>xAPMessage
message, String line)</SPAN><O></O></P>
<P style="BACKGROUND:
white"><SPAN>&nbsp;&nbsp; at
KCS.xAP.Framework.<WBR>Message.xAPMessa<WBR>geReader.<WBR>ReadMessage(<WBR>)</SPAN><O></O></P>
<P style="BACKGROUND:
white"><SPAN>&nbsp;&nbsp; at
KCS.xAP.Framework.<WBR>Transport.<WBR>xAPListener.<WBR>ProcessQueuedMes<WBR>sage(xAPRawData
data)</SPAN><O></O></P>
<P style="BACKGROUND: white"><SPAN>For more
information, see Help and
Support Center at</SPAN> <A
href="http://go.microsoft.com/fwlink/events.asp";
target=_blank><SPAN>http://go.microsoft<WBR>.com/fwlink/<WBR>events.asp</SPAN></A><SPAN>.</SPAN>
<O></O></P>
<P style="BACKGROUND: white"><SPAN>The hub is running
as a service and had
stopped.</SPAN><O></O></P>
<P style="BACKGROUND: white"><SPAN>Any
ideas?</SPAN><O></O></P>
<P style="BACKGROUND: white"><SPAN
style="FONT-SIZE:
10pt">Paul.</SPAN><O></O></P></DIV>
<P class=MsoNormal style="BACKGROUND: white"><SPAN
style="COLOR:
white">__._</SPAN><O></O></P></DIV></DIV></DIV></DIV>
<P
class=MsoNormal><O></O></P></DIV></BLOCKQUOTE></DIV></BLOCKQUOTE>
<P class=MsoNormal><SPAN style="COLOR:
white"></SPAN><O></O></P></DIV></DIV>
<P></P></DIV><!--End group email
--></BLOCKQUOTE>
<span width="1" style="color:
white;"/>__._,_.___</span>


<!-- **begin egp html banner** -->

<img src="http://geo.yahoo.com/serv?s=97476590/grpId=9674343/grpspId=1705007709/msgId=3679/stime=1181648147";
width="1" height="1"> <br>

<!-- **end egp html banner** -->


<!-- **begin egp html banner** -->

<br><br>
<div style="width:500px; text-align:right; margin-bottom:1px;
color:#909090;">
<tt>SPONSORED LINKS</tt>
</div>
<table bgcolor=#e0ecee cellspacing="13"
cellpadding="0" width=500px>
<tr valign=top>
<td style="width:25%;">
<tt><a href="http://groups.yahoo.com/gads;_ylc=X3oDMTJjbWZiOTBmBF9TAzk3NDc2NTkwBF9wAzEEZ3JwSWQDOTY3NDM0MwRncnBzcElkAzE3MDUwMDc3MDkEc2VjA3NsbW9kBHN0aW1lAzExODE2NDgxNDc-?t=ms&k=X10+home+automation&w1=X10+home+automation&w2=Home+automation&w3=Home+automation+product&w4=Home+automation+system&w5=Home+automation+security&c=5&s=133&g=0&.sig=tN49yZ8gLW44qGV8ngn-6Q";>X10
home automation</a></tt>
</td>
<td style="width:25%;">
<tt><a href="http://groups.yahoo.com/gads;_ylc=X3oDMTJjOXNjMnBsBF9TAzk3NDc2NTkwBF9wAzIEZ3JwSWQDOTY3NDM0MwRncnBzcElkAzE3MDUwMDc3MDkEc2VjA3NsbW9kBHN0aW1lAzExODE2NDgxNDc-?t=ms&k=Home+automation&w1=X10+home+automation&w2=Home+automation&w3=Home+automation+product&w4=Home+automation+system&w5=Home+automation+security&c=5&s=133&g=0&.sig=uxodCh5B-C-LfzJs4AF_uw";>Home
automation</a></tt>
</td>
<td style="width:25%;">
<tt><a href="http://groups.yahoo.com/gads;_ylc=X3oDMTJjaHRkdTg4BF9TAzk3NDc2NTkwBF9wAzMEZ3JwSWQDOTY3NDM0MwRncnBzcElkAzE3MDUwMDc3MDkEc2VjA3NsbW9kBHN0aW1lAzExODE2NDgxNDc-?t=ms&k=Home+automation+product&w1=X10+home+automation&w2=Home+automation&w3=Home+automation+product&w4=Home+automation+system&w5=Home+automation+security&c=5&s=133&g=0&.sig=-7-yoKCdmzYOn0eQU41W8Q";>Home
automation product</a></tt>
</td>
</tr>
<tr valign=top>
<td style="width:25%;">
<tt><a href="http://groups.yahoo.com/gads;_ylc=X3oDMTJjNmFyNGdwBF9TAzk3NDc2NTkwBF9wAzQEZ3JwSWQDOTY3NDM0MwRncnBzcElkAzE3MDUwMDc3MDkEc2VjA3NsbW9kBHN0aW1lAzExODE2NDgxNDc-?t=ms&k=Home+automation+system&w1=X10+home+automation&w2=Home+automation&w3=Home+automation+product&w4=Home+automation+system&w5=Home+automation+security&c=5&s=133&g=0&.sig=YiCpy6REMq-ZQ9BflM6GVg";>Home
automation system</a></tt>
</td>
<td style="width:25%;">
<tt><a href="http://groups.yahoo.com/gads;_ylc=X3oDMTJjZ2MxMDVvBF9TAzk3NDc2NTkwBF9wAzUEZ3JwSWQDOTY3NDM0MwRncnBzcElkAzE3MDUwMDc3MDkEc2VjA3NsbW9kBHN0aW1lAzExODE2NDgxNDc-?t=ms&k=Home+automation+security&w1=X10+home+automation&w2=Home+automation&w3=Home+automation+product&w4=Home+automation+system&w5=Home+automation+security&c=5&s=133&g=0&.sig=MqsbZg2eMmjgfWfWU0yLgQ";>Home
automation security</a></tt>
</td>
</tr>
</table>

<!-- **end egp html banner** -->


<!-- **begin egp html banner** -->

<br>
<div style="font-family: verdana; font-size: 77%; border-top: 1px
solid #666; padding: 5px 0;" >
Your email settings: Individual EmailTraditional <br>
<a href="http://groups.yahoo.com/group/xap_automation/join;_ylc=X3oDMTJmZjYxdmlnBF9TAzk3NDc2NTkwBGdycElkAzk2NzQzNDMEZ3Jwc3BJZAMxNzA1MDA3NzA5BHNlYwNmdHIEc2xrA3N0bmdzBHN0aW1lAzExODE2NDgxNDc-";>Change
settings via the Web</a> (Yahoo! ID required) <br>
Change settings via email: <a href="mailto:xap_automation-digest@xxxxxxx?subject=Email
Delivery: Digest">Switch delivery to Daily Digest</a>  <a
href = "mailto:xap_automation-fullfeatured@xxxxxxx?subject=Change
Delivery Format: Fully Featured">Switch to Fully Featured</a>
<br>
<a href="http://groups.yahoo.com/group/xap_automation;_ylc=X3oDMTJkcWRyaGsyBF9TAzk3NDc2NTkwBGdycElkAzk2NzQzNDMEZ3Jwc3BJZAMxNzA1MDA3NzA5BHNlYwNmdHIEc2xrA2hwZgRzdGltZQMxMTgxNjQ4MTQ3";>
Visit Your Group
</a>
<a href="http://docs.yahoo.com/info/terms/";>
Yahoo! Groups Terms of Use
</a>
<a href="mailto:xap_automation-unsubscribe@xxxxxxx?subject=Unsubscribe";>
Unsubscribe
</a>
<br>
</div>
<br>

<!-- **end egp html banner** -->


<span  style="color: white;"/>__,_._,___</span>
</BODY></HTML>

------=_NextPart_000_001E_01C7ACEB.0CC1FBC0--

xAP_Automation Main Index | xAP_Automation Thread Index | xAP_Automation 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.