I have some blinds I'd like to also control with an on the wall zWave switch. When you press up on the switch, it sets a device labeled Floor1 Living Room (Downstairs) Right Blind Switch Central Scene to 1000 and when you press down it sets it to 2000. EasyTrigger appears to pick this up too:
(Yes, the labels are verbose - if I can remember how to rename rooms I'll clean things up; but an option to just work by divice ID would also be awesome)
So based on that I have set this rule, but it doesn't seem to activate:

The device in the If section that is cut off is Floor1 Living Room (Downstairs) Right Blind Switch Central Scene and the device in the Then section that is cut off is Floor1 Living Room (Downstairs) Right Blind Control Multilevel
And as an FYI if I manually trigger the device from the device view in Homeseer this is what I see in the log:
This should be pretty straightforward, no? Push up on the zWave switch and the value of it gets set to 1000, so then set the the other device to On or 99 and the blind goes up. What am I missing?
Code:
[TABLE="cellspacing: 0"] [TR] [TD="align: left"][COLOR=#000000]Jul-05 2:08:35 PM[/COLOR][/TD] [TD="align: left"] [/TD] [TD="colspan: 3, align: left"][COLOR=#000000]EasyTrigger[/COLOR][/TD] [TD="colspan: 8, align: left"][COLOR=#000000]DEBUG Device 117 value changed from 2000 to 1000[/COLOR][/TD] [/TR] [/TABLE] [TABLE="cellspacing: 0"] [TR] [TD="align: left"][COLOR=#000000]Jul-05 2:08:35 PM[/COLOR][/TD] [TD="align: left"] [/TD] [TD="colspan: 3, align: left"][COLOR=#000000]Z-Wave[/COLOR][/TD] [TD="colspan: 8, align: left"][COLOR=#000000]Device: [COLOR=#000080]Floor1 Living Room (Downstairs) Right Blind Switch Central Scene[/COLOR] Set to [COLOR=#008000]1000[/COLOR][/COLOR][/TD] [/TR] [/TABLE] [TABLE="cellspacing: 0"] [TR] [TD="align: left"][COLOR=#000000]Jul-05 2:08:31 PM[/COLOR][/TD] [TD="align: left"] [/TD] [TD="colspan: 3, align: left"][COLOR=#000000]EasyTrigger[/COLOR][/TD] [TD="colspan: 8, align: left"][COLOR=#000000]DEBUG Device 117 value changed from 1000 to 2000[/COLOR][/TD] [/TR] [/TABLE] [TABLE="cellspacing: 0"] [TR] [TD="align: left"][COLOR=#000000]Jul-05 2:08:31 PM[/COLOR][/TD] [TD="align: left"] [/TD] [TD="colspan: 3, align: left"][COLOR=#000000]Z-Wave[/COLOR][/TD] [TD="colspan: 8, align: left"][COLOR=#000000]Device: [COLOR=#000080]Floor1 Living Room (Downstairs) Right Blind Switch Central Scene[/COLOR] Set to [COLOR=#008000]2000[/COLOR][/COLOR][/TD] [/TR] [/TABLE]
So based on that I have set this rule, but it doesn't seem to activate:
The device in the If section that is cut off is Floor1 Living Room (Downstairs) Right Blind Switch Central Scene and the device in the Then section that is cut off is Floor1 Living Room (Downstairs) Right Blind Control Multilevel
And as an FYI if I manually trigger the device from the device view in Homeseer this is what I see in the log:
Code:
[TABLE="cellspacing: 0"] [TR] [TD="align: left"][COLOR=#000000]Jul-05 2:12:05 PM[/COLOR][/TD] [TD="align: left"] [/TD] [TD="colspan: 3, align: left"][COLOR=#000000]EasyTrigger[/COLOR][/TD] [TD="colspan: 8, align: left"][COLOR=#000000]DEBUG Device 114 value changed from 99 to 0[/COLOR][/TD] [/TR] [/TABLE] [TABLE="cellspacing: 0"] [TR] [TD="align: left"][COLOR=#000000]Jul-05 2:12:05 PM[/COLOR][/TD] [TD="align: left"] [/TD] [TD="colspan: 3, align: left"][COLOR=#000000]Z-Wave[/COLOR][/TD] [TD="colspan: 8, align: left"][COLOR=#000000]Device: [COLOR=#000080]Floor1 Living Room (Downstairs) Right Blind Control Multilevel[/COLOR] Set to [COLOR=#008000]0[/COLOR][/COLOR][/TD] [/TR] [/TABLE] [TABLE="cellspacing: 0"] [TR] [TD="align: left"][COLOR=#000000]Jul-05 2:12:05 PM[/COLOR][/TD] [TD="align: left"] [/TD] [TD="colspan: 3, align: left"][COLOR=#000000]Device Control[/COLOR][/TD] [TD="colspan: 8, align: left"][COLOR=#000000]Device: Floor1 Living Room (Downstairs) Right Blind Control Multilevel to Off (0) by/from: CAPI Control Handler[/COLOR][/TD] [/TR] [/TABLE] [TABLE="cellspacing: 0"] [TR] [TD="align: left"][COLOR=#000000]Jul-05 2:11:55 PM[/COLOR][/TD] [TD="align: left"] [/TD] [TD="colspan: 3, align: left"][COLOR=#000000]EasyTrigger[/COLOR][/TD] [TD="colspan: 8, align: left"][COLOR=#000000]DEBUG Device 114 value changed from 0 to 99[/COLOR][/TD] [/TR] [/TABLE] [TABLE="cellspacing: 0"] [TR] [TD="align: left"][COLOR=#000000]Jul-05 2:11:55 PM[/COLOR][/TD] [TD="align: left"] [/TD] [TD="colspan: 3, align: left"][COLOR=#000000]Z-Wave[/COLOR][/TD] [TD="colspan: 8, align: left"][COLOR=#000000]Device: [COLOR=#000080]Floor1 Living Room (Downstairs) Right Blind Control Multilevel[/COLOR] Set to [COLOR=#008000]99[/COLOR][/COLOR][/TD] [/TR] [/TABLE] [TABLE="cellspacing: 0"] [TR] [TD="align: left"][COLOR=#000000]Jul-05 2:11:54 PM[/COLOR][/TD] [TD="align: left"] [/TD] [TD="colspan: 3, align: left"][COLOR=#000000]Device Control[/COLOR][/TD] [TD="colspan: 8, align: left"][COLOR=#000000]Device: Floor1 Living Room (Downstairs) Right Blind Control Multilevel to On (99) by/from: CAPI Control Handler[/COLOR][/TD] [/TR] [/TABLE]
Comment