Jump to content

wrique

Members
  • Posts

    31
  • Joined

  • Last visited

Recent Profile Visitors

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

wrique's Achievements

Newbie

Newbie (1/6)

5

Reputation

  1. I got it to work. I had the wrong UUID in the portal. Thank you for your help! Rick
  2. I did go to my.iso.io and created an account with the UUID of my ISY. On the account the ball is gray and if you mouse over it, it says "ISY never connected".
  3. It has never show as registered. I believe I have followed all of the steps, except this never occurred: 3. Giving permission to ISY to communicate with ISY Portal Login to the Admin Console Click Configuration | Portals tab You will see a request for access from your account in ISY Portal The Portals tab just shows a little box with: Online ! Not Registered and when I click on the Refresh button nothing happens.
  4. I purchased a subscription to the ISY portal this weekend (Dec 9) and in the ISY admin app under the Portal tab shows: Online ! Not Registered I have tried clicking on the Refresh button, but it doesn't change. I think I did everything correct and I double checked the UUID to make sure it is correct in the purchase. The error log shows entries like this since Dec 9th: Sat 2017/12/09 09:39:40 PM System -5012 223 Sat 2017/12/09 09:41:30 PM System -170001 [uDSockets] RSub:30 error:6 Sat 2017/12/09 09:41:35 PM System -170001 [uDSockets] RSub:30 error:6 Sat 2017/12/09 09:41:40 PM System -170001 [uDSockets] RSub:30 error:6 Sat 2017/12/09 09:41:45 PM System -5012 224 Sat 2017/12/09 09:51:05 PM System -170001 [uDSockets] RSub:30 error:6 Sat 2017/12/09 09:51:10 PM System -170001 [uDSockets] RSub:30 error:6 Sat 2017/12/09 09:51:15 PM System -170001 [uDSockets] RSub:30 error:6 Sat 2017/12/09 09:51:20 PM System -5012 225 Sun 2017/12/10 01:19:00 AM System -100 [DHCP] state=RENEW Sun 2017/12/10 10:07:39 AM System -5012 226 Sun 2017/12/10 10:19:37 AM System -80004 n/a Sun 2017/12/10 10:19:37 AM System -80004 n/a Sun 2017/12/10 10:21:05 AM System -5 Start Sun 2017/12/10 10:21:08 AM System -170001 [Network] Established Sun 2017/12/10 10:21:08 AM System -110022 /CONF/PORTALS.PSF Sun 2017/12/10 10:21:03 AM System -80004 n/a Sun 2017/12/10 10:21:03 AM System -80004 n/a Sun 2017/12/10 10:21:22 AM System -80004 n/a Sun 2017/12/10 10:21:22 AM System -80004 n/a Sun 2017/12/10 10:21:27 AM System -80004 n/a Sun 2017/12/10 10:21:27 AM System -80004 n/a Sun 2017/12/10 10:28:08 AM System -10011 n/a Sun 2017/12/10 10:28:33 AM System -80004 n/a Sun 2017/12/10 10:28:33 AM System -80004 n/a Sun 2017/12/10 11:44:36 AM System -80004 n/a Sun 2017/12/10 11:44:36 AM System -80004 n/a Sun 2017/12/10 11:54:38 AM System -5 Start Sun 2017/12/10 11:54:41 AM System -170001 [Network] Established Sun 2017/12/10 11:54:41 AM System -110022 /CONF/PORTALS.PSF Sun 2017/12/10 11:54:41 AM System -80004 n/a Sun 2017/12/10 11:54:41 AM System -80004 n/a Sun 2017/12/10 11:54:43 AM System -5006 uuid:27 Sun 2017/12/10 11:54:59 AM System -80004 n/a Sun 2017/12/10 11:54:59 AM System -80004 n/a Sun 2017/12/10 11:55:04 AM System -80004 n/a Sun 2017/12/10 11:55:04 AM System -80004 n/a Sun 2017/12/10 12:19:34 PM System -170001 [uDSockets] RSub:28 error:6 Sun 2017/12/10 12:19:39 PM System -5012 27 Sun 2017/12/10 12:28:19 PM System -170001 [uDSockets] RSub:28 error:6 Sun 2017/12/10 12:28:24 PM System -5012 28 Sun 2017/12/10 12:44:34 PM System -5012 29 Sun 2017/12/10 03:21:00 PM System -170001 [uDSockets] RSub:28 error:6 Sun 2017/12/10 03:21:05 PM System -170001 [uDSockets] RSub:28 error:6 Sun 2017/12/10 03:21:10 PM System -170001 [uDSockets] RSub:28 error:6 Sun 2017/12/10 03:21:15 PM System -5012 30 Sun 2017/12/10 03:24:26 PM System -170001 [uDSockets] RSub:28 error:6 Sun 2017/12/10 03:24:31 PM System -5012 31 Sun 2017/12/10 11:54:45 PM System -100 [DHCP] state=RENEW Thank you for your help, Rick
  5. Thanks so much, guys. I got it working great with your help!
  6. I have a 2842-222 motion sensor controlling my backyard floodlights through a 2476S switch. Its options are: Timeout - 3.0 minutes LED Brightness - 100 Darkness Sensitivity - 128 Sensing mode - As motion is sensed (checked) LED On - checked On commands only - unchecked Night only mode - checked The desire is to - 1) Turn on the lights for 3 minutes if there is motion 2) If the user turns on the light with the switch (instead of the motion sensor), let them leave it on as long as possible (don't timeout) 3) They can always turn off the light with the switch 1) and 2) work fine, but 3) does not. If motion turns on the light and you try to turn it off with the switch before the 3 minutes is up, the light turns back on. Here are the 2 programs: "Turn on backyard floodlights when there is motion" If Status 'Back porch motion-Sensor' is On And Status 'Backyard flood lights' is Off And From Sunset To Sunrise (next day) Then Set 'Backyard flood lights' On $backyard_motion = 1 "Turn off backyard floodlights when motion stops" If Status 'Back porch motion-Sensor' is Off And $backyard_motion is 1 And From Sunset To Sunrise (next day) Then Set 'Backyard flood lights' Off $backyard_motion = 0 Any ideas why the light turns itself back on?
  7. I've got it upgraded to 2.7.7. Anything I should try?
  8. I have the ISY-99i and a smarthome ioclinc on my garage door. The sensor and the relay works great. But the relay is a toggle (i.e. I set it ON and it opens the garage door and push ON again and it closes it). I would like to have discrete control over the garage door such that if I push an ON button the garage door goes up and if I push an OFF button the door goes down. I tried using the "Momentary A:", "Momentary: Look at sensor" options for the relay/sensor and they didn't work. I also reset my iolinc to factory settings and upgraded my ISY-99i to 2.7.6. Any ideas?
×
×
  • Create New...