Jump to content
AT&T to end email-to-text ×

Guy Lavoie

Members
  • Posts

    612
  • Joined

  • Last visited

Everything posted by Guy Lavoie

  1. Yup, count me among the healed! A big thanks to Michel for such a quick fix, and over a weekend too.
  2. The rising body count indicates that this is a pretty fundamental issue, and should (I said should...) bring a quick fix.
  3. Was an IoX update installed a few days ago? Look at these forum threads:
  4. Looks like our exclusive 5.8.4_1 club is growing.
  5. Given that you upgraded on Oct 3rd, I'm just wondering if you're getting the same problem I'm having, after an update notification appeared and I installed it, at around noon on Oct 3rd. Run this command: https://eisy.local:8443/WEB/sysconfig.txt And scroll down to the isy version. Are you seeing 5.8.4 or 5.8.4_1 ? I had it go from 5.8.4 to 5.8.4_1 and have been having several problems since.
  6. Ok just tried all that. Cleared java cache, reinstalled launcher. Same problem. If I try to turn on a X10 device, I get a window that says: Socket Open Failed java.net.ConnectException: Connection refused: no further information Then about a minute later, another window pops up asking me to log into admin again, asking for user id and password. Looks like I'm really stuck. The origin of that 5.8.4_1 update is really mysterious. It popped up as a "needed update" when I launched UD mobile on Thursday, at the time you see the update. I'm guessing that this is the probable source of my problems, and I wonder why I'm the only one who got this update. Is there a provision to roll back updates? I haven't found anything.
  7. If you can construct multiline URLs, the better way is to encode the username and password as a base 64 value, and include it as a parameter. Browsers do this internally. It looks like this: GET /rest/programs/0009/runThen HTTP/1.0 Host: 192.168.160.31:8080 Authorization: YWRtaW46YWRtaW4= That authorization value is the result of encoding "admin:admin" You can encode your own userid:password here https://www.base64encode.net/
  8. You can encode the username and password into the http GET string, like this: http://admin:<password>@192.168.160.31:8080/rest/programs/0009/runThen replace <password> with the actual password
  9. Thanks guys. I'm getting these numbers: UDX 3.5.8 Version : 5.8.4_1 Installed on : Thu Oct 3 12:52:59 2024 EDT (it's the "_1" that caught my eye when the upgrade notification appeared, glad it wasn't just my imagination...) Pg3X 3.2.27 If I just leave the admin console running and go away, it's frozen when I return an hour later. I have to kill it using the windows task manager.
  10. After a while, the admin console just logs me out, saying IoX restarted. Any hints?
  11. This is a strange problem that showed up yesterday evening. I can't say if it's related to the minor IoX update that was also released and installed yesterday. So far it appears like this: 1- I get a java socket connection error if I try to send on/off commands to a X10 device. Only the first time. Then it just seems to ignore the commands. But commands to Insteon devices works fine. 2- After the above problem occurs, the following admin console top level choices no longer work: Link Management, Tools, and Help. 3- If I click on Network or IoX from the Main menu, the device list is blank. But I can still view individual devices ok. As part of troubleshooting this, I installed the latest Java update, and replaced the PLM (following the eisy power off first procedure, etc). That all worked fine, but the problem remains the same. It all seems ok until I try to send a X10 command. Closing the admin console and logging back in "fixes" items 2 and 3 above, as long as I don't try to send a X10 command. The same thing seems to happen if I try to send a X10 command by a program (by setting a test variable to trigger it).
  12. Isn't there some kind of requirement to write back (ie: set up the keypadlinc buttons as responders) to have their status lights updated? I came across something like that, though like I said, I'm still rather new at this.
  13. How did you set up the links?
  14. I'm far from being an Insteon expert, but my understanding is that keypadlincs only transmit scene commands. This might be related to the discussion we've been having about the EISY not tracking scene "status". Have a look at this thread. If I have have it wrong, then hopefully someone with more knowledge will cue in and set things straight.
  15. Quick question: do Polisy and Eisy run the same version of unix? Would the plugin development environment, paths, etc be the same?
  16. Game over...
  17. That puts you in the lead!
  18. Well as discussed by myself and others, scene "status" is a bit of a fuzzy thing. A scene is a macro command, setting one or more devices to a list of preprogrammed conditions. Nothing prevents these devices from then being individually controlled after that. UD mobile has an interesting take on scenes, displaying the "level" of a scene based on the percentage of how many of the devices are on. If you really want to track the individual devices, then you can always do it with a program, as some have been doing. But I think that for most of us, we see scenes as control events, not statuses.
  19. Go into Polyglot, select the Virtual plugin, then click on "Configuration". Scroll to the bottom, where you can enter parameters. I used the example given, entering "78" for the key, and "switch" for the value. You can create several (click on "add custom parameter"). Save changes and you're done. As explained in the instructions at the top, you might need to log out of the admin console and then back in to see the new virtual devices.
  20. When you defined the virtual device(s) (key and value) in the custom configuration parameters, what did you enter as a value? I used "switch".
  21. If you're at the main device list and you press on the + sign at the top right, do you see a "New Folder" option?
  22. Well I prefer to see scenes as a control event (trigger), not as a status. ie: launching a macro. Homes aren't static environments. In fact the program editor would need to offer conditional scene commands only under the "control" condition. Having it available in programs just allows more possibilities, some of which could also involve wait statements, such as stepping through a sequence of IR commands to turn on a home theater. Arming an alarm system could also be a scene, that includes shutting off or disabling things. Lots of possibilities.
  23. Well one workaround is if you have otherwise unused physical modules. For example I have two Lamplincs (that I obtained when buying a lot of used devices) with nothing plugged into them. They're placed to act as signal boosters/bridges. You can add those to a scene just so that your ISY994 can track their status as triggers. That's the thing with Insteon, you need to turn on "something" by establishing a scene link. The aptly named "Virtual" plugin just makes that easier if you have no spare devices.
  24. They're nearing the halfway mark! I remember a text interview from a HA website with Smarthome back when Insteon was introduced, and one of the questions was about how the device ID scheme allowed for up to 16.7 million devices, and if they were afraid to run out. The response was "we'd be happy to sell that many!"
  25. Yes it does. I tested it by adding the virtual switch as a responder to a simple "3 way" circuit scene. I press the slave switch to turn on the light, and the test program looking for the scene "on" command sets a variable. Now you can add anything to an Insteon initiated scene, allowing true macros. Imagine starting up your home theater, lighting and all, from a button on a keypadlinc or a mini remote. It all becomes possible. Or a good night routine that also locks the doors, etc.
×
×
  • Create New...