Jump to content

kchau

Members
  • Posts

    7
  • Joined

  • Last visited

kchau's Achievements

Newbie

Newbie (1/6)

0

Reputation

  1. Thanks for the info, MrBill. Mine is 4.55.00, so it's a 300 series Z-wave board. The ZSE40 is 500 series. I guess it just happens to be working with the ISY. Will check out the Polisy which is quite interesting. Time to upgrade to a newer better box I guess ...
  2. Thanks again MrBill. You're right that no variable is needed this way. My ISY994i is from 2013 which is really old. I missed the opportunity of replacing a module on the main board when it's still available (probably one or two years ago). I read at that time further upgrade beyond 5.0.x without the new daughter board is not possible. Hope I was mistaken (or thing is changed) and any info to confirm would be appreciated.
  3. Thanks gzahar. This works.
  4. Thanks MrBill. Your suggestion works. What I tried to accomplish should be straight forward if I can customize the timeout on the motion sensor itself. My intent is when sensor is triggered, the aquarium air pump will stop for 10 minutes. Then it will turn back on when sensor is OFF. The sensor is a Zooz ZSE40 with the 500 series chip. My ISY994i is running 5.0.14 firmware which is not upgradable due to hardware limitation. I think the ZSE40 and the ISY is not fully compatible, hence no parameters of the sensor is presented for adjustment. Just trying to put together some programs as workaround ...
  5. Hello, I have the following simple program to change a variable with a timeout. The initial value is set to 0. The IF statement works and the variable changes to 1 as expected when sensor is ON. However, it never changed back to 0 again. Hope someone can point me to the right direction for troubleshooting. Thanks in advance. If 'Lower Level / Family Room / Family Room Motion Sensor / ZW 018 Motion Sensor 1' Status is On Then $FR_Motion = 1 Wait 10 minutes $FR_Motion = 0 Else - No Actions - (To add one, press 'Action')
×
×
  • Create New...