Jump to content

Guy Lavoie

Members
  • Posts

    709
  • Joined

  • Last visited

Everything posted by Guy Lavoie

  1. You also need to include port number 8443 after your IP address. For example: https://192.168.0.123:8443/desc
  2. 1) Assigning a fixed IP address isn't supported anymore. I've seen several mentions that having a fixed IP address caused support issues (though I've never seen any mention of what the actual issue was). The current trick is to reserve an IP address for your device (MAC address) in your router, so that DHCP always assigns it the same IP address. 4) When you open the admin console from the IoX finder, are you selecting LAN or Cloud? Selecting cloud might have updated the version on your ISY994i
  3. Have a look at the REST commands ISY Developers:API:REST Interface - Universal Devices, Inc. Wiki https://share.google/VeNzNTVUR22A0brq4
  4. Alternately, you could try plugging the USB adapter into the eisy and see if it can mount the filesystem.
  5. You might have better luck connecting the SATA drive to a USB adapter and examining it with a PC, assuming the SATA drive isn't damaged. If you are used to doing things with ssh, scp and such, you might be able to reinstall the generic plugins on your new eisy, and then overwrite them with the files from the Polisy's SATA drive. The installed plugins are in: /var/polyglot/pg3/ns Then you'll see a pathname for each plugin, made up of your UUID and polyglot slot number, such as 0029b102618f_2 Of course, the subdirectory name will be different on the eisy (with it's own UUID) but the customized files should all be there, and you'd overwrite the default ones with yours. Then there is any licensing issues to deal with. I've never tried this, but I'm just giving you some tips to explore.
  6. The second one seems to best reflect what you want to do, visually. Both are actually equivalent.
  7. Yes, if you're referring to a sharing code. Matter devices usually come with QR and/or PIN codes. Currently the only way to add a Matter device to your eisy is with a QR code. Unfortunately, some sharing applications will only give you a PIN code. So use one that offers a QR code. The Hue app does this, as does the Google Home app. I can't remember if the Alexa app does too. The share code is created in the app and expires, sometimes as quickly as after just a couple of minutes. Another inconvenience is that the sharing QR code will often be displayed on your phone (almost everything today is managed with a phone app) and you also need to scan that QR code in UD Mobile...on your phone. So you either need two phones, or do what I did: use the phone's buttons to take a screen shot as a photo, email the picture to yourself, open the email on your PC screen, scan the QR code off the PC screen. All that before it expires!
  8. The eisy isn't meant to be used with just UD Mobile. Some things need to be configured in IoX. In the Configuration settings (in IoX) you define the timezone you're in, and the controller will get the time automatically, from a time server. If you have no PC, then I figure you don't have a way of running IoX to set that up.
  9. Well that nanoleaf bulbs use thread, and I've tested them successfully. Well Matter is over IPv6. Both ethernet and wifi are IP based so that isn't really a distinction, since the difference is at the physical and data link layers. The network layer is the same. Matter also implements IPv6 over Zigbee, which is what makes up the Thread communication option. This appears to be optimized for low power/battery device operation. The implementation of Matter for the UDI controllers seems to have somewhat stalled, or slowed down. It's still in Alpha testing. It looks like a few other projects (like Homekit implementation) might have been given a bit more priority for the time being. The current release of IoX is still 5.9.1_18, and has been since April. It would be nice to have an update from UDI.
  10. The best way to do the actual flashing would be by putting all the lights you want to flash in a scene, and have the program turn the scene on and off. However be aware the communications will be busy after a scene command (at least with Insteon) due to the "cleanup" messages that follow between the PLM and the individual lights. I would start with a 3 second wait between scene on and off commands, and try to notice if the timing is reliable or not.
  11. In the case of Insteon switches (and any other technology where the controller can track the status) you could create a program for each light to continually write it's status to a variable whenever the status changes. You would need to "And" the status change with a flag variable that would test false if the doorbell routine is triggered, in order to not memorize the status changes caused by the doorbell routine itself. Finally, a second program (per light) to set the light back to the last remembered status once the doorbell routine ends and the flag is cleared. Just a bunch of little programs.
  12. Tried doing a restore from a backup?
  13. I'm not sure the portal is needed for local network use of UD Mobile. I have a eisy with portal subscription and a Polisy without, and both devices are accessible when I'm at home, and only the eisy when I'm away.
  14. Try factory reset as suggested by Paul. Also try manual linking, by going into (IoX): "Link Management" -> "Start Linking", then go press the link button on the device. Another thing: I've had that disappearing dialog box when trying to add a device. It turned out that...the device was already existing in my device list. it doesn't tell you that it already exists, the box just disappears.
  15. What exactly do you mean by "local access"? IoX finder is not showing your controller? If so, try clicking on "Add" and writing the URL manually. For example, if your controller appears in your router's device list as 192.168.0.123, then the URL would likely be https:192.168.0.123:8443/desc
  16. How about a simple test for the PLM: try manually linking a spare switch or module to the PLM, just using the link buttons on each device. Just to see if they can talk to each other, without the isy being involved.
  17. He's logged in on the console (physical keyboard and hdmi monitor) so no network access is needed to log in and see this.
  18. We love happy endings 😀 Good to know. So no automatic updates, but there were some unintended update errors caused by this.
  19. Look at the file: /var/isy/FILES/WEB/sysconfig.txt Scroll down to the *****IoX******* heading and you'll see the version on the following line.
  20. Since you can access it on the console, what happens if you try to reinitiate the acquisition of a ip address? Something like this: sudo dhclient -r re0 What error message do you get, if any?
  21. What version of IoX were you running up until now? 5.9.1 or older? If older, any hints that an update might have happened? Tried just unplugging and reconnecting the network cable, or a different cable? Everything else in your local network is working as before?
  22. Well, if the distance is too great for the technology desired (Insteon or zwave for example) but you have wifi or wired ethernet, you could set up a separate controller (like a ISY994i) and have your master controller, like a eisy, send commands to it using REST commands. That might be a useable solution if the number of devices to be controlled is small. Tracking status would be more difficult however.
  23. If you can detect the double tap as an event in a program, then you could have two programs, something like this: If switch double-tap on event Then set motion detector parameter 1 to <enable> If switch double-tap off event Then set motion detector parameter 1 to <disable> I don't know these devices, so I can't tell you what is settable or not by program statements.
  24. Which Insteon device has no link button?
  25. The mystery here is that Insteon is working but not X10, and (seemingly) only X10 transmission with the eisy. It's as if the PLM was unable to transmit X10. Yet another PLM was tried with the same results. The hardware connections like the PLM cable seem ok since Insteon works. The next thing I'd try is moving the PLM to an outlet on a different circuit, and maybe on the alternate phase. It sounds like there is a X10 signal issue, at least in some area of the house. Alternately, try a X10 transmitting device (like a transceiver) in the same outlet as the PLM. Is that device now having trouble transmitting? Has anything been added that might be a "signal sucker"? We add and move so many electronic items nowadays that this might be hard to really be aware of.
×
×
  • Create New...