-
AuthorPosts
-
AnonymousInactiveJuly 24, 2009 at 9:11 pmPost count: 131
I have V2 running (Thanks Grif!) and am now moving on to getting conditions to work correctly. I have an X10 Key FOB assigned to M01 – M04 and I want to create a condition that states when “M01 is ON”. I have tried the following four options:
Attribute = Status, Value = 03
Attribute = Status, Value = 08
Attribute = X10Control, Value = 03
Attribute = X10Control, Value = 08With Days = ALL, don’t know why this has to be set but it does.
The Action is set to turn a light (A01) to ON, which I have setup as Attribute = X10Control, Value=3
Interestingly enough, the Value option on the Condition page forces single digit numbers, “3”, to double digit, “03”, and the Actions page forces double digit numbers, “03”, to single digit, “3”. Go figure, don’t know which one is correct nor why the tool would do this.
Anyhow, none of these worked. Does anyone know what Attribute and Attribute Value I am supposed to set in order to identify that the M01 button was turned ON? Of course, after I get that working I will want to know how to determine when the M01 is turned OFF 😯
Thanks,
SteveAnonymousInactiveJuly 24, 2009 at 10:04 pmPost count: 1001Take a look at the topic http://simplehomenet.com/forum/viewtopic.php?f=15&t=638#p3286. About half way down page 1 are screen captures for Action AX10B16On that has a Condition that triggers when an X10 On is received from device DX10B16.
A value of 2 in the Condition Attribute Value field represents ON, with an Attribute of Status. An Attribute Value of 3 represents OFF.
For an Effect, the Attribute is Status with a Value of 2 to turn ON X10 and a Value of 3 to turn OFF X10.
AnonymousInactiveJuly 24, 2009 at 11:51 pmPost count: 131Got it, I didn’t realize I was supposed to use the Code column in the document and not the column on the far right. Thanks and it appears that most of my actions are working in great shape. Thanks again Grif!
-
AuthorPosts
- You must be logged in to reply to this topic.