Author |
|
mdsmith Newbie
Joined: April 24 2019 Location: United States
Online Status: Offline Posts: 14
|
Posted: May 07 2019 at 13:27 | IP Logged
|
|
|
I am using the W800RF32 device. Using a Window/door switch the W800 see the incoming data when the door is opened (PH Stat). Using the macro ph_multix ("EXT",1,1) to obtain the data, does not see the data.
Macro-
Seq Command data ID Value Formula
---------------------------------------------------------
10 Set Global DOOR   ; ph_multix("E XT",1,1)
20 Set System [LOCAL1] ph_multix("EXT",1,1)
30 Message Box No ph_multix( "A",1,1)
40 Message Box No ph_multix( "EXT",1,1)
Ph Stat show -
Time Stamp Typ e Details
---------------------------------------------------------
May 07 Incoming x10 Incoming Extended RF received on Controller W800RF Housecode: A Unit:Command: off
May 07 Incoming X10 Incoming Extended RF received on Controller W800RF Unit: 245 Data 129
1st Message Box shows A0102
2nd Message Box shows 00000
Am I using the ph_multix("EXT",1,1) correctly? Is there any of ph_ command I can use to obtain the data?
Michael
Edited by mdsmith - May 08 2019 at 08:32
|
Back to Top |
|
|
TonyNo Moderator Group
Joined: December 05 2001 Location: United States
Online Status: Offline Posts: 2889
|
Posted: May 07 2019 at 19:04 | IP Logged
|
|
|
I don't think you want multix. That's for combining multiple X-10 transmissions into unique actions.
For my window/door switches, I have a trigger set up for "X10 RF in Ext" and All Data and the data gets loaded into [TEMP3] (ID/address?) and [TEMP4] (data), then I check those.
|
Back to Top |
|
|
mdsmith Newbie
Joined: April 24 2019 Location: United States
Online Status: Offline Posts: 14
|
Posted: May 07 2019 at 19:33 | IP Logged
|
|
|
Wow, thank you, I'll try that. I need time to try this
and play around with it, not sure I understand how your
procedure works or how to implement it. I'll get back to
you and let you know. Thanks again!
Michael
|
Back to Top |
|
|
mdsmith Newbie
Joined: April 24 2019 Location: United States
Online Status: Offline Posts: 14
|
Posted: May 08 2019 at 08:12 | IP Logged
|
|
|
With the information you provided I was able to figure it
out. Fantastic! This is so cool. Using the Message Box
and TEMP variables (" [TEMP1]"+ " [TEMP2]"+ " [TEMP3]"+"
[TEMP4]"),I know which door/window is open or closed.
Thank you so much for your help!
PowerHome ROCKS!
Michael
Edited by mdsmith - May 08 2019 at 18:45
|
Back to Top |
|
|
HarrySaw Newbie
Joined: May 24 2019 Location: United States
Online Status: Offline Posts: 4
|
Posted: May 29 2019 at 16:46 | IP Logged
|
|
|
Thanks for the recommendations, fellas!
|
Back to Top |
|
|