Everything posted by DennisC
-
IoLinc 2450/SECO-LARM sensor for Garage Door
Click on the Pencil icon to enter edit mode, followed by selecting the device. In the popup select Configure and then add a mapped value by clicking Add. There are examples in the UDM wiki. From here you can use the current value to change color, display status, icon, or add prefix and sufix. You can add as many as you like.
-
Favorites Copied from iPhone to iPad or Mac?
As long as it is the same platform (ios to ios, android to android), then you make a backup on the device with Favorites and restore it on the other device. If you require specific instructions check the UDM wiki.
-
IoX Finder: Always have to type address in manually
If the last time was more than about 6 weeks ago, it is worth trying again. The specific issue you are having was corrected for alot of us by a new start.jnlp after deleting Java cache.
-
Control Elk outputs from EISY or ELK Rules?
The Command type allows you to create a favorite that when touched can run a programs Then or Else command. This enables you to have a favorite tile that will open or close a garage door, or for that matter, run any program you desire. See below for the description. Command. This Type will allows users to specify any number of Node Commands. Pressing a Favorite of Type Command will execute the defined commands. Favorites of Type Command also allow from an optional Display Node, the display node does not inherit toggle ability. The Display Node does not have to match Command Nodes. See Commands below. Here is a link to the user guide: https://wiki.universal-devices.com/UD_Mobile
-
Control Elk outputs from EISY or ELK Rules?
While possible to do in the Elk, I generally follow the rule that if it is possible to program in the ISY/eisy, then I program there. I find programming in the UD infrastructure simpler than in the Elk, but the primary reason is to have all of my programming in one location. As for sample programs, there are many options depending on what you want to accomplish. While the programing is simple, if you get stuck with an aspect of what you are trying to accomplish, ask a specific question. Also, if you need to open/close your GDO remotely, take advantage of UD Mobile Command class and create a favorite that toggles the GDO open/close.
-
IoX Finder: Always have to type address in manually
When was the last time you cleared Java cache by checking all 3 boxes, then deleting files in Java configuration, and then downloaded a new start.jnlp from UD? Not too long ago, there was a change made that resulted in not found appearing. The correction for this was a new download of an updated start.jnlp.
-
PG3 ELK Node server 3.10.15
The newest update listed in the release notes is for v3.10.6?
-
OpenWeatherMap Current Temperature Fluctuations
Looking at the data you posted, you can see the temperature dip and then within 2-3 minutes an increase in temperature. Adding a wait for 2-3 minutes, would prevent the program from triggering until the temperature dip stayed below your trigger temperature for the duration of the wait period. If the temperature increase during the wait period to a point above your trigger point, the If statement will re-evaluate as false, thereby, preventing a notification from being sent. After the wait period, if the temperature is still below your trigger temperature, the program continues to run and your notification will be sent. It's a way of minimizing the freeze warnings until the temperature is below your trigger point for x minutes. While in my example, I used 2-3 minutes, the wait can be any time period you choose. If you waited 5 - 10 minutes, or even 15 minutes, what would be impacted by having a temperature below freezing for a short period of time?
-
OpenWeatherMap Current Temperature Fluctuations
You could try adding a slight delay to your program, say wait 2 or 3 minutes?
-
T-Mobile texting from Eisy Program
No, the issue is with the phone vender throttling certain types of messages. It has been happening to a lot of us for several years. It is the reason we switched to Notification plugin and Pushover. You can not beat the speed and reliability.
-
Totalconnect node frequently showing failed and immediately reconnecting
I would suggest checking the plugin log to see why the restart. If nothing is obvious it might be time to open a support ticket.
-
Admin Console Text Size Reverts to Default
I had this issue on my Polisy and again on eisy. I opened a support ticket and requested a scroll bar be added to admin console. I was told that it would be done but it would take awhile. That was about 10 months ago.
-
Migrating from ISY 994i Pro v.4.9.0 Z-Wave V4.55 300 series to EISY & Zmatter
You can not migrate Zwave, instead will need to rebuild your Zwave network.
-
RCS z-wave Thermostat issue(s)
That would suggest that there is another programming (maybe forgotten?) that is changing the temperature, or is it possible there is a forgotten setpoint in the thermostat? Maybe you should double check the thermostat's just to be sure. Next, use the Find/Replace option in eisy programs (right click on one of your programs with the thermostat device in it) and search for all programs with the device. Finally, run one of the programs, let the setpoint change back, then check the program summary page for a program that just ran. You could also monitor that page while triggering the program to run. Let's see if you find something else triggering the change.
-
RCS z-wave Thermostat issue(s)
Since there is nothing obvious with what you posted, let's try something, change your If section so it reads as follows: Weekend Thermostat Morning ODT condition - [ID 001A][Parent 0001][Run At Startup] If ( From 8:00:00AM To 11:58:30PM (same day) ) And 'Automation / Outdoor Temp' Temperature < 40.5°F
-
add Aotec motion sensor to eisy
Have you toggled the use Zwave switch in Configuration tab and then rebooted? Is Zwave menu at top of the admin console?
-
Troubleshooting and logs
I think you meant @paulbates
-
add Aotec motion sensor to eisy
It is not clear from what you wrote, which ZWave dongle did you buy, have you successfully added the dongle, and enabled ZWave in the Configuration tab?
-
RCS z-wave Thermostat issue(s)
For anyone to provide assistance, we would need to see the programs in question. Right click on the program(s) and select copy to clipboard, then paste the program here. To insure the migration directions were followed, did you confirm the Zwave addresses were correct? If you migrated using UD ZMatter dongle, the device address changes from ZW to ZY prefix. Verify the programs are correct and then resave each program, even if no changes were necessary.
-
Network/server error logging into MyQ service
You can keep as many controller's as you like. At GDO, the wires from pushbuttons and controller's are all spliced together. The pushbutton can be dedicated to the GDO, or it can be an actively used button. This method is not dedicated to ELK, the same solution can be used by any ISY ecosystem device by adding an Insteon or Zwave contact closure switch or relay.
-
Support Thread for: IoX 5.7.1 (Nov 12, 2023)
Sounds like it might be time to open a UD support ticket.
-
Using Notification Node Server & Pushover together?
As a stand alone, the Notification plugin is great for short messages, as is UD Mobile. For longer or customized messages, Pushover shines. Have you seen the instructions page here: https://github.com/UniversalDevicesInc-PG3/udi-poly-notification/blob/master/README.md and here: https://www.jimboautomates.com/pg3-node-servers#h.h1ph1aotljg6
-
Light Goes To 100% Even When On-Level Say 25%
Try factory resetting the device and then add back in.
-
T-Mobile texting from Eisy Program
That is an indication that either the configuration is not correct or the carrier is delaying or blocking the text. It is why a lot of us switched to the plugin. Add a service like Pushover with it and you will be very happy, there are a lot of options available.
-
T-Mobile texting from Eisy Program
On the screen you setup the phone number, doesn't the test button send a test notification?