-
Posts
5360 -
Joined
-
Last visited
Community Answers
-
Techman's post in Insteon link optimization. was marked as the answer
If you do a restore device. the link tables in the device will be rewritten with the link tables that are stored in the eisy.
You can check and/or verify your device link tables using the diagnostic option in the device's right click menu
i.e. show device links, after the table populates click on compare. That will compare the links stored in the eisy with the links stored in the device. If there's a link mismatch it will highlighted.
-
Techman's post in Failed resetting the PLM was marked as the answer
What error are you getting?
Not sure what you mean "upgrade the PLM from OTA" There are two PLM models, a Serial and a USB.
Did you follow the "replace PLM procedue"? (see attached file) Note: this is for the ISY994 but is basically the same for the Polisy and EISY
Replace Modem.pdf
-
Techman's post in Unknown Address was marked as the answer
If the address is unavailable your other option is to put the device into the linking mode, the controller will then see the address. You can do that without having to remove switch plates.
-
Techman's post in Run Else, but only if program is True was marked as the answer
Why not have a program set variables, one for armed stay and one for armed away.
A program could look at the variables to determine the state of the system, and then reset the variable when the system is disarmed.
-
Techman's post in Can't set "On" level in a switch was marked as the answer
In the admin console, after setting the on value you need to click the "on" to the left of the level setting
-
Techman's post in New Insteon Outlet WR01 was marked as the answer
Being that's it's a brand new product it's possible that the current controller firmware isn't programmed to recognize it.
You should submit a support ticket: https://www.universal-devices.com/my-tickets
-
Techman's post in Garage door opens unexpectedly was marked as the answer
It was most likely the low battery in your motion sensors that caused devices to turn on. I've had that happen..
-
Techman's post in Read the firmware version of a Z-Wave device? was marked as the answer
It's the same display for Aeotec. In this screen shot the Aeotec firmware version is 1.10
-
Techman's post in Zwave Motion Sensor Nodes - 155 vs 380? was marked as the answer
You can just ignore the Binary sensor node. Sometimes extra nodes are created depending on the device and the Zwave controller.
I created a folder and move unused nodes into that folder which unclutters the device table.
-
Techman's post in Adding ZMatter - power supply needed? was marked as the answer
The Zmatter dongle is powered by the eisy, you don't need an additional power supply
-
Techman's post in Clear a mystery Off command? was marked as the answer
Try doing a factory reset on the switch, then a restore device.
It's also possible that there's a program that has a link to the switch. Take a look at your log to see what's happening at 3:59am
-
Techman's post in Program Bug? was marked as the answer
Try deleting the program, then recreating it.
Also verify that the time is set correctly in the admin console
-
Techman's post in Package upgrade (5.7.1_7) was marked as the answer
Powercycle didn't help, ticket submitted
UPDATE: Just heard back from UDI, it's a known bug. They expect a fix by the end of the week.
-
Techman's post in Query All disappeared with migration to Polisy and other Program Warning Meanings was marked as the answer
You can recreate the query all program. Apparently, it doesn't migrate over.
IF
Time is 3:00AM
Then
Set ISY Query
Some programs don't migrate over completely, so you'll have a line of code that needs to be manually updated. If you're still having issues with a particular program post a copy of it the forum and we'll try to debug it for you.
-
Techman's post in Upgraded java now the console will not launch was marked as the answer
The IoX Launcher supports Java 8. It may not support OpenJava (OpenJDK)
You can try clearing your java cache and downloading the IoX Launcher again
https://isy.universal-devices.com/start.jnlp
-
Techman's post in Insteon 2486DWH6 Replacement with 2334-222 problem was marked as the answer
@jdlugosh
The information you're looking for is towards the bottom of this manual.
2334-2222 Keypad Dimmer manual.pdf
-
Techman's post in Help Needed Getting Basic Program to Work was marked as the answer
Your program will only run if the time is exactly 9:00 pm and the light is switched on at exactly that time.
Change the first line to Basement Lights STATUS IS ON
-
Techman's post in Insteon open/close sensors was marked as the answer
There's no option to make that change. Maybe in a future firmware update.
-
Techman's post in Difference Between Control and Status was marked as the answer
This is how it should be written.. An else statement will only run if the IF statement is false.
IF
Status 'Second Floor / Bathroom Fan' is On
Then
Wait 5 minutes
Set 'Second Floor / Bathroom Fan' Off
Else
-
Techman's post in Can a Insteon Motion Sensor II Turn On and "Off" a Insteon Light Bulb without a Scene was marked as the answer
You could do it with a program
IF
Motion sensor is switched on
THEN
Turn on light
Wait xx minutes
Turn off light
ELSE
-
Techman's post in ioX finder finds a device that reports "not found" was marked as the answer
Try clearing your java cache, including checking the box "installed applications, then download the IoX Launcher
https://isy.universal-devices.com/start.jnlp
-
Techman's post in 5.6.4 OTA firmware update file types was marked as the answer
UD is working on support for GBL. It should be supported in the next firmware update.
-
Techman's post in All un-edited scenes fail "Scene Test", and all un-edited devices do not respond to All On or Off after migration was marked as the answer
Try doing a restore device on all the devices in your scene, then do a scene test. Did that resolve the error?
Most newer devices will not respond to an all on as that function has been removed.
Are you using the same PLM that you had installed on the ISY?
Your issues are not typical, and may be related to an incomplete migration.