-
Posts
2061 -
Joined
-
Last visited
Everything posted by Javi
-
This should not happen, but can be caused by incorrect configuration (local / remote settings) Failing PLM (Admin Console also shows an incorrect value when both AC and UDM are open and status is changed).
-
Yes see https://wiki.universal-devices.com/index.php?title=UD_Mobile#Migration Jump down to about 8 lines to Finally migrate your favorites and settings in UD Mobile. First backup UD Mobile from Settings-Tab > Backup in case of errors this way Favorites and User Preferences will not be lost.
-
Fixed span size refresh in next version
-
Was the issue resolved? If so please let us know how for future reference. If not resolved: Is the Notifications API Key (Notification Tab > Settings > API Key) the same on both Mobile Devices? Do are both devices listed under the Devices Section (Notification Tab > Settings > Devices)? If they are are there any special characters in the name?
-
This is only from UDM, Scenes do not support % commands
-
It is an insteon limitation with KPL Buttons, which can only be controlled by a scene. UDM attempts to do this automatically with all devices in the Scene when using the Dim function. However UDM cannot control the KPL Buttons directly without switching the entire Scene. If UDM were to turn on the entire scene it would go to on level not the level set by the UDM dimmer. So without using programs and/or variables KPL buttons can not be controlled using UDM's Scene Dim function. Another option would be to use a Switch which will turn the Scene ON or OFF with respect to OnLevel.
-
Did you exclude the KPLs from Calculation? The KPL Buttons (not load) only have 0% and 100% nothing in between. https://wiki.universal-devices.com/index.php?title=UD_Mobile#Scene_Estimated_Status If that does not work, you likely have interference from something else such as a program.
-
This is not the behavior I see, maybe there is something else triggering OFF. The off Command is only sent to the Scene for 0%.
-
Scenes really have no status, they are static setpoints. So adding to firmware may work in some situations but not all. Also, upon rethinking this, I don't think UDM's Scene Dim function works for KPL buttons when not set to 0% or 100%. There is an Insteon Limitation with KPL Buttons. Only a Scene can turn on a KPL Button, not a Direct Command. In order for UDM to convert this static scene into a dimmer UDM sends commands to each device independently, which will not work for the KPL buttons. However if the UDM Scene Percentage is 0% or 100% then the scene "OFF" or "ON" command is sent. So to show status with KPL Buttons a State Variable can be used, this way programs are not looking at dimmer/button status values. Create a variable, then in UDM add the variable to Favorites, then change Favorite Type to Slider. Create a new Scene for each KPL button where you want status where the Button is the only member as a Responder. Finally create a program which observes the variable, If value > 0. In then set all dimmers to the variable value and turn on the Scenes which contain the the single KPL buttons. In Eles turn off the scene containing all devices. Note that this may require UDM gets variable status on Startup. https://wiki.universal-devices.com/index.php?title=UD_Mobile#Program_And_Variable_Settings
-
In UDM all Scenes as dimmers and calculates an estimated status. Keypad buttons should have calculation ignored for this to work correctly. See: https://wiki.universal-devices.com/index.php?title=UD_Mobile#Scene_Estimated_Status If the scene is added to favorites you can change the Favorite Type to "Slider" to show as a dimmer on the Favorites Tab.
-
Thanks, replied.
-
We think this could be due to conflicting accounts (UDM/PG3) and/or PG3 having more than one system attached. Please open a ticket as we need your UUID to investigate further.
-
Whitelist '*.isy.io' where * is for all subdomains of isy.io
-
If the phone is not showing on UD-Mobile > Notifications-Tab > Setting (gear icon), then it is likely the device is signed into another Portal account. Multiple Account support requires that the Node Server is installed again with the API key for the other account. Edit: See Jimbo's comment below.
-
UDI Mobile is not UD Mobile, I know it's confusing. Please provide the link to this documentation and I'll point users to UD Mobile setup. See https://wiki.universal-devices.com/index.php?title=UD_Mobile#Geofencing. for Geofencing instructions. There is a setup video at the top and Occupancy setup at the bottom of this section.
-
Without seeing the Notification Content I'm only guessing, but I think this is the keep alive setting. Older versions of Android required a persistent (non-swipeable) notification whenever an app was running in the background. Then there are a few versions which required the notification but allowed users to swipe it away. The newest versions of Android show this in another setting (bottom of expanded settings in Running Apps). The default was "1" or "2", so the Notification should disappear 1 or 2 minutes after closing the app. The setting is intended for only a few minutes, none ("0"), or negative (infinite). The issue with none ("0") is switching between apps will kill the connection, so on return there could delays while UDM refreshes values. If you are on a good internet connection and have a small/med system you may not notice any difference between 0 or a few minutes. If you are on a poor connection, have a large system, or have multiple systems connected to UDM then refresh may take a few dozen seconds. Android OS also allows users to hide these persistent notifications in Android settings if you truly want the app to run in the background and not see the notification. If I remember correctly long pressing the notification will show which types of UDM notification channels to hide. It is also possible that some versions of android do not remove the notification after closing. If this is true, it has not been reported.
-
Version 1.1.50 Added Thermostat Favorites Tile. This should be displayed automatically for users with firmware 5.8.0 or greater after synchronization. https://wiki.universal-devices.com/UD_Mobile#Custom_Views Known Issues: Moving Favorites may be broken, will try to get this fixed soon.
-
1.1.49 removed the ability to hide systems nodes on the home tab, so they were likely hidden prior to this release. I'm pushing version 1.1.50 now which should show root nodes even if hidden. Google play has been publishing updates between 2 -12 hours, so try checking for an update later today.
-
They don't offer this to third parties
-
If I remember correctly Ring API only supports short clips, not a live camera feed. This is a Ring limitation. It may be possible to show short clips, but I don't think the Node Server has added this feature.
-
It should work with any rstp cameras supported by VLC App. Do a quick Google search for the "Make/Model", "VLC" and "RSTP" to see if anyone was able to connect the Make/Model to the VLC app. I know Arlo cameras use proprietary rstp encryption so they will not work. Ring does not work.
-
First check if they are hidden, press the edit button at the top, if they show up hit the plus icon then disable edit mode by clicking the edit button.
-
Maybe a disappearing undo button instead of confirmation.
-
Will add to our list, need server side implementation before we can implement as badge updates would trigger too many refresh requests.
-
I think I misunderstood the request. The acknowledgement will only be cleared if the notification is clicked. Added in Android 1.1.47. Not yet implemented for iOS.