Jump to content

Techman

Members
  • Posts

    5223
  • Joined

  • Last visited

Everything posted by Techman

  1. @tome If you're still having issues with your heartbeat program, then post a screenshot of the program.
  2. Techman

    Portal expired

    You can access the ISY in Windows 11 on your LAN using the IoX Launcher. Without the portal you are limited to local access only. To access your ISY remotely requires the Portal subscription.
  3. @mjohnson007 Take a close look at the device address, sometimes the 8 and the B can be misread. It happens a lot.
  4. What device are you trying to add Are you using the IoX Launcher to access your Polisy Are the other insteon devices in your network dual band? What is the address of the device you're trying to add Under link management, when you click on "NEW INSTEON DEVICE" and add the device address xx.xx.xx what happens?
  5. @ldb Were you able to get your devices to turn off. Did you change your variables in your programs to STATE?
  6. The firmware versions you're showing are not the latest versions, once you get the access issue cleared up you should update your packages again as it's possible your update didn't complete. Are you on a Mac or a PC? If you're using a VPN disable it. Clear your Java cache again, be sure to check all 3 boxes, then download the IoX Launcher from here: https://isy.universal-devices.com/start.jnlp Also remove power from the eisy for 30 seconds and then allow it to reboot
  7. Techman

    Cant Access EISY|Home

    You can also view the eisy version info at this link https://eisy.local:8443/WEB/sysconfig.txt Current eisy firmware version is 5.9.2_2 Current UDX is 3.9.1_3
  8. In rhe program you posted, "Cooktop Off" your IF clause is using a variable "$Button1" to determine if the "IF" clause is true or false. That variable should be a STATE variable When you run the Cooktop off program in its current format the ELSE clause will run (red) rather than the THEN clause (green). Also take a look at the programing options in the eisy for the Zen32 scene buttons to see if a double tap can be used to turn off a scene.
  9. Change your variables to STATE VARIABLES Integer variables cannot be used to trigger actions in any of your programs. However, state variables do trigger actions. Let me know if this resolved your issue
  10. Are your variables STATE variables? Have you verified that the varable changes from 0 to 1 to 0 when you toggle the button(s)? Post a screenshot of a program that's controlled by the variable.
  11. Can you post a screenshot of one of the programs or scenes that you're trying to turn off.
  12. Techman

    Cant Access EISY|Home

    @DBC In addition to what @Guy Lavoie suggested, try removing power from the eisy for about 30 seconds
  13. Try rebooting your computer, then clear your java cache amd download the launcher again https://isy.universal-devices.com/start.jnlp If that doesn't work then it's possible your firewall is blocking the launcher application. Take a look at these two links. Universal Devices, Inc. Wiki Universal Devices, Inc. Wiki
  14. Right click on the IoX Launcher, then click on properties and post the data in the "target" field.
  15. Verify that you have the latest Java version, 1.8.0_45 Try clearing your Java cache again, then download the IoX Launcher. The launcher should automatically open the Admin Console without having to ask you what program to use
  16. @dronning Another option, if you want to use Zwave, is using two Zwave LR reange extenders, one at each location. They have a line of sight range of up to 400 feet Zooz 800 Series Z-Wave Plus Range Extender ZAC38 - The Smartest House
  17. You can try using two plug in modules, either a lamplinc or on/off module,, one at each location. Mount them as high up as possible and as close to each other as possible. If they are within RF range then you should be able to control the Insteon modules in the shop from the house.
  18. @JWBDolphins It's possible that during the migration some of the program data got corrupted. Open a program that isn't working correctly and change some of the data, save the program, then go back into the program and change the data back to what you want. Be sure to save the program, then make an eisy backup.
  19. You really only need the two nodes, open and heartbeat. If the sensor isn't open then it's closed. However, in the eisy if you look at the options for the open close sensor you'll see the option for the close node (2 nodes). It's also possible that insteon, in the current sensor firmware, eliminated the close node.
  20. @Ray95xxx Post a copy of your error log
  21. In the IoX Finder, highlight the ISY you want to remove and then click on "delete"
  22. I'm not familiar with Mobilelinc but it sounds like the button was added as a responder instead of a controller. Try deleting the button from Mobilelinc and then adding it back. as a controller
  23. Glad you got it resolved. The theory for changing the IF clause is to save resources. The way you have it set up the timer program is running for 12 hours, the other way it would run only at the selected times.
  24. Try changing your IF clause in your program to: In the THEN clause Use ADJUST SCENE to change the ON Level of the light in your scene Let me know if that works
  25. Can you post screenshots of both your scene and your program
×
×
  • Create New...