Jump to content

Guy Lavoie

Members
  • Posts

    745
  • Joined

  • Last visited

Everything posted by Guy Lavoie

  1. As I like to say about backups: There are two groups of computer users, those who have lost data, and those who will.
  2. Red would indicate that it's running the ELSE code in the program. You should post the whole program (right click, copy to clipboard). Could be some kind of logic condition causing it.
  3. When you do a "replace", you normally start by adding the new device, as a standalone with a temporary name. Then you bring up the device you want to replace, right click, and select "Replace <device name> with" and select the new device you just added previous. IoX will normally edit all the links, scenes, and programs to use the new device. The old device will also be automatically removed. The new device will also get renamed to the name the old one had, so nothing will look different in your programs and scenes.
  4. I've never created or edited programs from UD Mobile, but I know there are some things you can't do, that are only available from the admin console.
  5. Wow, that's a detailed response that I'm bookmarking. Thank you! As you might already know from following this forum, I have an old Polisy coming that is "too old" for the usual upgrade procedure, so doing this will probably be part of the process of bringing it up to spec. Timely!
  6. I was able to extract the link ok, thanks! So how does this work? UDI sends you a file that is a proper image of what a Polisy should be like, and you use this to write it to the SSD drive? Is a special software utility required to do this? Thanks.
  7. What is this SSD imager you're mentioning? A hardware device?
  8. The official route is with a ticket. The unofficial thing you can try (and seems to work for most) is to ssh into it and do a manual pkg install: scroll down to tokenworker's post Trying those various resets might have made not so easily recoverable, especially if you really cannot see it connected to your router.
  9. You should try progressive troubleshooting steps. First off, try and see if the eisy is receiving the button presses from the keypad. View the button's status in Admin Console and press the button. Does the status update on the screen? If not, do a restore device on the keypadlinc. If the status updates ok, then create a test program that simply writes or increments a test variable. If that works but your existing program doesn't, then it could the device links in the program that didn't migrate correctly (it happens). If that seems to be the case, edit the non working program and re-select the keypad button from the device list, and click on update (as if you were modifying the program). This updates the internal reference to that device. Then save the program and try it again.
  10. As @oberkc referred to, there was no mention of whether the PLM will be the one that was used with the now dead ISY994i or if it's the one that has been with the used eisy. I would certainly try the one that was already in that house first. In that case, it would be just like doing a ISY994i to eisy upgrade. Another thing: the ISY had release 5.0.16, which is the last version (5.0.16C actually) that supports the Zwave 300 board. Do you have Zwave devices too? If so, those won't migrate, and you'd need to reinstall them (and have the needed Zwave 700 series dongle or Zmatter dongle on your eisy).
  11. I also have Alexa extensively implemented (mostly for the wife) but I also have an alternate way of doing everything without it. Whether it be seldom used mini controllers, alternate app (like the Hue app), etc. I just don't want to be stalled by an internet outage. Local control is king, everything else is just icing on top.
  12. Yes, that's what I meant. The idea is to remove any links in the PLM that don't belong there, which would be all of them if it's being moved to a different home with different devices. Since a migration might be assuming that you're updating an existing system, it might not automatically restore the PLM (since the links would already be there). If that comes up, then a Restore PLM might also be needed after the migration. A few people have run into some issues with the Upgrade Packages process. Though I have yet to hear of one that wasn't recoverable by UDI support. The fact that you're not upgrading a live system should give you a bit more piece of mind if something happens and you require support.
  13. The two versions seem close enough, so upgrading beforehand would seem like a good idea. I'm not sure what you mean by restoring the PLM. Restoring a PLM is something you normally do when replacing a PLM on an existing system, or if you have communications issues and you think some links might be missing. The migration process says to connect the PLM to the new controller and run the upgrade, though that assumes that the PLM was being used with the same devices, on the controller you are upgrading from. What you might need to do instead is "Delete Modem (PLM)" to erase the links from the previous devices, before doing the migration. This would be like installing a new PLM, and then migrating.
  14. Great idea, a WAN automation setup 😉 Hah, we're hooked on UDI controllers because we eat and sleep local control!
  15. It will depend on how the hub is added. For example If it's by manually defining it's IP address as a parameter, then you could probably define two hubs in two instances of the plugin. If however it's by an automated discovery process, then the plugin would need to be able to handle finding more than one.
  16. If no one else is interested, I'd take it. I'm in Canada, if that's an issue.
  17. If you're comfortable woth replacing an ordinary switch or outlet, then this is just as easy. Just make sure you properly turn off the breaker first. Wire colors are the same on the old and new Insteon switches.
  18. Yes, open the box by removing the screws underneath.
  19. When you say that you can access it from the cloud, do you mean when you select "Admin Console (cloud)" in IoX Finder? That's accessing the Admin Console program from the cloud, downloading it. If this is the case, then it could still be a SD card issue, that's preventing you from loading the Admin console program from your ISY controller.
  20. Try right clicking on it and do a restore. Sometimes it's just a link that gets corrupted.
  21. Now, you need to reverse engineer your own house!
  22. In the launcher try this: Click on "Add" and for the URL, put: https://192.168.0.13:8443/desc Then try that.
  23. The Repeat statement, with the While option, allows you to repeat a command (such as a Wait) the number of times that the variable referenced in the While condition is true.
  24. Well you cannot technically migrate two active controllers into a single new one. You'll have to decide which one has the most customized configuration, and migrate that one. Then manually recreate the features of the other, simpler one.
  25. If you're referring to Somfy shades using the RTS protocol, the way to do it is by timing, in a program. That's also how the Somfy plugin for the URTSII does it. You configure a parameter telling it how many seconds a full open requires, and it will then convert any percentage command (such as with Alexa) to a time value between the open and stop commands. Because RTS is one-way, you have no way to know if it's starting out as closed or not, so use this to the best of your knowledge on how the shades are used by the owner.
×
×
  • Create New...