-
After upgrade, programs fail to trigger on minutes
@LFMc the best way to share a program in the forums is to right click on the program and select "Copy to Clipboard". Then paste as text in your topic. This will give an easy to read format and make it easy for anybody helping to edit the program without too much typing. Looks like the post above you used "export". Be sure you select the last option of "COPY to clipboard". Screenshots aren't much help because people will have to retype a lot of stuff or try to describe what to do based on the picture. Also, the text becomes searchable on the forums if you should ever need to refresh your memory or have a similar issue you can find the "old" post based on the program information.
-
Cannot find programming
Not really….if the eisy hasn’t been setup how do you plan on setting it up? As a new system or migrating the ISY994 information to the eisy? If starting over then it might help, but most wont be willing to start over. I’m not familiar with the OADR part of the firmware in your picture. Do you have your device connected to your power company? Since the ISY994 is not longer supported by UD the forums are the best bet to getting that working again. Maybe others have an idea about that firmware and how to get the admin console to see the programs tab.
-
Cannot find programming
@AGoldreich welcome to the UD Forums. The issue of not being able to see the programs indicates the UI and Firmware of your system do not match. This is common in the ISY994 line. When you're in the admin console look at Help -> About and confirm that the Firmware and UI match. If they do not then you'll need to clear the java cache - be sure you check ALL THREE boxes in this process. Then download a fresh start.jnlp from the UD site (on the homepage click on "My ISY" and save the start.jnlp locally). Then run start.jnlp and accept any Java alerts. If still having issues please let us know what firmware you are using. Please list the number you see in the "Help -> About" menu. When did you receive the eisy? If this is recent then it should accept these for login. Would need to have it connected to your network before IoX Finder (start.jnlp) will find the location. If it's an older device that you're just now setting up you might want/need to open a support ticket with UD to get it updated as some updates have bricked older devices that people have not kept up to date or updated since receiving. Let's fix one thing at a time so be sure you can get into the ISY994 first and see programs again. Then be sure you run a backup.
-
Polisy Offline after firmware upgrade
@PeteEaston you might be better off opening a support ticket with UD to get into specifics. Do you happen to know what IoX version you were running before the update? It's possible that it might have been longer than a few "months" and your system might have been just old enough that the update didn't take to some other underlying system. https://www.universal-devices.com/my-tickets But, yes, as @Guy Lavoie suggests sometimes trying to run the updates from the Java Admin Console again can complete an update process. Can you try to get to this web page (it's local so it's okay to hit continue to site if you get a security alert): https://polisy.local:8443/WEB/sysconfig.txt (you might need to replace "polisy.local" with the IP address of the device. If you do not know the IP address the you can usually find it in connected devices on your router (assuming it's booting up and connecting to the network).
-
eisy not responding, PLM "Not Connected" error
just as a precaution I'd suggest making a (text) backup of all your programs. This way if you do delete them and any programs that had the old device in it becomes corrupt you can find the program and be sure to repair it or recreate it as needed. To make a copy of your programs: Right click the root folder (usually) "My Programs" "Copy Folder to Clipboard" - be sure you use "COPY" Open TEXT editor (for Windows I suggest Notepad) - Do not use a "word processing app"! Paste into a TEXT document SAVE the file You should now have a TEXT copy of all your programs. This will be easy for you to use to search for device names and/or program names should you need to recreate them. You now have all the data for the programs that you can easily read and use to recreate programs rather than having to do it from memory of when you setup the program many moons ago. But I think @Guy Lavoie's comment about performing a "restore device" on each one might help. Are the devices battery or powerline? Are they near other devices? Since this seemed to stem from a power issue could that have been damaged and not working properly?
-
ISY 994i to EISY and MobiLinc
I never knew that Mobilinc pro had a subscription to it. I use it and it's no subscription for what I have/use. Must be their cloud connection option. I'd cancel it real quick and see about getting a refund if there was no warning that you were going to be charged again. While the local Mobilinc Pro app does mostly work with eisy it only handles the basics of Insteon and maybe some z-wave (I don't use z-wave so cannot confirm those work or not). I'm not a big mobile app user for my "automation" so just have it in case I am away and can use the UD Portal connection in the app to control things back home. I also have UD Mobile and just have it connected (never spent the time to setup favorites). but @hart2hart is right that Moblinc had a cloud connection and it was completely separate from anything UD offers. Most will say, "Mobilinc doesn't work with eisy", but I can 100% say that it does work...just not for most items that are connected with plugins. For me that doesn't matter. Mobilinc HD was a one-time charge over 10 years ago that has more than paid for itself. I don't think it's even available in the Android store anymore. Not sure about on the Apple app store, but the pro version hasn't been updated for 7 years there. Good luck getting recurring charges stopped.
-
How to set favorites as default
@johnstonf yeah, seems that Android might be a little more complicated than the iOS settings. At least the iOS settings work (again). They had been shown as deprecated, but they've been working recently. This just came up recently: https://forum.universal-devices.com/topic/46595-ud-mobile-suggestion-to-open-to-favorites/
-
994i Stuck querying ELK-ERR (System Busy)
@JCox have you attempted to power cycle the ISY994? Since you don't use Elk it probably wouldn't harm things. Did you attempt to generate a Topology and this triggered something with Elk? What Firmware are you running on the ISY994 (it should show on the launcher window before you log in if you're not able to access the system and operate it).
-
Nested If's?
@SMonk with this and other questions you've had about programming it might be something you need to see some history of. There was a really old link I used when I started with the ISY994 that helped with some of the nuances of how programs worked - https://forum.universal-devices.com/topic/5070-detailed-write-up-of-a-programming-example/ Another thing that helped was the ISY Cookbook. Sure, it's written for the old Firmware, but most of it still applies, and I think 99.9% of it would apply to programming. These might be worth checking out to learn more before going too far in random directions for what you're trying to do. While I enjoy programs I do not get as technical and involved as what you're attempting and what others have done. But it is neat to see all the conversations about it and just what others focus on for how to monitor and run their systems.
-
How to set favorites as default
This can be also found in the wiki: https://wiki.universal-devices.com/UD_Mobile#Show_Favorites_at_launch
-
Report Greenhouse Temp. when >95F
@RLandsborough is setting a variable even needed? I guess that Z-wave would be able to use the temp as an address node. Just have your program text you when temp exceeds 95° and include the temp from the device itself. I know with YoLink sensors I can copy the temp variable from the plugin and just use that. Example: At ${sys.time12} the Greenhouse Air was ${sys.node.n008_8b4c01xxxx89r80.CLITEMP}.This would be my simple suggestion not to add the step of the variable unless you're using it elsewhere. Also, know that this will trigger an alert every time the temp bounces over 95°. You might want to trigger a cooldown as sending text via email has been considered spam and could cause the sending service to be seen/reported/labeled as a spammer. I would suggest NOT using the UD default mail server for this as not only are cell companies trying to limit email to text, using the UD default server could have a negative impact on other users if you have a lot of texts sent. The current suggested way to send notifications is using the notifications plugin and UD Mobile or another notification app (i.e. Pushover). With Pushover you can setup critical alerts that you could receive even if the phone is in a do not disturb state. Lastly, when posting programs to the forum please right click the program and select "Copy to Clipboard", then paste the text into the thread (be sure you use the COPY option). That makes it easier for people to help edit the program. Posting a screenshot means a lot of typing and explaining which could be easier with a copy/paste.
-
Admin Console cannot run; JRE install error 1603
That's an odd folder for it to be in. Have you run the cleanup tool from Java? https://www.java.com/en/download/uninstalltool.jsp You said you ran the uninstaller, but was it this tool or just windows uninstaller? Sounds like it could be a deeper issues since you seemed to have it installed in an odd location. You might have some registry stuff that's goofy. I never like suggesting messing with the registry. Mine is in "C:\Program Files (x86)\Common Files\Oracle\Java\java8path\java.exe", but I'm running windows 10 at the moment. Strange that it's installed in the "x86" location and must not be running as 64-bit. But we all know how stupid and dumb java is! How hard would it be to reset the computer? Win11 seems to be fairly easy to reset stuff without losing files, but sometimes maybe installed apps/programs are messy to get installed again if they're old. I've reset a few Win11 computers in the past, but it's been a minute. Probably my last ditch effort if you want to keep it easy to use the computer near the eisy. I'd look for registry edits first then consider the Win11 reset process. https://support.microsoft.com/en-us/windows/reset-your-pc-0ef73740-b927-549b-b7c9-e6f2b48d275e#id0edd=windows_11
-
Admin Console cannot run; JRE install error 1603
@IndyUDIuser assuming you're on a Windows machine. Open command prompt and type: where.exe java What's the result? If you get more than one found you'll need to use the java cleaner/remover to remove old versions. (https://www.java.com/en/download/uninstalltool.jsp) Lastly, be sure you're just using the simple java that is downloaded from the java.com site (https://www.java.com/en/download/). Don't get fancy versions or types. Admin Console always works best with the "generic" and current release. Some people have installed special versions of java and reported having a lot of issues. Usually people think there's a different version number that's higher and it will work better, but it's just different and meant for other purposes. Thankfully the long awaited java alternative (now eisy_ui) is in development. Sadly, it's still lacking full functionality so many changes rely on the admin console to fully control IoX. But there's at least hope on the horizon. If installing Java continues to fail...I'd just use the other computer that it works on. Honestly, how often is admin console needed that it would be a hassle to only use one computer? Sometimes I can go months without opening admin console. Most of the time I wouldn't need to open it except to try to help others here. I'm a set it and forget it type of user. I don't tinker/change things once I have them setup the way that works for our lifestyle.
-
2477S issues
Are you leaving admin console open 24/7? Don't! It's not meant to be open all the time. Open only when you need to adjust something then close it. The Red "!" means communication is lost to the device. Could indicate PLM issues. Be sure if you're trying to add it back that you have the correct address or use the auto linking process. Sometimes B/8 D/0 and S/5 can look alike. Try operating the device in UD Mobile or even in Admin Console (and/or even in eisy_UI). More than likely you're having some noise issues if this just randomly started happening if the PLM is new.
-
Automatic writes for On Levels notworkingafter 6.0.5
no. I have programs that set on levels that work just fine. Are you doing this in a program? If so, please post the program (Right click on the program and select the last menu option of "COPY to Clipboard" then paste the text in your reply - Be sure you're using the "COPY to clipboard" option- Not "export"!). What kind of device are you setting this to? Is it battery or wired device?