Everything posted by Techman
-
Sudden issues with eisy
@hspindel Can you access your error log, if so post it. Under TOOLS, DIAGNOSTICS, PLM INFO, does it show the PLM as connected?
-
2852-222 leak sensor misses heartbeat, +future HA
@tome If you're still having issues with your heartbeat program, then post a screenshot of the program.
-
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.
-
PolisyPro will not let me add any new devices?
@mjohnson007 Take a close look at the device address, sometimes the 8 and the B can be misread. It happens a lot.
-
PolisyPro will not let me add any new devices?
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?
-
Zooz Z-Wave Zen32 button programming
@ldb Were you able to get your devices to turn off. Did you change your variables in your programs to STATE?
-
Upgraded 5.9.1_18. No URL to click in GUI
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
-
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
-
Zooz Z-Wave Zen32 button programming
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.
-
Zooz Z-Wave Zen32 button programming
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
-
Zooz Z-Wave Zen32 button programming
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.
-
Zooz Z-Wave Zen32 button programming
Can you post a screenshot of one of the programs or scenes that you're trying to turn off.
-
Cant Access EISY|Home
@DBC In addition to what @Guy Lavoie suggested, try removing power from the eisy for about 30 seconds
-
Unable to Run Start.jnlp
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
-
Unable to Run Start.jnlp
Right click on the IoX Launcher, then click on properties and post the data in the "target" field.
-
Unable to Run Start.jnlp
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
-
How do I connect to a building on a separate meter?
@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
-
How do I connect to a building on a separate meter?
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.
-
Migrated to eisy - from/to programs not working
@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.
-
Adding 2843-222 Open/Close Sensor to EISY
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.
-
POLISY Reports Zmatter Z-Wave not responding
@Ray95xxx Post a copy of your error log
-
iox finder shows old ISY even though it's not online
In the IoX Finder, highlight the ISY you want to remove and then click on "delete"
-
Access One Button On a 8 Button Keypad
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
-
Motion Sensor trigger lights 100% day, 40% night
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.
-
Motion Sensor trigger lights 100% day, 40% night
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