-
Posts
2039 -
Joined
-
Last visited
Everything posted by Javi
-
That is a real pita. Sounds possible, but would be low on our already long to-do list. Some apps have intents which allow deep linking into the app, but I've only seen a handful that publish their intents. Also a possibility to open another app from a UDM tile. Have you tried Google Assistant/home broadcast feature? I use it when I need the wife or kids to answer their phones when I'm out of the house 🙂 I think you can broadcast to specific devices, but the above is my only use case so have not looked into it.
-
When I get some free time I'll see if we can convert edit lock into favorite lock.
-
Replicated, will push version 1.2.13. Thanks.
-
Thanks. Reporting here works better. I can search the apple crash reports, but don't usually start there. There are major changes in versions > 1.2.8 in preparation for removing synchronization requirements with firmware 5.9.x. So possible there are other bugs. I could not replicate but my commit history show something similar on the July 9th so likely did not make it into the last release. I'll push version 1.2.12 to beta now, but may be a few days until live.
-
Great, Please open a ticket for the device without control so it can be forwarded to the correct location.
-
Usually a couple of weeks, this build happens to include major changes in preparation to remove synchronization requirement with 5.9.x firmware. So may be slightly longer than usual so we can verify any bugs are corrected.
-
I have a similar "Access Control" node and have verified (1) the status mappings are incorrect and (2) formatted values are not being displayed in UDM (subscription formatted). I'll submit a bug report, however it is at firmware level so may be some time before a fix makes it to production. I also think the Node may not have installed correctly or may require a compatibility mode. The Binary Door/Window Sensor has a status on my end and is the Node I use to verify status. If unsure how to do this please open a ticket as it's not my specialty. If you open a ticket, let me know the number and I'll attach notes.
-
Polisy is likely the cause.
-
Also Polisy, may not be supported. There were networking changes required. Please open a ticket if using Polisy and wanting matter support.
-
Yes QR Code was the only way prior to the latest Android and iOS (iOS still in beta) versions of UD Mobile. It's possible we don't yet recognize the device type, but basic on/off should work. I've only tested with this https://www.amazon.com/dp/B0BZBGD87V?ref_=ppx_hzsearch_conn_dt_b_fed_asin_title_1. Was/Is there an error message?
-
A little hard to follow, but I don't think "Access Control" is an open closed property. If I remember correctly this is something like how it was controlled manual/keypad/etc.. My guess is there are multiple nodes for this device and the Favorite is using the wrong node.
-
Great, for reference in case anyone else finds this topic. On Android the Notification Channels must be set to App Provided Sound. -
-
I think it's a generic warning, but it is valid. As long as you crate a UD Mobile backup it can be restored but you may need to re enter credentials depending on if iOS keychain associates the new install to the old install. There is a caveat, If there is a database upgrade in the app you cannot install a backup created on a newer UDM version on an older UDM version.. but that is usually the reverse situation going from Beta back to production. Also Database upgrades are not that common.
-
I'm not sure, the sounds are included in the app's package so should work unless the user has changed setting on Android OS. Did you happen to customize the sounds on Android? Maybe the file no longer exists? https://wiki.universal-devices.com/index.php?title=UD_Mobile#Android_2
-
For Matter over Thread a Thread Border router is required. The device can be added to the border router first, i.e. a Nest Hub Max, then share the device with eisy using the sharing QR Code or Pairing Code from the Border Router's app. Eisy will communicate with the Thread Border Router to control the device. Note that Pairing Code entry still in UD Mobile beta for iOS.
-
I'm not familiar with ratgdo, so you may want to ask in that sub forum.
-
Bug discovered in version 1.2.9 - 1.2.10. Causes failure on back navigation from folders on home tab and automations tab. Fixed in 1.2.11
-
Great, thanks for the update. I'm in the process of implementing BLE commissioning through iOS Matter APIs instead of handling BLE ourselves, maybe in the next release.
-
Most customizations should remain intact if the UUID is cleared in UDM (see link below) and the new Credentials (IP address, remote URL, and auth) replace the existing credentials. The node-address + SQL-Controller-Table-Base-Column-ID (as UDM supports multiple controllers) are the unique identifiers. The controller SQL-Controller-Table-Base-Column-ID is tied to the UUID however the UUID is not part of the Unique identifier. UD Mobile allows users to "clear" the UUID so the SQL-Controller-Table-Base-Column-ID remains intact when the UUID is cleared. UD Mobile will add the new UUID to the existing SQL-Controller-Table-Base-Column on Synchronization if the UUID is cleared. At a higher level if the node-address does not change then customizations will remain intact. If synchronization prompts to "remove cached values" after replacing the UUID then create a backup before removing cached values. If customizations/favorites are removed restore the backup then adjust any customizations which were removed to point to the new node-address before synchronization again. Insteon should be safe in most situations, other protocols/node-servers have enumerated node-addresses so they are susceptible to Address change. So keep node servers in the same slot and add all required parameters prior to synchronizing UDM. https://wiki.universal-devices.com/index.php?title=UD_Mobile#Migration
-
Does the Node have a Status-Value on the Home Tab? I can replicate a similar error for Nodes which do not have Status Properties. If there is no value (defined values) then Advanced Configurations will not work.
-
Hi Everyone, See the following for an update:
-
Version 1.2.9 on iOS will allow Matter Setup Code entry. This version is awaiting approval from Apple for Beta Testers so should be live in the next 24-48 hours. A matter permission was also added which may fix iOS blocking BLE matter commissioning in production but will not know for sure until it is live. Currently the Setup Code only supports devices which were commissioned (connected to Wifi) with another service, still working on Setup Code for initial commissioning. Please report any app crashes on the forum. Version 1.2.9 contains major changes which will allow a future version to remove synchronization.
-
It may be better in some situations and worse in others, not to mention the introduction of race conditions. Requesting all is a comprises that revoves the possibility of a race and too many requests at startup. While this may be slower in some situations, it may be faster in others. Making multiple requests for a single status values may take longer than requesting all status in a single request.
-
Updated Wiki Is "Request Status of all Programs" values enabled in the Controller's Settings?