Skip to content
View in the app

A better way to browse. Learn more.

Universal Devices Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

TheA2Z

Members
  • Joined

  • Last visited

Everything posted by TheA2Z

  1. Thanks @MrBill. Ill open a ticket. Reboot didnt address.
  2. Eisy has been posting errors to the error log multiple times per minute. See screenshot below. Any idea what could be causing these? This one I just see once in log with strange datestamp: Mon 1900/01/01 12:00:00 AM System -170001 <s:Envelope><s:Body><u:GetDebugLevel xmlns:u="urn:udi-com:service:X_IoX_Service:1"></u:GetDebugLevel></s:Body></s:Envelope> This one seems to post multiple times an hour: Sun 2023/05/14 01:03:50 PM 0 -170001 <s:Envelope><s:Body><u:GetSystemStatus xmlns:u="urn:udi-com:service:X_IoX_Service:1"></u:GetSystemStatus></s:Body></s:Envelope>
  3. I tried rebooting again and again my 6 startup programs would not start. I decided to change the original config I had used in my ISY as I was thinking maybe there was way too much going on at startup of the eisy.: In the eisy config I unchecked the Query st Restart and I unchecked Catch Up Schedules at Restart I removed the Run At Startup off the six programs. I created an iEisyRebootStartup integer variable. 0 = not startup. 1 means startup. Default at init is 0. I created an EisyStartupIf program that just had if logic. If eisy startup variable = 0 then run then EisyStartupThen program. This one EisyStartupIf program is now marked run at startup. In the EisyStartupThen program, I listed the Run Then programs that I had originally in isy and eisy that would not run at startup. I put them in the order I wanted them to run. I also added a 5 min wait in the middle of it after I ran the query ISY statement. At end of this program I set iEisyRebootStartup = 1. This fixed my issue. All I can think is there was too much going on at eisy startup with the query all running, my 6 run at startup and the catch up schedule.
  4. I saw the previous post about this but wonder if there are plans to update this node server to allow for Roombas being on separate subnet. I keep some Iot devices on a different subnet on my network. The ability to have a parameter to allow this would be greatly appreciated.
  5. Ive got one of these too. Had a bear of a time getting it included on eisy. I could never get the keep awake to work. So what I did was push the device zwave button 4 times every 9 seconds until it completed the interview. Then did same for Neighbors. Did same for the update node option. Finally got it solid. Used S2 security.
  6. I have a couple of these devices. After you include the device you will see multiple nodes for it. There is one called dimmer that controls the brightness and once called color that controls the different colors. I setup programs that change the colors based on holidays and birthdays. I havent setup any type of switch that controls color though.
  7. Its working normal again with my "Run at Startup" programs functioning as they always did. After clicking the reboot button in IoX Friday, programs did not start. Monday same thing. Weds, I SSH into eisy and did an Install dev packages in IoX. I saw the update occurring but it appeared that it did not update everything. I hit reboot in IoX and it came back up. Programs did not start as expected. I then hit the power button on the eisy, and I saw alot more upgrades occurring in eisy. I rebooted again after it completed. When it came back up, all the programs started as usual. I think for me the note to self is, after you do the install dev packages, reboot in IoX, then reboot a second time but by hitting the power button on the eisy.
  8. Ok, I know how to enable run at startup. What I am saying is when I reboot, none of the programs that are enabled as Run at startup actually run automatically. @tazmanMy folders dont show any If or then conditions. is that what you are referring to or do I need to check something else? here is the list of programs. For this last reboot I went in manually and kicked them off run then to get them to run.
  9. Rebooted eisy yesterday and rebooted again today. I have programs that are set as Run at Startup but they are not running when I reboot the eisy. Is there a setting I am missing somewhere? Here is my system config.
  10. TheA2Z replied to TheA2Z's topic in eisy
    @bpwwer Thats good to know as well. Thanks
  11. @DennisCThanks. Ill test it out.
  12. @DennisC You nailed it. Displays double line perfectly putting it as two lines. Thanks!
  13. I send messages from eisy to the elk keypad. With the ISY, if the message length was too long, on the keypad it would show the first part of the message, then would flash the rest of the message. On the eisy, it looks like it is posting the whole message on one line but it never shows the rest of the message. It gets cutoff. Does not flash the 2nd half of the message. Example text: Temp: 77 Hum: 50% Happy Birthday ISY shows: Temp: 77 Hum: 50% (then on second screen displays) Happy Birthday (You see the whole message albeit on two screens) eisy Temp: 77 Hum: 50% Hap (Message show son one line and gets cut off) Any fix for this?
  14. TheA2Z replied to TheA2Z's topic in eisy
    Thanks all. I too hardwire everything I can. Didnt know if anyone had any good use case for the wifi other than they cant get a cable to it.
  15. Thanks @DennisC For the mailbox voice alert, that is what I do just speak the words as you show. For the water alarm, I want for it to actually activate the siren alarm in the house as well. I programed a key on Elk keypad to set off water alarm that worked great with ISY. I can do the speak words option for it as well. Looks like it is in the enhancement list. So I will use the words option for both alerts.
  16. TheA2Z posted a topic in eisy
    Which is best for eisy network? Anyone seeing any differences that would pick one over the other? I can do either.
  17. Thanks all., Will give it a go this weekend.
  18. Ok, thanks @MrBilland @Geddy. Will look to use one of the options you two called out this weekend.
  19. Just migrated to eisy. Trying to send alerts to cell using the @tmomail.net email address in the group settings. I dont get the alert from eisy. I do get the alert from eisy, if I send to my email address. I also get the alerts on my cell, if I send from my email. Just dont get them when sent from eisy. For my SMTP setting I checked use defauilt. Anyone else had this problem and have a fix or work around?
  20. Just bought the Elk node today and I am setting up. So far so good. One thing I cant figure out is how do I have an eisy program push an Elk Keypad F# button? In ISY I had a program that if leak detector had a leak, it would programmatically push the F5 button on the ELK keypad to cause the Elk to voice announce a water alarm. I also use it to voice announce a mailbox open alarm by pushing another Keypad F key. Please let me know how I can do this. Thanks!
  21. I was scouring the other posts and found this one. Dennis C post in other topic. Sure enough, I pushed the power button one time and it started updating and I monitored it happening in the logs. Im hopeful when it is done, I will reboot. I will download the new Start file, clear the java cache and see if it works.
  22. Followed all the steps above. Still cant get Eisy to show in the IoX launcher. I am able to ssh into the eisy though. After reboot I checked the log again using the tail method above. It sis still showing the same statements that the different packages needing to be updated. It is saying the packages need to be updated. Do I need to update them or should eisy do it by itself? The ethernet port is showing flashing green activity, but nothing is updating in the log. Does the screenshot below reflect what a successful update of eisy should look like or does it look like something is wrong?
  23. Thanks @DennisC I will give it a shot. Thanks for helping me out on this.
  24. When I ssh'd in and typed sudo tail -f /var/udx/logs/log That is all that showed on the screen? The dates stamp for those activities were an hour ago.
  25. No luck on being able to access the eisy after hitting Upgrade Packages in admin. Been an hour. The Logs show this from almost an hour ago then stop. I rebooted and still cant get to admin screen. Do I need to do a factory reset and try again?

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.