-
Posts
2038 -
Joined
-
Last visited
Everything posted by Javi
-
Great. Yes but only on the same platform. https://wiki.universal-devices.com/index.php?title=UD_Mobile#Backup_and_Restore
-
Assuming /desc is the url that can not be found. This explains why the App/AC-Finder can not find the system. Someone with experience debugging firmware will need to check this so please open a ticket. Although I recommend trying the 4 button press again to try to resolve this issue. The /rest/time url succeeded, this is the same call used by the test connection function. If this call works in the browser then the app should not fail unless the IP, port, username, password are incorrect or device is not on the same WiFi network. The error posted above can be replicated with an incorrect IP Address. Please check if the IP address is correct with port 8080 in Local Connection settings.
-
I don't believe we have any other reports of this happening on 5.5.4 or after networking reset (press 4 times) on firmware < 5.5.4. So it may be best to open a ticket. If you can please include browser response from http://<ipAddress>:8080/desc and http://<ipAddress>:8080/rest/time where <ipAddress> is replaced with the local IP Address. Please include the response from these URLs as an attachment as our ticket system will strip some characters from XML.
-
Please try resetting networking. Press power button 4 times then wait a minute and try again.
-
The app can not establish a connection. Does the search function work? Do you see any error messages, such as reboot required, in the search dialog? If not please try reboot by pressing power button 5 times then wait a minute, then try again.
-
I forgot to mention Local Connection Settings requires location permission is granted with "While using app" which may also have been the cause. Test Local connection and adding a WiFi network will prompt for permission. Permission prompt will not happen in normal operation as Android requires app to be in foreground. The app may try to establish/re-establish connection in the background or before the app is completely in foreground, so prompt would fail and may crash app. Permissions are not transferred with app backups.
-
What is the error when pressing test connection?
-
Thank for verifying firmware. What is the issue trying to add the Local connection? The local connection settings have a search icon next to the IP address, if that does not work then the address can be added manually in the form http://address. Do not add /desc. Add 8080 as the port. Add username and password. Finally press the test connection button to verify the app can connect to the local connection.
-
Is the system firmware 5.5.4? If not please update from AC or by pressing the power button once then waiting 30 minutes. Your system may be partially accessible during this time but please do not attempt to restart or power cycle until after 30 minutes. If system is not responding after 30 minutes, please reboot by pressing the power button 5 times.
-
Please verify the local connection is actually established as it appears only portal connection is being established, the error shows my.isy.io as the host. https://youtu.be/gmeVGXI2Vbg?t=56 Go to Settings-Tab > Systems > your system > Local Connection settings > Test Local Connection. Note: This should work with Android, iOS will not route traffic to a network without internet. https://wiki.universal-devices.com/index.php?title=UD_Mobile#WiFi_Connections_without_internet
-
Thanks. Do you use ISY Portal and are you open to a remote diagnostic? If you are please open a ticket under the UD Mobile category and include your UUID. You can also send me a Private message and include your UUID. If you are able to create an app backup (Settings-Tab > Backup) please also attach this file in a Private Message. The backup file will not attach in our ticket system, so we will have you email after ticket is established. EDIT: This issue as caused by Stack Overflow where a program called runThen on itself in THEN action. This caused the program to run hundreds of times a second which eventually overflowed available memory.
-
iOS or Android? Is the app crashing on fresh initial install without changing any settings? Does it crash only after changing a preferences?
-
@oneklakes & @johnjces, Please try again. Let me know if any errors persist.
-
Hi @SLP, Results may vary depending on OS/Device and where the internet outage occurred. If Mobile internet (5G/etc.) is down but WiFi is not then UD Mobile's local connection settings will allow local access. If Portal is down but WiFi has internet then UD Mobile's local connection settings will allow local access. If WiFi does not have internet access then it is dependent on your mobile operating system. Most Android devices can join WiFi networks without internet access as long as user accepts a popup prompt allowing the connection. Android devices will also route network traffic to the WiFi network. iOS devices may be able to join WiFi networks without internet access but iOS will not route traffic to this network. There are a few ways to force this behavior programmatically. However forcing this behavior causes other issues such as preventing iOS from routing to mobile network when the WiFi network connection is poor, and will not work for VPN. Some apple devices such as WiFi only iPads, do not route any traffic to WiFi connections without internet. https://wiki.universal-devices.com/index.php?title=UD_Mobile#Local_Connections_and_Local_VP
-
Hi @Jimbo.Automates, Added link to eisy migration for UD Mobile https://wiki.universal-devices.com/index.php?title=UD_Mobile#Migration
- 1 reply
-
- 2
-
-
-
Program not setting Int variable after Wait (Eisy)
Javi replied to AllDigital's topic in IoX Support
Hi @vbphil 9.3.4 has 2 conditional arguments which allow the program to be stopped (is switched on and is not switched off). For control conditions the program is only triggered if the control is in the condition. So, in 9.3.4 the controls are both on and off. -
Thank you for isolating the issue. Will look into tomorrow. @johnjces error located no need to send or open ticket
-
Thanks. Sounds like a server side error. Please send me a Private Message with the data/error returned from a browser request to the following URL https://my.isy.io/api/voice/amazon/link/status . Portal Authorization will be required. If you would like to open a ticket instead please choose UD Mobile as the ticket category, reference this topic, and provide the email address for your portal account. https://www.universal-devices.com/my-tickets
-
Not directly, but possible with a program as a favorite. Programs show last run time, so if the sensor is used as a trigger, then the program last run time will be the last time the sensor was triggered. In UD Mobile create a favorite with the program and change the display status to Last Run Time. Initial Program status is disabled by default, so this must be enabled in system settings (Settings-Tab > System > System-Name > Program and Variable Settings.
-
Currently background color is determined by the OS light or dark mode. On my list but no ETA
-
Hi @johnjces, Thanks. I should have worded the questions better, just needed to know if the account was main/sub. I'm still trying to isolate the error location so will need some additional information as I can not replicate with any of my accounts. I assume the error shown after selecting the portal account. If this assumption is incorrect please let me know. When the error is shown is the app still on the Admin screen or on the Alexa Smart Home Skill screen?
-
Hi @johnjces, Alexa is tied to ISY Portal and should work with ISY994. Where is this error encountered? Is the portal account linked to UD Mobile a sub account or main account?
-
How to get number of lights on in house, or in folder?
Javi replied to brians's topic in IoX Support
Maybe something like this with 2 variables and 2 programs. The Folder_count variable to count the number which are on (status > 0) The Temp_calc variable is first set to the device status. Then use the Math program to convert status to 1 or 0. This is not disabled as Temp_calc is an int var Math - [ID 017C][Parent 017B] If $Temp_calc > 0 Then $Temp_calc = 1 Else $Temp_calc = 0 This example has 2 devices. You may be able to move the $Folder count += to the program above to eliminate wait actions. Variable Test - [ID 0084][Parent 017B] If 'Devices / Basement / Basement Bathroom' Status is not Off Or 'Devices / Basement / Basement Bathroom' Status is Off Or 'Devices / Dinning Room / Dining Fan / DiningFan--Light' Status is Off Or 'Devices / Dinning Room / Dining Fan / DiningFan--Light' Status is Off Then // reset folder count $Folder_count = 0 // Set variable to status for first device $Temp_calc = 'Devices / Basement / Basement Bathroom' Status // Convert status to boolean 1 or zero Run Program 'Math' (If) // Wait a second to allow 994 to set variable value. May not be needed for eisy Wait 1 second // Add 1 or 0 to folder count $Folder_count += $Temp_calc // Set variable to status for second device $Temp_calc = 'Devices / Dinning Room / Dining Fan / DiningFan--Light' Status // Convert status to boolean 1 or zero Run Program 'Math' (If) // Wait a second to allow 994 to set variable value. May not be needed for eisy Wait 1 second // Add 1 or 0 to folder count $Folder_count += $Temp_calc Else - No Actions - (To add one, press 'Action') -
Hi @leecast, Please try updating firmware. Press the front button once wait 30 minutes then press 5 times to reboot. We hope to have this automated in app soon. WiFi setup will not work on WiFi only ipad (iOS bug). WiFi setup will not work if the network was manually added to any Apple device (icloud remembers), so it must be forgotten manually it it was added manually. Finally the RJ-45 port is Ethernet only, not compatible with (serial) insteon modem. Please see our website for a USB conversation kit.