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: Trouble getting flags set in HV - I found it!!




Well Done ;-))

Frank

----- Original Message -----
From: "gmotichka" <gmotichka@xxxxxxx>
To: <ukha_xpl@xxxxxxx>
Sent: Saturday, December 11, 2004 1:16 PM
Subject: [ukha_xpl] Re: Trouble getting flags set in HV - I found it!!




Well I got it to work. After I figured out that I could not use
the "current" paramater (since it would hardly ever match"
and only
use the device and type ones.

I know have one determinator that gets all the temps (5 of them)
from HV. Part of the action is to run other determinators to put
those values into a global. Then I have a re accuring event to run
the first detminator every 15 minutes.

So another success with your help. I'll have to think up something
else to do with it now.

I am excited about how this is working out.

Thanks again
George



--- In ukha_xpl@xxxxxxx, "Frank Mc Alinden" <fmcalind@b...>
wrote:
> Wow didn't know where you were. It is 4:58 PM here.
>
> Im actually from N.I. but have lived in Oz since 1977
>
> >When I execute this I see the info in the HV window.
>
> >So now how to get it to the global?
>
> Ok thats good......
>
> Now you must create a Determinator which input actions
"Watch"for
the
> reported message that you get from Homevision  as you mentioned
above......
> ****************************************************************
> In the actions part of this Determinator  as below (this is a copy
from my
> earlier posts...
>
> In the actions part of the determinator you need to select action
type = set
> the value of a global
>
> in the global name insert the global you wish to store ....ie
hv_bedroom1
>
> in the value part  you need to insert   {XPL::CURRENT}
>
> This will store the hv variable into an xpl global
>
> HTH
> Frank
>
>
>
> ----- Original Message -----
> From: "gmotichka" <gmotichka@h...>
> To: <ukha_xpl@xxxxxxx>
> Sent: Saturday, December 11, 2004 11:00 AM
> Subject: [ukha_xpl] Re: Trouble getting flags set in HV - I found
it!!
>
>
>
>
> Wow didn't know where you were. It is 4:58 PM here.
>
> So I changed the determinator to have no condition and only an
> actions.
>
> When I execute this I see the info in the HV window.
>
> So now how to get it to the global?
>
> George
>
>
>
>
> --- In ukha_xpl@xxxxxxx, "Frank Mc Alinden"
<fmcalind@b...>
> wrote:
> > Hi George
> >             > I feel bad about all the time you are spending
with
> me.
> > Please, when
> >             > you have had enough, just tell me.
> >
> > No Problem at all......
> >
> > > My thougt process was to ceate a determinator and the
> > > condition would be to get the temp from HV
> >
> > The input condition is "Watching" for a temp message
what you
need
> to do
> > first is create a Determinator which "Request" the temp
ie put
the
> message
> > in the actions of the Determinator....
> >
> > Then create another Determinator which "Watches" for
the reply
from
> > Homevision and "Äction"
> > store the temp value in a global
> >
> > 1: Determinator to request temp action only
> >
> > Target must be  gshed-hvision.yourname
> > schema= control.basic
> > message paramters below ...get this working first see if hv
> responds and
> > then we will work on saving the temp in a global
> >
> > device=5
> > type=variable
> > current=request
> >
> > HTH
> > Frank
> > BTW.........What time is it in Colorado ...???Here in Melbourne
Oz
> its 10:40
> > am (sat)
> >
> >
> >
> >
> >
> >
> >
> >
> > ----- Original Message -----
> > From: "gmotichka" <gmotichka@h...>
> > To: <ukha_xpl@xxxxxxx>
> > Sent: Saturday, December 11, 2004 10:24 AM
> > Subject: [ukha_xpl] Re: Trouble getting flags set in HV - I found
> it!!
> >
> >
> > >
> > >
> > >
> > >
> > > Hi Frank
> > >
> > > I feel bad about all the time you are spending with me.
Please,
> when
> > > you have had enough, just tell me.
> > >
> > > What my goal, (and it is not really that important other
than
to
> > > continue to learn how this all operates. I have working what
I
> > > reallyh wanted too) is to get the temperatures stored in HV
in
> > > variable. I have periotice events in HV that collets
temperatures
> > > and puts them into variable. For instance variable 5 has the
> > > exterior temperature -- lets say 51 (nice day here in
Colorado)
> > >
> > > So I was going to collect that temp from variable 5 in HV
and
> put it
> > > into global HV-EXT_TEMP. Figured it would be simple - but
hasnt
> > > been. My thougt process was to ceate a determinator and the
> > > condition would be to get the temp from HV and the action
would
> be
> > > to put tht temp into the global. Once i had that working I
could
> > > create a repeating event to update it.
> > >
> > > Obviously my logic is off somewhere -- just dont know where.
> > >
> > > I must say, I am excited about how everything else is
working.
> Hope
> > > Bob gets his going.
> > >
> > > George
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > > --- In ukha_xpl@xxxxxxx, "Frank Mc Alinden"
> <fmcalind@b...>
> > > wrote:
> > > > Hi George
> > > >                 If you are trying to request the status
of a
> temp
> > > sensor
> > > > from Homevision you need to
> > > > put the message(that you have posted)  in the actions
section
> of
> > > the
> > > > Determinator with the target and schema as mentioned 
in my
> > > previous
> > > > post......
> > > >
> > > > In my previous post regarding the hvinputExclude file
,this
> will
> > > cause
> > > > xplhvision to report temp messages whenever there is a
change
> in
> > > its value
> > > > ..ie temp change....If you nee to regulary get temp
updates
> into
> > > xpl you
> > > > need to create a repeating event in xpl to run the
Determinator
> > > that your
> > > > presently trying to create......Hope this makes some
sense
> > > >
> > > > Frank
> > > >
> > > >
> > > >
> > > > ----- Original Message -----
> > > > From: "Frank Mc Alinden"
<fmcalind@b...>
> > > > To: <ukha_xpl@xxxxxxx>
> > > > Sent: Saturday, December 11, 2004 8:59 AM
> > > > Subject: Re: [ukha_xpl] Re: Trouble getting flags set
in HV -
I
> > > found it!!
> > > >
> > > >
> > > > >
> > > > > Hi George
> > > > >                 Are you trying to request the temp
status
> from
> > > > > Homevision...????
> > > > > If so the Target must be GSHED-HVISION.HOMEVISION
> > > > >
> > > > > Also the schema must be control.basic...
> > > > >
> > > > > HTH
> > > > > Frank
> > > > >
> > > > >
> > > > > ----- Original Message -----
> > > > > From: "gmotichka" <gmotichka@h...>
> > > > > To: <ukha_xpl@xxxxxxx>
> > > > > Sent: Saturday, December 11, 2004 8:41 AM
> > > > > Subject: [ukha_xpl] Re: Trouble getting flags set
in HV - I
> > > found it!!
> > > > >
> > > > >
> > > > > >
> > > > > >
> > > > > > Yeh, I just went through them all to verify
they were
> looking
> > > at the
> > > > > > correct name. Luckly I didnt have too many
built
> > > > > >
> > > > > > So Im trying to follow your directions on the
global
> temps. I
> > > > > > already had the variable excluded from the
file. In the
> > > determinator
> > > > > > condition I am using
> > > > > > device=5
> > > > > > type=variable
> > > > > > current=request
> > > > > >
> > > > > > but I am getting no responses.
> > > > > >
> > > > > >
> > > > > > George
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > > --- In ukha_xpl@xxxxxxx, "Frank Mc
Alinden"
> > > <fmcalind@b...>
> > > > > > wrote:
> > > > > > > Hi George
> > > > > > >
> > > > > > > > After he did that I reinstalled the
service with a
> slighly
> > > > > > different
> > > > > > > > name, but the template was still
looking for the
first
> > > name.
> > > > > > Once I
> > > > > > > > repicked the source to be equal to
the new name, it
> worked
> > > as it
> > > > > > > > should.
> > > > > > >
> > > > > > > Sounds like the Instance was defaulted
,You should be
> able to
> > > > > > rename this to
> > > > > > > your original name
> > > > > > > ie....w800com6...otherwise you will need
to change all
> your
> > > input
> > > > > > conditions
> > > > > > > on all your Determinators which watch
for a w800
> > > message......ie
> > > > > > your macro
> > > > > > > and x10  stuff
> > > > > > > HTH
> > > > > > > Frank
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > ----- Original Message -----
> > > > > > > From: "gmotichka"
<gmotichka@h...>
> > > > > > > To: <ukha_xpl@xxxxxxx>
> > > > > > > Sent: Saturday, December 11, 2004 7:50
AM
> > > > > > > Subject: [ukha_xpl] Re: Trouble getting
flags set in
HV -
>  I
> > > found
> > > > > > it!!
> > > > > > >
> > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > > Yes it is now working.
> > > > > > > >
> > > > > > > > It looks like I was using a
template determinator
that
> was
> > > built
> > > > > > > > before mal updated the w800.
> > > > > > > >
> > > > > > > > After he did that I reinstalled the
service with a
> slighly
> > > > > > different
> > > > > > > > name, but the template was still
looking for the
first
> > > name.
> > > > > > Once I
> > > > > > > > repicked the source to be equal to
the new name, it
> worked
> > > as it
> > > > > > > > should.
> > > > > > > >
> > > > > > > > Frank, Do you have any globals
working. I am
thinkging
> > > that is
> > > > > > what
> > > > > > > > I would use to monitor temps from
HV. Is that
correct?
> > > > > > > >
> > > > > > > > George
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > > --- In ukha_xpl@xxxxxxx,
"Frank Mc Alinden"
> > > > > > <fmcalind@b...>
> > > > > > > > wrote:
> > > > > > > > > Hi George
> > > > > > > > >                 Are you saying
you have it working
> > > now ???
> > > > > > > > >
> > > > > > > > > Frank
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > ----- Original Message -----
> > > > > > > > > From: "gmotichka"
<gmotichka@h...>
> > > > > > > > > To: <ukha_xpl@xxxxxxx>
> > > > > > > > > Sent: Saturday, December 11,
2004 7:43 AM
> > > > > > > > > Subject: [ukha_xpl] Re:
Trouble getting flags set
in
> HV -
> > >  I
> > > > > > found
> > > > > > > > it!!
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > > When I re installed the
w800 service after mal
> > > incorporated
> > > > > > the
> > > > > > > > > > delay,I know have two
instances of a sourec in
the
> > > dropdown
> > > > > > box.
> > > > > > > > > > The one I had picked was
not the correct one.
Once
> I
> > > picked
> > > > > > the
> > > > > > > > > > correct one it acted as
expected.
> > > > > > > > > >
> > > > > > > > > > So how do I get rid of
the non active instance in
> the
> > > drop
> > > > > > down
> > > > > > > > box?
> > > > > > > > > >
> > > > > > > > > > George
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > > --- In ukha_xpl@xxxxxxx,
"gmotichka"
> > > <gmotichka@h...>
> > > > > > > > wrote:
> > > > > > > > > > >
> > > > > > > > > > > Yes, Absolutely sure
it is enabled.
> > > > > > > > > > >
> > > > > > > > > > > Frank
> > > > > > > > > > > I've also tried both
combinatins of case - all
> > > caps,  first
> > > > > > > > cap,
> > > > > > > > > > no
> > > > > > > > > > > caps.
> > > > > > > > > > >
> > > > > > > > > > > I appreciate you
guys scratching your heads on
> this.
> > > Do you
> > > > > > > > think
> > > > > > > > > > it
> > > > > > > > > > > couls have anything
to do with the delay mal
put
> > > into the
> > > > > > w800?
> > > > > > > > > > >
> > > > > > > > > > > George
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > > --- In
ukha_xpl@xxxxxxx, "John B"
<home-
> > > > > > > > automation@j...>
> > > > > > > > > > > wrote:
> > > > > > > > > > > > Hi George,
> > > > > > > > > > > >
> > > > > > > > > > > > > When I was
relaying what was on the
condition
> > > screen,
> > > > > > I was
> > > > > > > > > > > typing
> > > > > > > > > > > > > it in so
yes it was a misprint. Here is
> exactly
> > > what
> > > > > > ther
> > > > > > > > is
> > > > > > > > > > as
> > > > > > > > > > > > > pasted
from the boxes:
> > > > > > > > > > > >
> > > > > > > > > > > > I think Frank
may have mentioned this before,
> but
> > > have
> > > > > > you
> > > > > > > > made
> > > > > > > > > > > sure the "This
determinator is enabled" check
> box is
> > > > > > ticked?
> > > > > > > > > > > >
> > > > > > > > > > > > The
"Execute Now" menu item will always work,
> even
> > > if a
> > > > > > > > > > > determinator is not
enabled, however it will
only
> > > act upon
> > > > > > it's
> > > > > > > > > > > input conditions if
it is enabled.
> > > > > > > > > > > >
> > > > > > > > > > > > Regards,
> > > > > > > > > > > >
> > > > > > > > > > > > John
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > > 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 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 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 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 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 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 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.