
apostolakisl
Members-
Posts
6945 -
Joined
-
Last visited
Everything posted by apostolakisl
-
The PLM is 120vac 60hz . . . if you can get one. They are not currently being produced. The official reason is chip shortages. Not sure what would happen if you used a voltage adapter
-
Insteon ON/OFF Keypads Not working properly
apostolakisl replied to Michaelv's topic in New user? Having trouble? Start here
That is the sure fire way to do it. Or "hide" your plm. You could plug it into a signal blocker, Or use a UPS, unplug the UPS from the house and cover the PLM with a metal electrical box or some other metal enclosure to attenuate radio. Usually a UPS will block power line communications even if plugged in, but you might as well unplug it just to be sure. The radio attenuation is still going to be a question mark. Trouble with trying to just have your house be "quiet" by not using any insteon devices can be sabotaged by things like a program running or a motion detector. Possibly even a heartbeat from a battery device. -
Insteon ON/OFF Keypads Not working properly
apostolakisl replied to Michaelv's topic in New user? Having trouble? Start here
Any Insteon traffic while doing a PLM links check will mess it up. You almost have to take the PLM to a location that has no Insteon devices. At this point, your pre-check is almost certainly wrong, so any comparison now is impossible. More importantly, are you able to link the devices that you were having issues with before? -
Insteon ON/OFF Keypads Not working properly
apostolakisl replied to Michaelv's topic in New user? Having trouble? Start here
Might consider doing a factory reset on the PLM and then restore it. Reason being that orphan links are common. You could have dozens of them. I have done that to my PLM a couple times over the years. -
UD Mobile on a PC? Also Viewing Variables question.
apostolakisl replied to LFMc's topic in UD Mobile
Yes, I lost my favorites. I had to do them all over again. After it did sync, I clicked "test local network" and that was successful. I don't have time right now to mess with it anymore. EDIT: Also, I would suggest an option to have the app open into favorites directly. -
UD Mobile on a PC? Also Viewing Variables question.
apostolakisl replied to LFMc's topic in UD Mobile
@Javi None of the issues you speak of exist. I did not have a / at the end of the IP. I have not changed the firmware since the last sync. In fact, I changed nothing between something like 4 attempts to sync and then finally it sync'd. -
UD Mobile on a PC? Also Viewing Variables question.
apostolakisl replied to LFMc's topic in UD Mobile
@Javi after I added local network, it had to resync. Why? And now it is failing to sync saying I have an incomplete firmware upgrade. It syncs just fine using the portal. After several attempts, it finally finished the sync. But several times failed for various reasons. -
You need to understand how ISY works. The items in an "if" clause are triggers as well as conditions. Whenever any of the items in an "if" clause happen, the program "triggers". At that point, if the program is currently running, it terminates where it is and starts over from scratch. It will then evaluate the entirety of the "if" clause and the result will either be true or false. ISY programs only are running at the instant of a trigger, or, should the "then/else" clause contain waits or repeats, it will continue running while those are valid. IF time is 8am . . . .8am will be a trigger and will be true only at that instant. This program can never be true except at that instant. If status is 25% . . . any changes in status will be a trigger, true if it is 25%, otherwise false If control is switched on . . . pushing the "on" side of a paddle is the trigger, no other action on the paddle does anything. Similar to "if time is 8am", it is an instantaneous event that is only true at the instant ISY "hears" from the switch that someone hit the on paddle. A program can contain lots of items, when any one of those items triggers, the entire "if" clause is evaluated as either true or false based on the entirety of the conditions. IF time is 8am . . . . trigger is 8am, it will only be true at that instant If time is from 8am to 10am. . . . two triggers, 8am and 10am, but, It will be true if any other trigger happens between 8 and 10 If time is 8am and control x is switched on . .. .never works both a single time event and a control event are "instantaneously" true. So they would never happen at the exact same time. Your original question seemed to say you had outside bounds that you wanted your lights to turn on. So, you can set those outside bounds by saying From x time to y time. Now the program will never be true outside of those times. Now add, in other conditions, understand, these other conditions will also be triggers. and time is from sunrise minus 20 minutes to y time. Now you have 3 triggers, x time, y time and sunrise minus 20. All 3 will trigger the program. x time and sunrise minus 20 are "true" conditions, and y time is a "false" condition. For a program to be true, all conditions must be true at time of the trigger. The program is not constantly running. Only runs at trigger events. From 8am to 10am does not mean the program is running from 8am to 10am, it only runs at 8am and 10am. Realize that if something else turns the light off after it has been turned on (like you manually turn it off), it will stay off. This program only runs at those 3 trigger times. Similarly, if you turn the light on outside of those conditions, it will stay on.
-
@Javi Enjoying the continued new features on UD Mobile. I am using the "command" function for favorites and very much like it. My concern is that it is easy to "butt dial" or "fat finger" a command. My suggestion would be to allow for "2 step" activation where you click once then it says "are you sure" and you click again. Perhaps this is an option when you set it up. I am also a bit confused on using this. To use a command favorite, I set up a regular favorite first, then add the command function. I am a little confused about this in that the original favorite and associated node doesn't seem to necessarily be tied to the ultimate command. Am I missing something?
-
@FarmerGeek It appears that your program doesn't work because the door that is violated is then restored prior to 10 minutes. This re-triggers the program and is now false and the "else" clause is empty. If you moved your "wait" and everything after it to the "else" clause it would probably work as you intend, though I'm not 100% sure on that since I don't fully understand the intent. It is easy to see what is happening by simply watching the status of the program in the program tree in ISY console while you violate and then restore the zone. You will see the program go from inactive (half red or half green . . . in your case half red), to solid green (running then) when the zone is violated. It will stay this way as long as the zone is violated or until 10 minutes expires (at which time it will turn half green if the zone is left violated). As soon as you restore the zone, the solid green (indicating the wait is running) will turn half red (indicating the program just evaluated to false and terminated. If you put the wait etc in the else, the wait won't start until you restore the zone, at which point it will turn solid red for 10 minutes and then half red (unless you violate the zone again prior to 10 minutes at which point the process starts over.
-
I have found that searching the forum is very difficult. I have on several occasions tried to find my own posts where I knew I answered a question and struggled to find it using the forum's own search function. I often have better luck doing a google search to find something on this forum as opposed to using the forum's own search function.
-
I agree you wouldn't want them all listed out on the home page. As it is, the home page is kind of long. A folder like structure where you drill down seems logical. Only "nodeservers" title would be listed, then you click on that to see all the individual nodeservers. Not sure why a forum needs to have every title listed on the home page.
-
Not sure I agree. So what if there are 500 sub topics? That is like the fact that there are >1 billion websites out there. You only visit the ones you want and the rest being there is no skin off your back. The alternative would be a single stream of discussion that bounces around from one thing to another. I suppose you could tag posts, but that relies on the author going to the trouble to do that. I have seen forums that do it that way and before you can hit the "submit" button you have to put at least one tag. I do agree that there needs to be a mechanism to prevent what is happening to this thread. These last posts have zero to do with the topic. Until AI comes along that lives up to the "I", you need an "HI" to actually read everything and keep it in order.
-
Did the "wait" used to work? Typically, when people say the "wait" isn't working, it is because the program starts over because of a condition being met within the "if".
-
I get that banner message on and off even though the user/pass is correct and polyglot is connected to ISY. Michel seems to know about it but hasn't spoke to why it happens or when it might be fixed. Now if your Polyglot is not connecting to ISY, then that would be something else.
-
before restoring them you can do a "show device links table", then hit compare to see if ISY has it the same. If they are the same, then you have orphan links and a simple restore device will just put the same links back on. In that case, you need to factory reset the devices, delete them from ISY, then start over from scratch.
-
This is probably the deal. They dont sell ISY because they look at ISY as an Insteon device and figure it is worthless without the PLM. Of course ISY with the nodeserver and zwave support is not so much an Insteon device at all anymore.
-
The app is coming along nicely. Suggestions: For programs, when you open it, have the "run" choices at the top. In all likelihood, that is what someone is looking to do, not check the last time it ran or whatever. That would hold true for other items as well. Put the action items at the top. For favorites: Be able to set a favorites icon to execute. Like it turns the light on, or runs "if" of a program directly. So you don't have to navigate through more menus.
-
I have the same issue. How is this resolved?
-
"bad request" adding new account to portal
apostolakisl replied to apostolakisl's topic in UD Portal
I don't really know what he did, but whatever he did, it allowed me to use the same email address as a sub account. It would seem that this would only be allowed if the primary account he originally created no longer existed. I base this off the fact than when I tried to add him as a sub account originally, it said the email address was already in use. After he did whatever he did, it let me register the email address as a sub to another account. He also tells me that he can no longer log into the original account. -
"bad request" adding new account to portal
apostolakisl replied to apostolakisl's topic in UD Portal
@bmercier How do I get the request to go away? The person deleted his account and I added him as a sub account to another user. But the request is still there. -
"bad request" adding new account to portal
apostolakisl replied to apostolakisl's topic in UD Portal
That info should be added to the wiki as well as the portal page of isy. Also blocked from asking you to accept the request but rather saying the limit has been reached. -
"bad request" adding new account to portal
apostolakisl replied to apostolakisl's topic in UD Portal
@MrBill I already have 5 accounts connected. Adding a 6th. As far as I know you can connect as many as you want. As you can see, it has accepted the request and is asking for me to approve it.