-
Posts
1990 -
Joined
-
Last visited
Everything posted by Javi
-
Currently not with iOS, only Android.
-
Was this resolved in the ticket? Notes: Cancel any alerts/warnings/sync-request in controller settings. Scroll to the bottom and press clear UUID. Be sure to update Remote and Local URLs to point to the new controller.
-
Please post a screenshot of the error message
-
The UDM Synch error is fixed in the next app update. It can be ignored until that time as it is only stating there are no matter devices.
-
The notification is generated from the box itself, so there is an update. The app does not know the version, it pulls the version from a server, but looks like server was not updated with the current new version.
-
try the Plugin Notifications (PG3). I think the system are only for connect and disconnect from portal.
-
UD Mobile > Notifications Tab > Menu > Mobile Devices/Groups > Groups > System Notifications.
-
Updates: We are working on a couple of issues. The "rendezvous" error in UD Mobile is firmware related for some, but not all, users and we hope to have a new build in the next week. The "Could not write characteristic" error is being encountered for all users on iOS devices for Matter BLE Wi-Fi commissioning. iOS is blocking communication to Bluetooth for a characteristic (UUID) used by Matter devices. We are looking into the issue with Apple. So, currently BLE commissioning for Matter devices from an iOS device will not work, but Matter should work for IP, Thread, and previously commissioned WiFi devices.
-
PEBKAC 😊
-
Are both apps at the same app version?
-
This should work assuming they are the same platform Android/iOS. Are they the same platform Android/iOS?
-
Should be fixed in 1.2.22
-
Tried to replicate without success. If you like send me a Private Message with a copy of your backup file. Included instructions on how to replicate (i.e. where the node name and path) and I will try to replicate with your setup.
-
Added to my list for review
-
Ok, based on this I'm almost sure it is related to the url icons. Will try a fix in the next build.
-
Got it, its a bug.
-
If you already upgraded you don't need to press force upgrade.
-
I think it is related to downloaded icons. The views are "Recycled" (an app thing to reuse views and save resources) and looking at the code it does not appear that the app checks if the download is still valid, it was at one point but must have been removed during an update. When color is changed on a downloaded icon (which does not have an alpha layer) then it will cause the entire icon (i.e. red square) to be filled with the color, so that explains the red square. As for there already being value. Are these all for the same Node? Custom Mapped values are related to a Node Property not a Favorite. So if a Custom Mapped value is added it will be on both the Home tab an the favorites tab.
-
Thanks. I see you have multiple favorites screens. Does this only happen on this screen or screens which have a a tile with an icon populated by a URL?
-
Does the Tile's Status show "On"? Edit: Notes: Based on the image of percentage I assume the Editor is incorrect. The editor only supports 0 and 100. So if there are any values in between the Node Server developer needs to use the correct editor to show all possible values to the user. Or The user needs to change the Mapping to >= 1
-
Nothing has changed in UD Mobile. iOS allows .local for local loads, if bug is fixed in firmware then .local should still work. I should have been more clear in my post, ATS was in regards to .lan
-
Hi @tmorse305, Thanks, here is prefered. About 90+ percent of Test Flight feedback in useless, so I don't check often. Most feedback is anonymous user saying "not working" or "having trouble" without any other context. I'll have to look into this as Apple States the Matter developer profile is not needed in production, but it appears iOS is not allowing Matter commissioning to start in production. I did not test this as my devices already have a developer profile.
-
App Transport Security is Apples security layer, so Apple has deemed this unsafe. https://wiki.universal-devices.com/index.php?title=UD_Mobile#App_Transport_Security_(ATS)_iOS
-
Looks like a bug, will try to review this week
-
Thanks, it is an error in the Node Server. Range is missing min/max or subset values. The node server developer will need to correct this. <editor id="ONOFF"> <range uom="78"/> </editor>