-
Posts
1992 -
Joined
-
Last visited
Everything posted by Javi
-
Is the system not found using IoX Finder?
-
Please post a screenshot of the UD Mobile error message. What is the system firmware version?
-
EDIT: An installation issue has been replicated.
-
The quoted answer was for this statement The Scene was "Controlled" not the KPLs. So if the IF Condition of the Program is looking for the KPLs to be "Controlled" then the program will not trigger. If the Program IF Condition is looking for "Status" should be triggered, assuming the condition is fulfilled.
-
There was no functional changes to the Node Server only version number from 2023.01.09 to 2023.1.9 as the the zeros were causing issues in PG3x parser. It should be fixed now. The IR code posted above works when tested, i.e. I see the blaster flashing. It is possible the code is incorrect if it is flashing but does not work. Were the Custom Parmas saved the code saved after it was entered?
-
Not yet, still on my list
-
Thanks for the report. Fixed in 1.1.20
-
KPL buttons, with the exception of the button controlling a load, can not be controlled directly. KPL buttons must be controlled by a scene, this is an Insteon limitation. This explains why they can't be controlled directly from UDM. My guess for Alexa is the program needs to be controlled not the scene. This would make it work like UDM as Alexa will runThen for on and runElse for off. My guess for the program not being triggered is that it is using "control" instead of "status" so it only runs when the buttons touched not when status is changed.
-
It looks like the Node Server could not connect to the URL. Is the URL correct?
-
Also note that due to spam filters, configuration of SMTP settings with your own email provider may be required. When using default settings messages may be delayed or filtered out by the receiver. https://wiki.universal-devices.com/index.php?title=ISY-99i/ISY-26_INSTEON:Messaging_Configuration For instant notifications UD Mobile will configure the Notification Plugin and Programs automatically.
-
Thanks. It was removed in IoX, but I don't think the check was updated UD Mobile. So it is likely most of the Program functions in UD Mobile will not work correctly. I'll try to get this fixed in tomorrow, although it may take a few days to go live in the app store. Likely to be version 1.1.19.
-
This 401 error is invalid username or password for the direct local connection. Try the default of "admin" for both. If the default does not work then it was changed by the user and will need to be reset. Alternatively the URL to ISY from ISY Portal will work with the Admin Console using your Portal Credentials.
-
Does the system have > 1024 programs/program-folders? If they system does have > 1024 programs it is a bug in UD Mobile. ISY994 had a limit of 1024 programs which I do not think was updated for eisy.
-
How do I load up Alexa with EISY devices, programs, scenes, variables?
Javi replied to baabm's topic in Amazon Echo
My guess is that another device has the spoken, or Alternate Spoken as "Kitchen Lights". Currently UD Mobile does not have a search function for Alexa, but the Portal Website does. From my.isy.io for the system UUID under the tools column press Select Tool > Connectivity > Amazon Echo, the try a search in the search box. -
The issue is the ISY (not Admin Console) could not get or parse the NLS file. For historical reasons the Admin Console has its own NLS parser. It appears the Admin Console was able to get and parse the NLS file. While UD Mobile also parses the NLS file it relies on ISY for formatted values when a status value changes which is the reason we know the ISY could not get or parse the NLS file. As far as we know this is not an issue with current firmware or UD Mobile. The same issue may be caused by an earlier ISY994 firmware which could have migrated. It may also be caused by Node Servers not updating profile files properly. To check if this is caused by a migrated file please post or send me the response to /rest/profiles/family/10/files (i.e. http://192.168.X.X:8080/rest/profiles/family/10/files) ? . Also let me know the slot number for the node with the issue. If the issue is not due to a migrated file other debugging steps are needed.
-
Hi @sjpbailey, As the author of the very misleading error message, I can say the error originates from code which was catching a bug in early 5.x 994 systems. This bug showed itself when 994 would return empty XML after multiple successful (200) response for data. With that said UD Mobile may catch other errors here also, such as files with empty XML. So, it is very possible this error is triggered by a Node Server. Please open a ticket and we can try remote diagnostic.
-
How do I load up Alexa with EISY devices, programs, scenes, variables?
Javi replied to baabm's topic in Amazon Echo
The default behavior for scenes functions similar to a switch. However if you have devices which do not change status such as Key Pad Link Buttons, and Battery Powered Devices may need to be removed from Scene calculations from the Node Dashboard see: https://wiki.universal-devices.com/index.php?title=UD_Mobile#Scene_Estimated_Status It depends. The reason the program is disabled is to prevent a vicious loop. In the light example posted above the program would continually run as soon as the light changes status. The status change triggers the program to runThen or runElse, which causes the a status change which causes the program to run, repeating forever. If the IF Condition does not trigger a change, such as an integer variable, then you can use as is. If the IF Condition triggers a change then the program will run on its own. So issuing the runIf command from UDM may not have any effect as the Then/Else action may have already been executed. -
How do I load up Alexa with EISY devices, programs, scenes, variables?
Javi replied to baabm's topic in Amazon Echo
I'll add that there is a global option for colors Settings Tab > Global User Preferences which will remove the need to set each device individually. -
How do I load up Alexa with EISY devices, programs, scenes, variables?
Javi replied to baabm's topic in Amazon Echo
The Node Dashboard is the screen shown which has all Status (sorry typo) and Commands for a node. i.e. clicking the node on the home screen takes you to the node dashboard This is automatic for most devices which have On and Off commands, such as lights/switches, no need to modify. The default Program behavior on click is runIf. So place your IF condition (i.e. if light is off) in the ISY Program which will trigger runThen (turn light on) or runElse (turn light off), then disable the program to prevent it from running automatically. If you want to customize the display, i.e show something other than the program on the tile, see the following example. https://wiki.universal-devices.com/index.php?title=UD_Mobile#Favorite_Custom_Toggle -
How do I load up Alexa with EISY devices, programs, scenes, variables?
Javi replied to baabm's topic in Amazon Echo
Settings-Tab > backup. iOS allows backup to iCloud but requires the backup to be moved/copied to the iPhone local storage before restore. Both backup and restore via Google drive work for Android. Credentials may need to be rentered after restore. Geofences may need to be reenabled after restore. With regards to Favorites, there are a one button add options. On home tab, click edit (pencil) click node, add to Favorites. Or From node dashboard (screen with all statues and command) click settings (gear) add to Favorites. You can add a device to Alexa from the Node Dashboard also by clicking the speak (person speaking) icon. -
If it is the same UUID with a .local url then it is just another way to connect to the same system locally. Either URL can be used. UD Mobile will also show both when using the local finder next to Local Connection Settings > Local IP Address. Some network (router) settings and/or operating system may prevent one of the URLs from being shown or responding to a network request.
-
UD Mobile will ask users if they would like to install the Notification Plugin in the following situations "My Notifications" was clicked on the Home Screen "Notifications (Create, view and edit push notifications and programs for this device)" is clicked from the Node Dashboard Settings. Node Dashboard is the screen which shows all Status and Controls for a Node, the settings is the gear icon. If the user agrees UD Mobile will automatically install and configure the free version of the Notification Node Server.
-
Do you receive an error message,? If so please post the message or screenshot. The Local Connection Settings require the local credentials, not portal credentials. After these are entered use the test button at the bottom of the Local Connection Settings to test the connection. Please post error message if not successful. Note that Local Connection Settings override default settings, so the IP Address should be reserved in your router or it may change. To use the apps default settings Only Use Local Connection must be unchecked and all System Network Relations must be removed.
-
The app is trying to use Local Connection Settings. This is a manual override setting as Local Connections are not setup by default. Was this error automatically shown on the on the Home Screen or trying to issue a specific command? If automatically shown on Home Screen Continue. Go to Settings Tab > Systems Do you have more than one System listed? Select the system named home "Home" Expand Local Connection Settings. Is there a Local IP Address? Is "Only use Local Connection" enabled?
-
Settings Tab> Systems> System > Program and Variable Settings