-
Posts
2000 -
Joined
-
Last visited
Everything posted by Javi
-
The Notification Menu option on a Device's Dashboard creates a program. There is no option on the Program's Dashboard as this would create another (notification) Program which monitors the first Program, I don't think this is what is intended. If a program already exists select Edit Program, then in the Then/Else sections add a new Command which trigger a notification from Notification Plugin.
-
They can be created in the Admin Console or UD Mobile. If following the video UD Mobile automatically creates the Notification Customizations with Variable Substitutions.
-
The plugin is created by a 3rd party developer. The basic version is free, the paid version has additional features. The plugin works in programs like any other node, so status notifications can be customized as needed. Follow the example in the video then copy/update the program created by UD Mobile to contain your (IF) conditions. P.S. Users can also send push notifications to UDM via Network Resources, however the Plugin is much better.
-
UD Mobile Notifications Documentation https://youtu.be/t-r1hUeDWjQ https://wiki.universal-devices.com/index.php?title=UD_Mobile#Notifications_Tab
-
We ran a few tests and cannot replicate. Does this work in another browser or device.
-
I cannot replicate this behavior, please open a ticket. Include your UUID.
-
What is your firmware?
-
Please see the UDM instructions, at the bottom is occupancy setup. Video: Wiki: https://wiki.universal-devices.com/index.php?title=UD_Mobile#Geofencing Occupancy: https://wiki.universal-devices.com/index.php?title=UD_Mobile#Occupancy_v2.0_Node_Server
-
Sync has not been changed in some time so I'm not sure what would cause this error. Please open a ticket and include UUID and we can run a remote diagnostic. Also include a zipped copy of the UDM backup file so I can investigate the blank page when pressing the home button. The app now automatically shows the last selected (if you have multiple controllers) Controller's Devices and Scenes Folder. There is nothing else to show here as programs/vars/etc are now in the automations tab. If using multiple controllers they can now be switched via dropdown instead of backing out to the list of controllers. The Controller's icon can be changed in the Controller Settings click the menu next to the controller name. Users can also add their own image via the URL option. This should show a list of controllers, please include a zipped copy of the UDM backup in your ticket Programs, Variables, and network resources are now in the Automations Tab. Feedback from users showed most usually open Devices and Scenes if not using Favorites, so this removes a few button clicks. Aside from moving some Home tab items to the Automations Tab, most of the changes are settings moved into menus or dropdowns
-
4.x to 5.x upgrade resets username/password to admin/admin
-
We are in the process of a revamp, so things may move around in the next few versions. It should be on Home Tab Menu for now.
-
I think the "scene" part is a typo, but I'll will look into this next week. "Dimming" scene and setting to a specific value "Preset" are both available, just not in the same way as a Single Device. Preset at 50%: In order for this to work with all devices going to the same level at the same time the Scene (Preset) needs to be recorded on the individual devices. Create a Scene with each device as a responder, and change the on level property to 50%. /DON will cause all devices in the scene to go to 50% at the same time. Dimming Use : Depending on use case the devices can be either controllers or responders to the scene. /rest/nodes/<node>/cmd/BRT increase brightness of a device by ~3% /rest/nodes/<node>/cmd/DIM decrease brightness of a device by ~3% /rest/nodes/<node>/cmd/BMAN begin manual dimming /rest/nodes/<node>/cmd/SMAN stop manual dimming
-
At a higher level this is likely due to the browser, operating system, and/or device not supporting the tint color of SVG/PNG images, so the original color is shown and not filled with the specified tint property. I'll try to add mappings to cover all null and non-null values, but may be some time.
-
We do hope to implement this at some point, however it is currently not high on our priority list. While I have not looked into Apple CarPlay specifically, we did implement Android Auto. However the Android App was rejected by Google as Home Automation was not an approved use of the Android Auto APIs.
-
There should be a switch above the icon section in Favorites Editor (Edit Favorite) which allows the same option. This is not tied to a value.
-
Yes, there is no way to map icons to values if values do not exist. This is likely do to the bug referenced above.
-
On the Home Tab? If the group is expanded then the icon should be visible. The Device Dashboard does not yet have colors/icons implemented for groups. This likely will not work as the image does not have an alpha channel so the color will fill the entire image. The test described above works, so if this does not work with another image it is due to how the image was created. My mistake this also requires "If value equals NULL". for the null value, unless this is a favorite. I'm still working on caching. They show up as blue and read in my browser could be the browser does not support a property of the image like tint (the fill color UDM uses to color the image)
-
The image must be a PNG for color, other types will color the entire image view port. I ran a simple test below and this appears to work with color and URL. Downloaded the sailing image in PNG format https://fonts.google.com/icons?icon.set=Material+Symbols&icon.query=water&icon.platform=web&selected=Material+Symbols+Outlined:sailing:FILL@0;wght@400;GRAD@0;opsz@24&icon.size=24&icon.color=%23e8eaed Added to Google Drive then followed the example below to get the URL for the icon. Note this is not the shared URL. https://support.exclaimer.com/hc/en-gb/articles/4445816657309-How-to-host-images-using-Google-Drive Colors are now honored. Currently this is the only way to override the default for the Home Tab, Favorites allows a default icon to be set in the Favorites Editor. However it is possible to use the function "If value is Greater Than or equal to" the lowest possible value then the icon will be populated for all values. This should now honor the Global Color Values. NOTES: I found a bug which may cause the wrong icon to display (view recycled) which will be fixed in the next update.
-
Please try rebooting eisy. Formatted Property Values for Node Servers may not be published by eisy if eisy has not been rebooted after values are defined by the Node Server. This was due to limited processing power on ISY994, so we hope to have this corrected for eisy soon.
-
Scenes can not be dimmed to a percentage, they are more like a preset. Some options to achieve something similar: Create a Scene which has "On Level" to the desired percentage. Triggering the Scene's On (DON) command will set each device in the Scene to the specified preset "On Level". Use the "Fade Up", "Fade Down", and "Fade Stop" Commands Issue commands to each device when the "On Level" is not 0% or 100%
-
Beta Version 1.1.80 Please report issues in the UD Mobile Subforum. Local Connections are are now automatic, unless the user specified a WiFi Network. Currently IP reservation or local IP (i.e. http://eisy.local) is still a requirement. Many UI Improvements Added download icon to Custom Status Mappings Moved Programs (My Programs/Schedules/Notifications), Variables and Network Resources to Automations Tab. Added easy link to custom mappings for System Icons. Home tab cameras now show video feed. Known Issues: Some customizations (icons) may not refresh until app is restarted. Moving favorites to the top or bottom may show error messages.
-
Also Android version 1.1.80 now allows custom icons in Advanced Status Mappings. Coming soon to iOS.
-
Will push a new version to beta later today or tomorrow which should correct the issue.
-
Thanks, replicated issue. Submitting version 1.1.79 now.
-
What is your Android Version and device Model?