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.

Nestor

Members
  • Joined

  • Last visited

Everything posted by Nestor

  1. One handy feature of UD Mobile is “Advanced Status Configuration”, allowing change of icon and colours based on states of other programs and nodes. Will this be an upcoming feature of EISY-UI?
  2. Ran the commands. Looks like it's running in both now. Thanks!
  3. response: uid=349(polyglot) gid=349(polyglot) groups=349(polyglot)
  4. Issues with my YoLink plugin sent me back to the admin console where I soon discovered the IoX was no longer connected. After reconnecting my IoX from the admin console and successfully restoring the YoLink, I discovered PG3 no longer works in EISY-UI. Everything seems to be working at present so I'm reluctant to mess around with PG3 in the UI further until I understand what's going on. Is this what's supposed to happen? Screenshot below from EISY-UI (left) and from the connection opened via the admin console (right).
  5. UPDATE: Deleted Plugin entirely and reinstalled. Re-added UAID and secret key. Restarted Plugin and now everything is back.
  6. At first, I thought I had no issues with the upgrade/update but it appears my YoLink nodes are no longer responsive. Here's what I can find: YoLink Setup: Node Server - Offline; Status: Initializing. Remaining Nodes (3). Two door sensors and One Speaker Hub. All are empty. PG3: Yolink Current Status: Connected. No apparent issues. All other plugins are operating as expected. I tried the following: Deleted all nodes from IOx but have been unable to re-add them. Rebuilt Nodeservers but no change. Not sure where to go from here.
  7. Theme toggle works although some text stays white when going to light mode. ETA: I see you mentioned there are still issues.
  8. Successful upgrade here. Followed the instructions including running an ethernet cable from my PC to my router. (It's usually on wifi). Everything was back online 22mins after clicking on the upgrade button. So far so good.
  9. Update: Seems my solution resembles this earlier thread . Thanks to Michel and his prompt response to my ticket, I successfully installed and started eisy-ui by accessing eisy.local via command prompt and following the ssh commands. Thanks
  10. Okay, thanks.
  11. IP address doesn’t work, either. Do I need to enter a port as well?
  12. Successfully upgraded my EISY to 6.04 and everything seems to be working, however when I try to use http://eisy.local or https://eisy.local, I get "connection refused". IOX Finder only displays the usual port 8443 url for the admin console and nothing more. How can I confirm I have eisy-ui installed, and if needed, install it? Thanks
  13. Trying to integrate a new Yamaha Receiver and I keep getting this error when I try to send a network resource command. The accompanying Net Module Rule changes: 12, 58, 59. Tried to locate a definition for the error in the wiki but couldn't find anything. Any idea what they are referring to?
  14. How best to do this? Some background: I have a program that sets an INT variable based on whether certain combinations of doors / gates are open. (0 = secure ; 1 = not secure. ) The monitoring program is used with a door chime so that I receive an alarm if a gate is not secure when I let my dog out into the back yard. It's a straightforward program with lots of ORs so I won't bore anyone with it unless someone feels it's relevant. Along with this program, I created a folder in UD Mobile with mapped values based on the status of said variable. Inside the folder are mapped-value icons of the various doors and gates being monitored. If the folder icon/colour indicates "not secure", I can tap on the folder to reveal which gate / door is open. Everything has been working well until one day when I just happened to open the folder (which was "secure" status) only to find one door was indicating the blue "default" icon prior to mapping. Further investigation revealed to be a dead battery, which after replacing, restored communication however this has revealed two issues: The default icon/colour of the sensor with the dead battery indicates an indeterminate third value which I haven't mapped, but I can't figure out what that value is and I don't know how the EISY got to that state. The indeterminate state described in (1.) will not cause my program to indicate "not secure." I tried simulating the node loss by removing the battery while the sensor was indicating the door was "closed" however the variable doesn't change. EISY still thinks the door is closed even after forcing a run-if. Forcing a query in either UD Mobile or the admin console while the door sensor battery is removed gives an error message, but it doesn't change the output of my program. Any ideas how I can integrate this node comm loss into my monitoring program? Thanks
  15. Slight correction: The door sensor is an Aeotec ZW187. Apologies for any confusion this may have created. Ticket #27243 started. Will add more details to ticket as required.
  16. (Edit: In the second screenshot in my first post, the garage door is closed. I would expect the icon to match the other two, however it reverts to the default icon values. ) You're correct that there are multiple nodes, however Access Control is the only one that appears to respond to state changes of the sensor and is useable in my programs. I created a test program and tried the different nodes in the (if) and confirmed this is the case. Access control is the only node that will change the variable when I open and close the door. New Program - [ID 0080][Parent 0001] If 'Door Sensor - Int Garage / ZY 030 Door-Window Sensor' Status is On Then $Int_Door_Var_Test = 0 Else $Int_Door_Var_Test = 1 The node in the third screenshot is similar to the others, save the "wake up" node which has status values, but not relevant for the sensor's main purpose. I have four ecolink door sensors and they all behave the same way. Hope all of this makes sense.
  17. Thermostat is a Honeywell TH8320ZW.
  18. As per the pics, the Aeotec ZW187 door sensor (middle icon) does not seem to want to display color and status when closed like the other two. The two gates (first and last icons) are Yo-Link sensors that seem to perform correctly. All three use the same rules for open and closed (color, icon, etc) The fourth pic shows the available values for Aeotec and FWIW, the last two pics are properties for the Yolink and Aeotec nodes. Any ideas?
  19. Are we saying the parameter displayed in the node in the Main tab of the admin console isn’t the same parameter used in a program? In the example above, the Home thermostat parameter displays 68 deg but when I use the same parameter to set a variable, (eg. Int_Home_temperature), the variable reads 65 deg.
  20. Yesterday I created a program that relies on my home thermostat temperature and it seemed to fail. The value provided by the thermostat is not what is being displayed in the Main devices tab of the EISY or even the physical display on the thermostat. For instance, at the time of this post, "Home Thermostat" reads 68.0 deg F and the physical display is 20 deg C (ie. 68 deg F) I put together a test program to see what value the EISY is working with by simply setting the home thermostat temp to a variable. Result: 65 deg F. As further verification, I set the variable to the heat setpoint value and got 68.0 deg F, which is correct. So it seems my thermostat is off by 3 deg, but only when being used "behind the scenes" as a value / variable in programs. Any ideas?
  21. Thanks for your answer. All this time with ISY/EISY and I never knew this bug persisted as it did.
  22. I have a program that I use at bedtime to switch off lights, etc, including a WAIT command to set my thermostat after several hours. I woke up this morning to find my thermostat hadn't returned to normal temperature. Another program I have keeps a rolling average of lux values from my tempest. (Thanks, @GSpitale01 ) It too has a short WAIT command and quit just before 0200. My time zone is Canada, ON, Toronto; DST checkbox is disabled. The lux program is more recent, but the bedtime program was used without issue when I had the 994i. Is this a bug in EISY or am I misunderstanding a fundamental concept about the WAIT command?
  23. Nestor replied to CoolToys's topic in eisy
    My ISP had me set up my router this way when I first signed up with them about 10 years ago. No issues.
  24. Nestor posted a topic in ZMatter
    Hi, trying to troubleshoot an Ecolink TBZ500 Zwave thermostat. I can successfully add the device but the temp setting isn't controllable from the admin console or UD Mobile. If I try. I receive a "Cannot connect" error message. Temp changes at the thermostat seem to be reflected back though. Going to the event viewer, I notice a couple of errors: ERR0 and ERR1. Couldn't find them in the wiki. Maybe I'm not looking in the right place. Any help is appreciated.

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.