Jump to content

berko

Members
  • Posts

    9
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

berko's Achievements

Newbie

Newbie (1/6)

0

Reputation

  1. I have 2 ism's. one on a Comcast/xfinity modem. The other on an at&t hot spot that does not have a fixed IP. I guess it has a cellular IP. gmail will not sent from at&t. I move the one ISY to the Comcast network and it works. Any other way around this? Why did the default mechanism stop working? UD turned it off? It stopped working at both of my locations
  2. Email stopped working for me too!
  3. <?xml version="1.0" ?><triggers><d2d><trigger><id>13</id><name>Motion Org</name><parent>1</parent><if><and /><status id ="ST" node="36 93 30 1" op="IS"><val uom="51" prec="0">100</val></status></if><then><notify content="1">2</notify><repeat><for><times>3</times></for></repeat><cmd id="DFON" node="26 D7 2E 1"></cmd><wait><seconds>2</seconds></wait><cmd id="DFOF" node="26 D7 2E 1"></cmd></then><else></else><comment></comment></trigger></d2d></triggers> 2842-222. 4814 Rev 2.6 Thank You
  4. I have a program: IF MOTION_DETECTED THEN Notification Repeat 3 times Light fast on Wait 2 seconds Light fast off ELSE END Notification is sent and the light blinks when I run the THEN But when I actually trigger the MOTION the light blinks as expected but the notification is not sent! Any ideas? TIA
  5. Thank you for the answers. I will try them out. I did play with it a bit more. It almost seems like the transitions are too fast. I wrote a program that said if the zwave device goes from ON to OFF THEN wait 6 seconds Fast turn on a lamp wait 10 seconds fast turn off the lamp ELSE END The program doesn't always catch the transition it seems. Are programs "event driven"/triggered or do they just scan the network on some frequency? The messages are sent very quickly as you can see from the logs above. Within one second. The device I am monitoring plays Beethoven Da da da Daaa. Not sure how much time that really is. Maybe I need some latching circuit? TIA
  6. if I watch the console, it goes from ON to OFF and then ON onononon OFF on OFF on OFF on OFFFFFF BEEP BEEP BEEP BEEEEEEP First Event Fri 03/29/2019 03:14:40 PM : [ZWAVE-RX ZW002_1] [71/05] Alarm Report [0617] Unrecognized Event 0x17 [000000FF0617000000] ACK,AUTO,EXPLORE From=0x02 Fri 03/29/2019 03:14:40 PM : [ZWAVE-RX ZW002_1] [30/03] CC=0x30 cmd=0x03 [00FF] ACK,AUTO,EXPLORE From=0x02 Fri 03/29/2019 03:14:40 PM : [D2D EVENT ] Event [ZW002_104] [ST] [0] uom=78 prec=0 Fri 03/29/2019 03:14:40 PM : [ ZW002_104] ST 0 (uom=78 prec=0) Fri 03/29/2019 03:14:40 PM : [D2D-CMP 0009] STS [ZW002_104] ST op=1 Event(val=0 uom=78 prec=0) is Condition(val=0 uom=78 prec=0) --> true Fri 03/29/2019 03:14:40 PM : [D2D EVENT ] Event [ZW002_104] [DOF] [0] uom=78 prec=0 Fri 03/29/2019 03:14:40 PM : [ ZW002_104] DOF 0 (uom=78 prec=0) Fri 03/29/2019 03:14:41 PM : [ZWAVE-RX ZW002_1] [71/05] Alarm Report [0616] Unrecognized Event 0x16 [000000FF0616000000] ACK,AUTO,EXPLORE From=0x02 Fri 03/29/2019 03:14:41 PM : [ZWAVE-RX ZW002_1] [30/03] CC=0x30 cmd=0x03 [FFFF] ACK,AUTO,EXPLORE From=0x02 Fri 03/29/2019 03:14:41 PM : [D2D EVENT ] Event [ZW002_104] [ST] [100] uom=78 prec=0 Fri 03/29/2019 03:14:41 PM : [ ZW002_104] ST 100 (uom=78 prec=0) Fri 03/29/2019 03:14:41 PM : [D2D-CMP 0009] STS [ZW002_104] ST op=1 Event(val=100 uom=78 prec=0) is Condition(val=0 uom=78 prec=0) --> false Fri 03/29/2019 03:14:41 PM : [D2D EVENT ] Event [ZW002_104] [DON] [100] uom=78 prec=0 Fri 03/29/2019 03:14:41 PM : [ ZW002_104] DON 100 (uom=78 prec=0) Fri 03/29/2019 03:14:41 PM : [ZWAVE-RX ZW002_1] [20/01] Basic Set val=0xFF ACK,AUTO,EXPLORE From=0x02 Fri 03/29/2019 03:14:41 PM : [D2D EVENT ] Event [ZW002_104] [DON] [100] uom=78 prec=0 Fri 03/29/2019 03:14:41 PM : [ ZW002_104] DON 100 (uom=78 prec=0) Second Time triggered Fri 03/29/2019 03:17:07 PM : [ZWAVE-RX ZW002_1] [71/05] Alarm Report [0617] Unrecognized Event 0x17 [000000FF0617000000] ACK,AUTO,EXPLORE From=0x02 Fri 03/29/2019 03:17:07 PM : [ZWAVE-RX ZW002_1] [30/03] CC=0x30 cmd=0x03 [00FF] ACK,AUTO,EXPLORE From=0x02 Fri 03/29/2019 03:17:07 PM : [D2D EVENT ] Event [ZW002_104] [ST] [0] uom=78 prec=0 Fri 03/29/2019 03:17:07 PM : [ ZW002_104] ST 0 (uom=78 prec=0) Fri 03/29/2019 03:17:07 PM : [D2D-CMP 0009] STS [ZW002_104] ST op=1 Event(val=0 uom=78 prec=0) is Condition(val=0 uom=78 prec=0) --> true Fri 03/29/2019 03:17:07 PM : [D2D EVENT ] Event [ZW002_104] [DOF] [0] uom=78 prec=0 Fri 03/29/2019 03:17:07 PM : [ ZW002_104] DOF 0 (uom=78 prec=0) Fri 03/29/2019 03:17:08 PM : [ZWAVE-RX ZW002_1] [71/05] Alarm Report [0616] Unrecognized Event 0x16 [000000FF0616000000] ACK,AUTO,EXPLORE From=0x02 Fri 03/29/2019 03:17:08 PM : [ZWAVE-RX ZW002_1] [30/03] CC=0x30 cmd=0x03 [FFFF] ACK,AUTO,EXPLORE From=0x02 Fri 03/29/2019 03:17:08 PM : [D2D EVENT ] Event [ZW002_104] [ST] [100] uom=78 prec=0 Fri 03/29/2019 03:17:08 PM : [ ZW002_104] ST 100 (uom=78 prec=0) Fri 03/29/2019 03:17:08 PM : [D2D-CMP 0009] STS [ZW002_104] ST op=1 Event(val=100 uom=78 prec=0) is Condition(val=0 uom=78 prec=0) --> false Fri 03/29/2019 03:17:08 PM : [D2D EVENT ] Event [ZW002_104] [DON] [100] uom=78 prec=0 Fri 03/29/2019 03:17:08 PM : [ ZW002_104] DON 100 (uom=78 prec=0) Fri 03/29/2019 03:17:08 PM : [ZWAVE-RX ZW002_1] [20/01] Basic Set val=0xFF ACK,AUTO,EXPLORE From=0x02 Fri 03/29/2019 03:17:08 PM : [D2D EVENT ] Event [ZW002_104] [DON] [100] uom=78 prec=0 Fri 03/29/2019 03:17:08 PM : [ ZW002_104] DON 100 (uom=78 prec=0) More Info Fri 03/29/2019 03:21:30 PM : [D2D EVENT ] Event [ZW002_104] [ST] [0] uom=78 prec=0 Fri 03/29/2019 03:21:30 PM : [ ZW002_104] ST 0 (uom=78 prec=0) Fri 03/29/2019 03:21:30 PM : [D2D-CMP 0009] STS [ZW002_104] ST op=1 Event(val=0 uom=78 prec=0) is Condition(val=0 uom=78 prec=0) --> true Fri 03/29/2019 03:21:30 PM : [D2D EVENT ] Event [ZW002_104] [DOF] [0] uom=78 prec=0 Fri 03/29/2019 03:21:30 PM : [ ZW002_104] DOF 0 (uom=78 prec=0) Fri 03/29/2019 03:21:31 PM : [D2D EVENT ] Event [ZW002_104] [ST] [100] uom=78 prec=0 Fri 03/29/2019 03:21:31 PM : [ ZW002_104] ST 100 (uom=78 prec=0) Fri 03/29/2019 03:21:31 PM : [D2D-CMP 0009] STS [ZW002_104] ST op=1 Event(val=100 uom=78 prec=0) is Condition(val=0 uom=78 prec=0) --> false Fri 03/29/2019 03:21:31 PM : [D2D EVENT ] Event [ZW002_104] [DON] [100] uom=78 prec=0 Fri 03/29/2019 03:21:31 PM : [ ZW002_104] DON 100 (uom=78 prec=0) Fri 03/29/2019 03:21:31 PM : [D2D EVENT ] Event [ZW002_104] [DON] [100] uom=78 prec=0 Fri 03/29/2019 03:21:31 PM : [ ZW002_104] DON 100 (uom=78 prec=0) Device communicaiton events Fri 03/29/2019 03:22:26 PM : [ZWAVE-RX ZW002_1] [71/05] Alarm Report [0617] Unrecognized Event 0x17 [000000FF0617000000] ACK,AUTO,EXPLORE From=0x02 Fri 03/29/2019 03:22:26 PM : [ZWAVE-RX ZW002_1] [30/03] CC=0x30 cmd=0x03 [00FF] ACK,AUTO,EXPLORE From=0x02 Fri 03/29/2019 03:22:26 PM : [D2D EVENT ] Event [ZW002_104] [ST] [0] uom=78 prec=0 Fri 03/29/2019 03:22:26 PM : [ ZW002_104] ST 0 (uom=78 prec=0) Fri 03/29/2019 03:22:26 PM : [D2D-CMP 0009] STS [ZW002_104] ST op=1 Event(val=0 uom=78 prec=0) is Condition(val=0 uom=78 prec=0) --> true Fri 03/29/2019 03:22:26 PM : [D2D EVENT ] Event [ZW002_104] [DOF] [0] uom=78 prec=0 Fri 03/29/2019 03:22:26 PM : [ ZW002_104] DOF 0 (uom=78 prec=0) Fri 03/29/2019 03:22:27 PM : [ZWAVE-RX ZW002_1] [71/05] Alarm Report [0616] Unrecognized Event 0x16 [000000FF0616000000] ACK,AUTO,EXPLORE From=0x02 Fri 03/29/2019 03:22:27 PM : [ZWAVE-RX ZW002_1] [30/03] CC=0x30 cmd=0x03 [FFFF] ACK,AUTO,EXPLORE From=0x02 Fri 03/29/2019 03:22:27 PM : [D2D EVENT ] Event [ZW002_104] [ST] [100] uom=78 prec=0 Fri 03/29/2019 03:22:27 PM : [ ZW002_104] ST 100 (uom=78 prec=0) Fri 03/29/2019 03:22:27 PM : [D2D-CMP 0009] STS [ZW002_104] ST op=1 Event(val=100 uom=78 prec=0) is Condition(val=0 uom=78 prec=0) --> false Fri 03/29/2019 03:22:27 PM : [D2D EVENT ] Event [ZW002_104] [DON] [100] uom=78 prec=0 Fri 03/29/2019 03:22:27 PM : [ ZW002_104] DON 100 (uom=78 prec=0) Fri 03/29/2019 03:22:28 PM : [ZWAVE-RX ZW002_1] [20/01] Basic Set val=0xFF ACK,AUTO,EXPLORE From=0x02 Fri 03/29/2019 03:22:28 PM : [D2D EVENT ] Event [ZW002_104] [DON] [100] uom=78 prec=0 Fri 03/29/2019 03:22:28 PM : [ ZW002_104] DON 100 (uom=78 prec=0) Status Operation Events Fri 03/29/2019 03:23:02 PM : [ ZW002_104] ST 0 (uom=78 prec=0) Fri 03/29/2019 03:23:02 PM : [ ZW002_104] DOF 0 (uom=78 prec=0) Fri 03/29/2019 03:23:03 PM : [ ZW002_104] ST 100 (uom=78 prec=0) Fri 03/29/2019 03:23:03 PM : [ ZW002_104] DON 100 (uom=78 prec=0) Fri 03/29/2019 03:23:03 PM : [ ZW002_104] DON 100 (uom=78 prec=0)
  7. I have a zwave device that is triggered by a motion detection setup. The detection will actually bounce the wave ON then OFF then ON then OFF several times quickly. It lasts about 5 seconds? How can I capture that event and send 1 email. Turn on a light for a set period of time etc. How do I "debounce" that? Maybe variables? I am a programmer but have not studied ISY much. Looking for a short cut Busy with real job. Any pointers? TIA
×
×
  • Create New...