-
Posts
2000 -
Joined
-
Last visited
Everything posted by Javi
-
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.
-
I've seen this a few times over the years usually caused by a program running in an infinite loop after the upgrade. Sometimes the ISY works until the program starts then the load of the loop overwhelms other processes. I have many times encountered the Factory Query program was the culprit. It was "corrected" by the user to run itself causing an infinite loop. However it could be any program.
-
What happened to adjustments when I click on a device?
Javi replied to nowandthen's topic in UD Mobile
Please be more specific, maybe a screenshot of the issue? -
Very likely the Local IP Address is incorrect. Tip: reserve IP addresses in your router if you have more than one eisy, then use the numerical IP address in UD Mobile, not eisy.local.
-
Do you get errors when opening the Admin Console? Does the Admin Console show changes to device state (not initial status, but state changes)? It looks like the event subscription is not working for some reason. Possible the firmware upgrade did not complete, may require forcing the upgrade to reinstall. Did this start after the firmware upgrade?
-
Is this for a single device or all devices? If a single device does it work from Admin Console? Based on the screenshot It does not look like no devices are showing status besides programs. Is this true? What is your firmware?