-
Posts
2030 -
Joined
-
Last visited
Everything posted by Javi
-
Can you share a screenshot of the error. This does not appear to be an app issued error, but an APN (Apple Push Notification) error. With the exact text and context we can do a better search.
-
Thanks. I added an issue for the Notification Plugin https://github.com/UniversalDevicesInc-PG3/udi-poly-notification/issues/58 As for the error, all devices must be removed from the group before deleting the group. Updated Error message in next UDM release.
-
Finishing/Improving Programs in UDM has been on the list for a while, just need to find the time 😊 The issue is UDM cannot completely parse the program details so it has not ability to show what it does not know, aside from the XML tags which were skipped/ignored.
- 1 reply
-
- 2
-
-
Great, Groups would benefit from better documentation. The AC does not have anything related to UD Mobile, the Notification Plugin uses the Public Notification API for UD Mobile. Yes, the Notification Plugin only shows groups. While this may not appear intuitive at first it will likely save you time when you switch phones or reinstalling UD Mobile (each phone has a unique ID for an app instance) as you will only need to enable the new phone in the group instead of searching through all programs. Was this the group or phone name? Does the issue persist after swiping the app from recents (maybe a caching issue). Does the plugin still work? The Plugin is developed by Jimbo using the public UD Mobile Notification API, so if this was not an error which corrected itself then he will need to check.
-
The Node Server Needs to be restarted before it will update groups. SSL Error may be a temporary internet issue, ignore if it does not persist.
-
Thanks for testing, Currently the chart automatically adjust to show the last few changes, however there is a bug and the time on the chart is not correct. In your case the time is likely closer to the current time. Adding this to favorites is on my list. Along with other improvements.
-
This can be done for UD Mobile also, however it is called Groups instead of an individual device. A group is used so that you can group all the user's devices (as a user) or in case the user gets a new device. This way the programs never have to be changed, you only need to update the group with the users new device. Create a group for each user from the Notifications Tab Settings in UD Mobile. Restart the Notification plugin (so that the groups are populated), now you can select the user (group) in the program.
-
Your best option is to use the occupancy Node Server to track each person, but variables also work. See: https://wiki.universal-devices.com/index.php?title=UD_Mobile#Occupancy_v2.0_Node_Server You will then need to add a Geofence in each instance of UD Mobile on EACH MOBILE DEVICE to trigger the correct occupancy status (or variable). You cannot add a geofence for another user without having physical access to their device. Also note that the Mobile OS (iOS/Android) may periodically alert the user that UD Mobile accessed their location, so they can disable easily. If you are importing backups onto the other user's devices, you can create each Geofence on your own device (i.e. one for each person; Husband, Wife and Child) then disable all geofences except for that user after import.
-
There used to be, but it was inadvertently removed during a UI refresh. Adding it back is close to the top of the list of To-Dos. It was similar to Favorites Move to Folder.
-
Hint is used by some User Interfaces (Mobilink) or Services (i.e. Alexa) to display the Node as a certain type (like a thermostat). UD Mobile will use Hints (lower priority) or UD Mobile's Device Type (Higher Priority, in the menu of the Node on the Home Tab) to show a node with a custom tile (like thermostats).
-
The "Toggle" is only available when a device has status. Status is needed so the app can determine if it should issue the ON or OFF command. Based on the image provided the Down Bath Fan does not have a Status value. So we need more information. The root cause appears to be missing status. Does the device have a status when adding to favorites, i.e. is there a toggle on the Home Tab?
-
The Favorites page does not separate by controller, nodes from multiple controllers can be displayed on the same page. This is by design, in case users want to view status of multiple properties at the same time. Users can create Favorites Folders if there is a need for separate favorites pages. This can be for seperate properties or any other reason.
-
Great. Just for reference in case anyone else encounters this. Property History is currently a Beta feature, hopefully production soon. To enable issue the following command prefixed by the address of eisy (i.e. http://X.X.X.X:8080/rest/history/node/properties/recording/on where the X.X.X.X is eisy's IP Address /rest/history/node/properties/recording/on After doing this the property's value must change at least once before it will be charted.
-
As far as I know this should only happen after opening a Node's Dashboard. If you swipe app from recents does the Home tab still show this error? Does it only start showing the error after clicking a specific Node? If both answers are true go to the node and find the status value which is set to a chart, then change it to "Default" or another type of view. If this does not correct the issue, or the answer to the questions above are false then please open a ticket and include a ZIPPED COPY of the UD Mobile Backup file so that we can investigate.
-
First question is if the plugin in slot 18 is your plugin. Then my guess is the NLS is written programmatically and something has gone wrong.
-
I don't think this error will affect functionality, but there may be something missing or invalid in a plugin's definition files. The plugin in slot 18 has an NLS file (en_us.txt) which appears to have many lines with something like ND-str-1 which is invalid as all prefixes with "ND-" should be followed the NodeDef ID then by "NAME" or "ICON", i.e. "ND-nodeDefId-NAME=Lamp Switch" If you pull the file we can see the exact errors /rest/profiles/family/10/profile/18/download/NLS/en_us.txt
-
This can be enabled in the app, Go to the controller's settings > Program and Variable Settings.
-
Use the production version, non- production is for testing.
-
There is. It's called iTach IR. See https://forum.universal-devices.com/forum/324-itach-ir/
-
That look correct, RUN IF (Set RUN IF) should be triggered on geofence enter. The program itself needs to be disabled or it will run at the time in the IF condition. This can be tested when the time is valid by pressing Trigger Enter Command. Note that geofences may take a couple of minutes to trigger so the radius may need to be larger.
-
Take a screenshot of the Geofence setup in UD Mobile which show the command. The command should be RUN IF (not Enable, Run Then, Run Else) on the Program. The program looks fine, but needs to be disabled or it will be triggered by the time change.... unless that is what you want.
-
Please show the UD Mobile setup. The program should be disabled to prevent the program from running automatically. And UD Mobile should execute"Run If" on the program.
-
It appears move to folder was left out after the latest app refresh. We will try to re-enable this feature in an upcoming version.