[Message Prev][Message
Next][Thread Prev][Thread Next][Message
Index][Thread Index]
Re: xPL cm11 Service
Hi Neil
> What I would like to ultimately do, is have it based on seasons :
> Summer - 2 hours in the morning and three in the afternoon.
> Spring - one hour in the morning and 2 in the afternoon.
> Autumn - one hour in the morning and 2 in the afternoon.
> Winter - one hour in the afternoon.
This may not be the easiet/best way to do this but heres how i would
attempt
to do so using xPL
1: Create 3 Globals called Summer, Spring_Autumn + Winter
2: Create 4 Timers to run at specific times and dates to correspond to the
Seasons...
4: Create 4 Season Determinators which are called by the appropaite timer ,
these Determinators set / clear the season flags as required....
5: Create a Pool pump start timer + Determinator say 8am
6: Create a stop pool pump timer at 9am
7: Create a stop Pool pump timer at 10am
8: Create a Pool stop Determinator which run from the 9am timer but must
have the Spring_Autumn global set as input conditions and "Match any
"
selected
9: Create another Pool stop Determinator which would be run from the 10am
timer
which has Summer global set as a requirement ensuring "match
all"
selected...
Would need to create some timers for the afternoon stuff as well.....
Im sure there is an easier way to do this .....
HTH
Frank
----- Original Message -----
From: "Neil Wrightson" <neilw@xxxxxxx>
To: <ukha_xpl@xxxxxxx>
Sent: Saturday, December 24, 2005 7:07 PM
Subject: RE: [ukha_xpl] xPL cm11 Service
> Hi Frank,
>
>> Looking at that source code does it indicate that the time to
>> trigger it is
>> 7am as well as 5pm ??
>>
> Yes, I originally tried it with just one time only. Made no
difference.
>
> What I would like to ultimately do, is have it based on seasons :
> Summer - 2 hours in the morning and three in the afternoon.
> Spring - one hour in the morning and 2 in the afternoon.
> Autumn - one hour in the morning and 2 in the afternoon.
> Winter - one hour in the afternoon.
>
> Regards,
>
> Neil Wrightson.
>
>
>> -----Original Message-----
>> From: Frank Mc Alinden [mailto:frankmc@xxxxxxx]
>> Sent: Saturday, 24 December 2005 6:59 PM
>> To: ukha_xpl@xxxxxxx
>> Subject: Re: [ukha_xpl] xPL cm11 Service
>>
>>
>> Hi Neil
>>
>> Not familair with coding side of things....
>>
>> What input conditions do you have ???
>>
>> > <timeCondition display_name="Morning"
operator="=" value="07:00" />
>> > <timeCondition display_name="Afternoon"
operator="="
>> value="17:00" />
>>
>> Looking at that source code does it indicate that the time to
>> trigger it is
>> 7am as well as 5pm ??
>>
>> Frank
>>
>>
>> ----- Original Message -----
>> From: "Neil Wrightson" <neilw@xxxxxxx>
>> To: <ukha_xpl@xxxxxxx>
>> Sent: Saturday, December 24, 2005 6:34 PM
>> Subject: RE: [ukha_xpl] xPL cm11 Service
>>
>>
>> > Hi Frank,
>> >
>> >> Are you sure your Determinator is correct ??
>> > No, but I think it is ???
>> > As per my other question, is there a way I can display the
>> source code for
>> > the determinator in my email so that others may check?
>> > Never mind, answered my own question, here it is
>> >
>> > <?xml version="1.0" standalone="no"
?>
>> > - <xplDeterminator>
>> > - <determinator name="Pool"
description="Pool Pump Controller"
>> > enabled="Y">
>> > - <input match="all">
>> > <timeCondition display_name="Morning"
operator="=" value="07:00" />
>> > <timeCondition display_name="Afternoon"
operator="="
>> value="17:00" />
>> > </input>
>> > - <output>
>> > - <xplAction executeOrder="0"
display_name="Turn ON Pump"
>> msg_type="cmnd"
>> > msg_target="JOHNB-CM12.DEVELOPXP"
msg_schema="x10.basic">
>> > <xplActionParam expression="command=on" />
>> > <xplActionParam expression="device=K1" />
>> > </xplAction>
>> > </output>
>> > </determinator>
>> > </xplDeterminator>
>> >
>> > Regards,
>> >
>> > Neil Wrightson.
>> >
>> >
>> >> -----Original Message-----
>> >> From: Frank Mc Alinden [mailto:frankmc@xxxxxxx]
>> >> Sent: Saturday, 24 December 2005 5:55 PM
>> >> To: ukha_xpl@xxxxxxx
>> >> Subject: Re: [ukha_xpl] xPL cm11 Service
>> >>
>> >>
>> >> Hi Neil
>> >>
>> >> > Seasons greetings to you and your family, I hope you
are
>> >> enjoying your
>> >> > Christmas break and Santa is good to you.
>> >>
>> >> And the same to you and yours......
>> >>
>> >> Im sitting here playing with Gerry Dupreys RGBLED Board
;-))
>> >>
>> >> >> Did you manually trigger the determinator to see
if it
>> >> operated ok ???
>> >> > Tried that, did not work.
>> >>
>> >> Sometimes i find if i use refresh (on the toolbar at the
top)
>> >> then try to
>> >> run the Determinator manully it works....??
>> >> Are you sure your Determinator is correct ??
>> >>
>> >> Frank
>> >>
>> >>
>> >>
>> >>
>> >>
>> >>
>> >>
>> >> ----- Original Message -----
>> >> From: "Neil Wrightson" <neilw@xxxxxxx>
>> >> To: <ukha_xpl@xxxxxxx>
>> >> Sent: Saturday, December 24, 2005 5:51 PM
>> >> Subject: RE: [ukha_xpl] xPL cm11 Service
>> >>
>> >>
>> >> > Hi Frank,
>> >> > Seasons greetings to you and your family, I hope you
are
>> >> enjoying your
>> >> > Christmas break and Santa is good to you.
>> >> >
>> >> >> Did you manually trigger the determinator to see
if it
>> >> operated ok ???
>> >> > Tried that, did not work.
>> >> >
>> >> > Regards,
>> >> >
>> >> > Neil Wrightson.
>> >> >
>> >> >
>> >> >> -----Original Message-----
>> >> >> From: Frank Mc Alinden [mailto:frankmc@xxxxxxx]
>> >> >> Sent: Saturday, 24 December 2005 5:42 PM
>> >> >> To: ukha_xpl@xxxxxxx
>> >> >> Subject: Re: [ukha_xpl] xPL cm11 Service
>> >> >>
>> >> >>
>> >> >> Hi Neil
>> >> >>
>> >> >> Did you manually trigger the determinator to see
if it
>> >> operated ok ???
>> >> >>
>> >> >> Frank
>> >> >>
>> >> >>
>> >> >> ----- Original Message -----
>> >> >> From: "Neil Wrightson"
<neilw@xxxxxxx>
>> >> >> To: <ukha_xpl@xxxxxxx>
>> >> >> Sent: Saturday, December 24, 2005 5:39 PM
>> >> >> Subject: [ukha_xpl] xPL cm11 Service
>> >> >>
>> >> >>
>> >> >> > Hi,
>> >> >> >
>> >> >> > How do you set the COM port for the MEDUSA
xPLCM11 Service?
>> >> >> >
>> >> >> > I created a Determinator to turn on a X10
light at a
>> >> specific time.
>> >> >> > Guess what, it did not work.
>> >> >> >
>> >> >> > Is there a way I can see the source code
for this
>> >> >> determinator and also
>> >> >> > put
>> >> >> > a copy into my email.
>> >> >> >
>> >> >> > Regards,
>> >> >> >
>> >> >> > Neil Wrightson.
>> >> >> >
>> >> >> >
>> >> >> > [Non-text portions of this message have
been removed]
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > 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
>> >> >> > Yahoo! Groups Links
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >>
>> >> >>
>> >> >>
>> >> >> ------------------------ Yahoo! Groups Sponsor
>> >> >> --------------------~-->
>> >> >> Fair play? Video games influencing politics.
Click and
>> talk back!
>> >> >> http://us.click.yahoo.com/2jUsvC/tzNLAA/TtwFAA/h6uqlB/TM
>> >> >>
--------------------------------------------------------------
>> >> >> ------~->
>> >> >>
>> >> >> 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
>> >> > Yahoo! Groups Links
>> >> >
>> >> >
>> >> >
>> >> >
>> >> >
>> >> >
>> >> >
>> >> >
>> >> >
>> >> > [Non-text portions of this message have been
removed]
>> >> >
>> >> >
>> >> >
>> >> >
>> >> > 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
>> >> > Yahoo! Groups Links
>> >> >
>> >> >
>> >> >
>> >> >
>> >> >
>> >> >
>> >>
>> >>
>> >>
>> >> ------------------------ Yahoo! Groups Sponsor
>> >> --------------------~-->
>> >> AIDS in India: A "lurking bomb." Click and help
stop AIDS now.
>> >> http://us.click.yahoo.com/9QUssC/lzNLAA/TtwFAA/h6uqlB/TM
>> >>
--------------------------------------------------------------
>> >> ------~->
>> >>
>> >> 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
>> > Yahoo! Groups Links
>> >
>> >
>> >
>> >
>> >
>> >
>> >
>> >
>> >
>> > [Non-text portions of this message have been removed]
>> >
>> >
>> >
>> >
>> > 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
>> > Yahoo! Groups Links
>> >
>> >
>> >
>> >
>> >
>> >
>> >
>>
>>
>>
>> ------------------------ Yahoo! Groups Sponsor
>> --------------------~-->
>> Fair play? Video games influencing politics. Click and talk back!
>> http://us.click.yahoo.com/2jUsvC/tzNLAA/TtwFAA/h6uqlB/TM
>> --------------------------------------------------------------
>> ------~->
>>
>> 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
> Yahoo! Groups Links
>
>
>
>
>
>
>
>
>
> [Non-text portions of this message have been removed]
>
>
>
>
> 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
> Yahoo! Groups Links
>
>
>
>
>
>
xPL Main Index |
xPL Thread Index |
xPL Home |
Archives Home
|