Jump to content
View in the app

A better way to browse. Learn more.

Universal Devices Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

zerop

Members
  • Joined

  • Last visited

Everything posted by zerop

  1. See this tread.
  2. zerop replied to zerop's topic in ISY994
    I do have a couple hundred program doing nothing but getting my two thermostat temperatures into variables. This could be solved moving to v5. Example of one of my series of programs that gets used quite often: When the AC turns on and it's 3 degrees cooler outside than inside (checking temperature using the wireless tags), Alexa states it's cooler outside. If the back door is opened within three minutes the AC is turned off and the house fans are turned on.
  3. zerop replied to zerop's topic in ISY994
    Too much to tell you all the details but I've got a 2-zone HVAC system, 2 whole house fans, a garage fan, 2 hot water recirculation pumps, all the lights in the house, inside and outside cameras, door and window sensors and a dozen CAO wireless tag temperature sensors all integrated together along with blue iris for the cameras (used as motion sensors too) as well as being integrated into my and my wife's cell phones using Tasker and finally all of it used in conjunction with several Amazon Echo Dots around the house.
  4. zerop replied to zerop's topic in ISY994
    System memory? Total: 1015MB Reserved: 101MB Used: 87MB Bad: 0MB Free: 826MB But system memory is different than the memory used to load the programs.
  5. zerop replied to zerop's topic in ISY994
    PLM Links = 468
  6. zerop replied to zerop's topic in ISY994
    I'm fairly certain that is a different memory than what is used for loading the programs.
  7. zerop posted a topic in ISY994
    Well, after a long time wondering what exactly the limitations of my ISY994i Pro actually is (even after posing the question here and no on really knowing) I've finally found it. I made my 1,245th program, hit save and found it highlighted in yellow. In the program Summary tab it stated "Not Loaded" and "Out of Memory". Current system: 1,244 programs 371 Variables (342 integer, 29 state) 340 Network Resources 410 Custom Notifications 77 Devices (all Insteon with the exception of three Z-Wave)
  8. If you create a scene called "Master Bath Light" and add only that one light/device (let's call it "Light Bulb") into the scene ("Light Bulb" has to be added as a Controller). Create a program from say 11pm to 6am (next day) Then: In Scene 'Light Bulb' Set 'Light Bulb' 12% (On Level) Else: In Scene 'Light Bulb' Set 'Light Bulb' 90% (On Level) This is what you DON'T want to do: Then: In Scene 'Master Bath Light' Set 'Light Bulb' 12% (On Level) Else: In Scene 'Master Bath Light' Set 'Light Bulb' 90% (On Level)
  9. zerop replied to zerop's topic in ISY994
    Do I need to re-link all my devices?
  10. zerop posted a topic in ISY994
    So, I've talked to tech support and turns out I have to do a restore from a backup due to a corrupt file. What exactly is in a backup? Does it include all of the network resources I've made? All my customized notifications? What about all of my scenes, are they preserved as well? What about the folder structure of my devices? If all of that is restored do I have to go through the process of linking all of my devices again to the ISY after the restore? Does a restore essentially factory reset the ISY and then reload all the programs and everything else?
  11. 4.7.3 firmware and UI. Yes, already did a reboot.
  12. When I click on the tab Customizations under Emails/Notifications under the Configuration setting, nothing loads. I have maybe 300 already setup but I can't add, delete or modify them as nothing shows up, even after I hit Reload as well. I have so many because I use them to send information to a web page as a way of logging ISY actions. Then if I go to a program that uses one of these notifications it shows up as [Entry xxx] rather than calling out the notification name. The notifications still work, I just can't get to the notifications to edit any of them. Anyone else ever have this issue? Thoughts on what I can do to access the notifications?
  13. How about using these two programs? New Program1 - [ID 006D][Parent 0001] If Status 'Thermostat' is Calling for Heat And Status 'Thermostat' >= 73° (Heat Setpoint) Then Run Program 'New Program2' (Then Path) Else - No Actions - (To add one, press 'Action') New Program2 - [ID 01B3][Parent 0001] If - No Conditions - (To add one, press 'Schedule' or 'Condition') Then Disable Program 'New Program1' Wait 17 minutes Set 'Thermostat' 72° (Heat Setpoint) Enable Program 'New Program1' Else - No Actions - (To add one, press 'Action') Why are you having it wait 17 minutes before adjusting the temperature back to what it should be?
  14. zerop replied to zerop's topic in ISY994
    Thanks for that. It shows Static = 262,144 used, Heap = 1,060,864 free, Total = 1,323,008 So, even with over 1,100 programs it looks like I'm not doing too bad. It does take a good 2-3 minutes to load the programs tab of the admin console though. After the info listed above there are columns of other numbers, what do they mean? Size: Total, Current Free, Current Used, High Used 600: 1034, 748, 286, 286 197: 4, 2, 2, 2 106: 270, 270, 0, 2 etc. There are 21 rows of numbers.
  15. zerop replied to zerop's topic in ISY994
    Another year or so has past since I posted this and I'm now up to 1,163 programs (never mind folders and scenes). I have my ISY doing many different tasks. There is supposed to be a 1,000 program limit to the ISY. I remember reading somewhere that that is no longer the case but the limit has something to do with memory. Does anyone know? I foresee a few more things to add and am wondering when I'll reach the limit of the ISY and what will happen when I do.
  16. The transformer is not plug-in but it shouldn't be hard or too expensive to add a plug to the end of the bare wires that are provided.
  17. Correct, only power on/off needed.
  18. I'm planning on installing three motorized HVAC dampers. They come with a 120V to 24VDC transformer. I'm considering two options to power them. Option 1: Use an In-LineLinc for each one. Option 2: Use one OutletLinc for two of them and a second OutletLinc for the 3rd (ending up with a spare outlet with nothing on it) These will be normally open dampers and all I want is for them to be open or closed, nothing in between (e.g. don't need dimmable In-LineLinc or OutletLinc) I'm thinking of going with Option 2 solely for cost. Three In-LineLinc's would cost ~$180 where two OutletLinc's would be ~$100 (that and I think I have a spare one laying around somewhere already). Thoughts or input? Am I missing something? Thanks!
  19. zerop replied to zerop's topic in ISY994
    How do you all get away with so few programs? Am I just doing a lot with my ISY or am I doing it wrong?
  20. zerop posted a topic in ISY994
    I started a thread with this topic over 2 years ago but it's archived and I can't keep it going. Two years ago I was questioning if 195 programs was a lot. Today I have 813 programs, 274 network resources and 195 variables. How about you?
  21. zerop replied to zerop's topic in ISY994
    So, I have recently purchased some new Foscam PoE cameras model FI9901EP. I have setup several network resources to control my other Foscam cameras (model FI9821EP) and everything has been working fine. I tried using the same network resources for my new model cameras and it doesn't work. Is there a new CGI user manual with different commands for the newer Foscam cameras?
  22. You want this: Dimmer Test - [ID 0004][Parent 0001] If From 10:38:00AM To 11:30:00AM (same day) Then In Scene 'Downstairs / Game Room Dimmer' Set 'Downstairs / Game Room Dimmer' 25% (On Level) Else In Scene 'Downstairs / Game Room Dimmer' Set 'Downstairs / Game Room Dimmer' 100% (On Level)
  23. See my post here for what you're looking for: http://forum.universal-devices.com/topic/20484-adjust-local-on-level/?p=197386 You may need to read through a bit more of the thread to totally understand everything. Let me know if you still can't get it figured out.
  24. Is no one going to comment on his two programs? Is it me or do they not seem to make sense? Your "Shed Trigger" program runs the "If" of your "Shed Timer" program but there is nothing in the "If" portion of your "Shed Timer" program so I would presume nothing would happen (or it would always run false/else?). Also, in your "Shed Timer" program why do you have a 5 minute wait at the end of the "Then" portion?
  25. Ah, I see. Maybe you should have written something like this then. The issue that I am having is after pressing button 2 to activate the movie scene and then turning the scene off, subsequent presses of button 1 only turn the lights on to 20%, however presses of the paddle switches to on turn the level to 75% as they are supposed to.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.