Jump to content

Using Aeotec Sensor in Isy Program problem


Bspect

Recommended Posts

Posted

I'm having trouble integrating my Aeotec Multisensor 6 into an Isy program. I set the IF to Temperature < 35 F, I then try to do the THEN (action) to make my Insteon On/Off switch to "ON" but it won't give me that option, it just gives me "Query" as the only option. In fact, regardless of the Insteon device I select in THEN (action), it only gives me the QUERY as the action option. What does that mean or why no regular options (OFF, ON, etc) ? Is there a some setting in Isy or Z-wave that makes this happen. What am I missing?

  • 3 weeks later...
Posted

I'm using this sensor to turn-off my overhead ceiling fan once the room cools off. Sounds like your challenge is in the THEN area, not the IF area...

In the IF section of the program, I say   if the temperature <=76.0 F

In the THEN area I have: Set 'Scenes / SCENE: Master Ceiling Fan' off
I get there by selecting an ACTION...

(I use scenes for almost everything because most of my devices (like the ceiling fan) also have a switch, which I want to turn the light off of the switch as well as turn the device off.)

Good luck!

 

Posted
On ‎1‎/‎27‎/‎2020 at 2:20 PM, Bspect said:

I'm having trouble integrating my Aeotec Multisensor 6 into an Isy program. I set the IF to Temperature < 35 F, I then try to do the THEN (action) to make my Insteon On/Off switch to "ON" but it won't give me that option, it just gives me "Query" as the only option. In fact, regardless of the Insteon device I select in THEN (action), it only gives me the QUERY as the action option. What does that mean or why no regular options (OFF, ON, etc) ? Is there a some setting in Isy or Z-wave that makes this happen. What am I missing?

What version of the ISY firmware and UI are you running?

The following program works, make sure your using the "multilevel sensor" node and not the "motion" node.

 

If

        'Multilevel Sensor' Temperature < 35.0°F

 Then

        Set 'your switch' On

 Else

   - No Actions - (To add one, press 'Action')

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...