Everything posted by Javi
-
UD Mobile required updating firmware, then wiped out all of the programming in my ISY
Hi @Deane Johnson, I'm the developer of UD Mobile and guarantee the app can not perform a firmware update. The Firmware Update required confirmation dialog does not have a function, only closes the dialog upon acknowledgment. UD does not provide an automatic update of any 5.x firmware for ISY994, not in app or Admin Console. If your ISY is showing 5.3.0 it was shipped with that version or firmware was installed manually. If 5.x firmware was installed manually from the Admin console and your system has a Z-Wave module the firmware is dependent on the Z-Wave module version. Firmware 5.0.16 for 300 series and 5.3.4 for 500 series Z-Wave Module. So at this point if you are 100% sure you have never downloaded and installed you are having another issue. If you did download and install it's possible you installed firmware incompatible with your Z-Wave hardware. Please let us know the zwave module version, see the link below to help identify. Also do you have a backup? If you do and assuming you did not rename the file, what is the file name? This should include firmware and timestamp. https://wiki.universal-devices.com/index.php?title=Z-Wave:_Ordering/Assembly_Instructions
-
UD Mobile required updating firmware, then wiped out all of the programming in my ISY
@Deane Johnson, I read your initial post am a little confused as to how the firmware was updated. The 5.x firmware update is a manual update and requires manual intervention by the user. UD Mobile currently does not have the ability update firmware on your behalf. So if you did not update manually your firmware has not changed.
-
Some Programs when touched run the ELSE, others run the THEN
Evaluating self (Program.self) may not work as you intend especially when the program is disabled thus disablening evaluation. I suggest using another condition or variable. Looking at your program I assume if 'Keypad Alert' is On you want to turn it off. So maybe use " If 'Keypad Alert' is not equal to ON" as the If condition. If you desire a true toggle function based on the last toggled value as the condition a variable would be more appropriate using as boolean 0/1. We also have an example on our wiki: https://wiki.universal-devices.com/index.php?title=UD_Mobile#Favorite_Custom_Toggle
-
Some Programs when touched run the ELSE, others run the THEN
Hi @dbwarner5, See https://wiki.universal-devices.com/index.php?title=UD_Mobile#Programs_(My_Programs) for the toggle behavior. Program toggle button function If (program-running){ STOP PROGRAM }else { RUN IF } The reason being (currently) there is only one toggle action button. So for toggle actions the app needs a status, in this case it uses the program running status. As an alternative use Favorites Command Type to specify if/then/else/stop actions on click. This would give you the added ability to set the Variable in your example as the "display status" combining your variable and program into a single tile. I've added this to our issue tracker, although it may be some time before I can change this behavior. The reason being, it was designed this way with an assumption only Similar Nodes (i.e. Insteon Dimmer) would share these command values. As an alternative create a Favorites Folder. Then Favorites Command Type with the desired if/then/else/stop commands.
-
Running UD Mobile on an M1 Mac
There was never an intel version only M1. At the time of the quoted comment I had only run compatibility testing, no tests on a real M1. I now have an M1 mac so we can test if there are issues.
-
I broke the Learn receiver LED
Most of the RGB remotes have the same codes.
-
UD Mobile - iOS
Beta 1.0.1 Version 1.0.1 is a major change to authentication, onboarding, authentication/connection error catching, and eisy QR code setup. See videos below for instructions on adding a systems to UD Mobile although should guide without needing instructions. This version has a greater focus on ISY portal to help cut down on support tickets. The app will prompt for portal credentials first when setting up a new system. Select "No Thanks" or "Cancel" for local only connections or self managed remote connections. Self managed setup should only be prompted in the System add/edit screen. Account Creation https://youtu.be/doCwAFHiMDw Wi-Fi Setup: https://youtu.be/-0P9uxZ61ik Wired Setup: https://youtu.be/GdKfAVfz2Fk Beta 1.0.2 Fixed program Else actions adding to If Section
-
Need advice on problem with two blinds in a Z-Wave scene with ZMatter
Have you tested this? I believe the off (DOF) command is still sent assuming it's supported by the device.
-
Need advice on problem with two blinds in a Z-Wave scene with ZMatter
In the last screenshot click the default drop down and you should be able to configure the command when the the ON command is sent to the scene
-
Need advice on problem with two blinds in a Z-Wave scene with ZMatter
Please show screenshots with the device in scene highlighted
-
UD Mobile not switching to local connection when on local wifi
Thanks @Jimbo.Automates, didn't realize it was message was empty, should have showed invalid credentials. Replicated similar issues on failure. Added issue https://github.com/UniversalDevicesInc/UD-Mobile-Android/issues/40 App's Finder Classes were just rebuilt to accommodate onboarding of eisy, so it's the likely issue.
-
UD Mobile not switching to local connection when on local wifi
It will be improved in the future. Maybe only granted use once permission. Unlike iOS, Android does not let developers know when this is the case. An Easy test is to click the Wi-Fi network from your screenshot. Then click the populate button on the next screen. If the app can read Wi-Fi networks, it will populate without prompt.
-
UD mobile disconnecting almost immediatley upon doing anything
Yes the backup file
-
UD mobile disconnecting almost immediatley upon doing anything
Can you send me a PM with a copy of the Apps Database? And the name or uuid of the system where you are located. I can add it to our diagnostic portal, you would only have to approve from AC, then you or I could remove access after diagnostic.
-
UD mobile disconnecting almost immediatley upon doing anything
I would prefer you did not start from scratch, as I could see the same as you with a copy of the app's database and temporary authorization for your account.
-
UD mobile disconnecting almost immediatley upon doing anything
Thanks. Before I make that assumption can you verify the issue persists when unchecking only use local connection? Are your systems at different locations? Asking in case the we are troubleshoot connection to a single location or if its an issue with all devices on your your account.
-
UD mobile disconnecting almost immediatley upon doing anything
Add http:// before address. This will be caught in the next major update.
-
UD mobile disconnecting almost immediatley upon doing anything
OK, but it sounds like a network issue.
-
UD mobile disconnecting almost immediatley upon doing anything
Ok, wondering if it's a portal issue. We can test this by only connecting on the local network: Please reconnect Wifi. Go to Settings Tab > System > Your System> Local connection settings. Enter your local credentials and set Only Use local connection to true. Now the app will only connect to the local network
-
UD mobile disconnecting almost immediatley upon doing anything
Ok, my best guess is that the systems were disabled in settings, thus requiring sync to populate values.
-
UD mobile disconnecting almost immediatley upon doing anything
The color is not set as there is no value so we can leave that. Sync is not needed after restarting. Can you please post a screenshot after you swipe app from recents then re enter without sync?
-
Setting Global User Preferences for Span not working
If the global default span is set to 1 there will be one item per row unless a favorite has a span greater than the default value in the same favorite folder. https://wiki.universal-devices.com/index.php?title=UD_Mobile#Span Some of the default values have a span greater than one for widgets. So if default is 1 widget default is 3 the span for that folder is now 3. I think the behavior you are looking for is default span 1 and widget span 1 (not default).
-
UD mobile disconnecting almost immediatley upon doing anything
Unless I'm missing something, no system appears to be disconnected. There would be an error indicator bubble next the the "Home" tab icon if the app is having connection issues. If you are referring to the red circle next to the device, the app is in edit mode. Clicking the edit button at the top of the screen will stop edits. The red circle is to hide the device. Edit: See this image from another user which has errors:
-
UD mobile disconnecting almost immediatley upon doing anything
There are many edit functions, which function specifically?
-
UD Mobile Error
Thanks for your help @fustesj99 ! Android version 0.175 fixed basic remote credential url.