-
Posts
2002 -
Joined
-
Last visited
Everything posted by Javi
-
Hi @Jimini, Added the following to our wiki, please let me know if you have additional questions. UD Mobile Notification Groups are used to send notifications to a single device or group of devices. To send to a single device only enable the the device which should receive the notification in the group. A group is used for single devices to make device replacement easier. When replacing your mobile device enable the new device in the group, there is no need to edit network resources. https://wiki.universal-devices.com/index.php?title=UD_Mobile#Group_Setup
-
Invalid url is the reason. Please copy the Admin Console URL from your ISY Portal Account. https://wiki.universal-devices.com/index.php?title=ISY_Portal_Admin_Console
-
I have a Mac M1 with no issues. How are you establishing the remote connection, ISY Portal or direct IP Address?
-
The node server resets the Module Address and Connector, so manually editing these values will have no effect. Could be the Node Server's parser. If I recall I only tested parsing with the default Global Cache Database values, i.e. 1:1. I'll update here when I have something to test for module address changes.
-
Hi @Ross, Subtitle text will be darker in Light Modes in the next update. This should change everywhere in the app, please let me know if you find somewhere else where text color change is needed. As for text size this is handled by the operating system. In both Android and iOS you can change the default font size and the app should adjust automatically. This has been tested on most screens, but if you find a screen not honoring these values please let us know.
-
I'll try to change the iTach NS to allow for Module Address change when I get some free time. So this should work for all of the GC IR Modules. I think the serial modules, or any of the other modules, would need their own Node Server. I own a GC serial device but I'm not sure if I'll have time in the near future to develop anything. If I remember correctly, the GC Serial modules can also publish incoming data which could also be handled by a NS. The iTach NS is open source so if anyone wants to use or modify the existing code they are free to do so without restrictions. My knowledge of Python is limited, so even the current NS could use improvements.
-
You can issue direct commands, If the nodes are missing from UDM please synchronize first. The app does not synchronize unless the app adds/removes the node. Programs are also an option but not required. Favorite Command With iTach NS Favorite command which also shows the status of a TV
-
Great! There is a character limit for nodes so the NS removes some chars. I have a IP2SL-232 but have not had time to try anything. Currently just using Network Resources > IP2SL-232 > Somfy RTS controller. The NS was designed with the GC-100 in mind however I was waiting until someone asked as I don't own the hardware. I believe the NS just needs to expose the the Module Address to users. This should allow control of any of the IR Modules. I try to get something to test when I get some free time.
-
Great, I like the eye icon, added to our issue list https://github.com/UniversalDevicesInc/UD-Mobile-Android/issues/47
-
If there is a plus sign then the systems are hidden. Press the plus icon for all systems and a minus icon will be shown. Then disable edits.
-
Did you happen to hide the system? Try pressing the edit icon at the top of the home screen which will show all systems including hidden systems. If there is a plus icon next to your system name then it was hidden so press the plus icon then press the edit icon to disable edits.
-
Hi @CNelson03, I reviewed the code and the time out is set to 3 seconds which may too low and possibly causing the issue. However I could only replicate "Unknown Module" if the url parameter was incorrect. Can you please verify the url is correct? You should be able to see the iTach's webpage at the same address.
-
If there is not a single device then something is wrong. UD Mobile lists all Nodes, Programs, Variables, and Network Resources with all available controls on the Home Screen. The Favorites screen will be empty until you add items to favorites. Please try synchronization if the controller is listed on the Home Screen by clicking the controller then pressing the synchronize icon at the top right. IF the controller is not listed on the home screen, then go to Settings-Tab > Systems > Your Systems, if everything is configured correctly the app will prompt to synchronize or will show connection errors. If you get errors during synchronization please let us know.
-
Hi @Jimini, Uploaded video with improved audio. It may be a hour before it is live. https://www.youtube.com/watch?v=9w-_8AZy4iQ
-
Hi @johnnyt, A bug preventing disable of all groups should now be fixed.
-
I'm the frontend developer for UD Mobile so I can say with confidence that UDM Notification delivery is stable in production. As of this week UDM Notifications now include notifications about Portal Service interruptions and system connection status. Notification Creation is stable using Network Resources (the only option if you have ISY994). For eisy and Polisy you can use the Notification Node Server. The Node Server route makes things easier for users to configure but does not render the Network Resource option obsolete. The Notification Node Server uses the same APIs as the Network Resource Example. See this topic for an example of setup:
-
Hi Dennis, Settings>Systems>Your-System>Disabled only disables subscription startup in UDM. Is this system listed on your Portal Account? If it is not then there should be no notifications about connect or disconnect. If it is listed but there is no subscription then remove from portal.
-
Looks like the app is using the Basic Remote Connection Port if Port was set when "Use ISY Portal for remote connections" was switched off. If you have a backup you can reload, switch off "Use ISY Portal for remote connections" delete port then switch back on. Added issue https://github.com/UniversalDevicesInc/UD-Mobile-Android/issues/45
-
Sorry to keep pressing this, but have you synchronized? If that does not work please open a ticket and include a zipped copy of the App's Backup file or Send the file to me via Private Message and I'll try to replicate.
-
Can you verify synchronization was done? The values for enter and exit commands are the commands sent. Just tested and I can set and edit both Enter and Exit commands for State variables, can you share a screen shot of the same screen?
-
Hi @peterathans, I cannot replicate this behavior so please first verify you have the latest app version as I believe there was an edit bug in an initial release. Then try synchronization in case anything has changed with the system. If that does not work: Is this iOS or Android? State or integer variable?
-
Due to a recent iOS update we now only receive the Mobile device type and no longer receive the name given by the user. You can change the device names in Notification settings along with sending a test notification to a single device.
-
Still on the to-do list.
- 1 reply
-
- 1
-
-
The API to send to a single device is available by request for Node Server developers. It was not included in the Network Resource Examples for reasons stated above. Jimbo's Notification Node Server uses this api, but only after checking the Device Name. So the Node Server is essentially creating it's own groups with the Device Name being the group name. We discovered the group issues during testing, it was not reported by any users until your post.
-
Great! We discovered a server side bug in group enrollment a few weeks ago which may have caused the issue. This issue has been resolved so please let us know if the device becomes unenrolled in a group again. In my opinion Groups are the best way to send to a single user. When you get a new device you only need to add it to the group instead of changing all your notifications. The method to send to a single device is not documented on our wiki as the prefered method is grouping.