Open-source documentation for users of Advantech's WebAccess/DMP software
Public Cloud Deployment:
UI: wadmp.com
API: api.wadmp.com
WADMP Status Page: status.wadmp.com
Resources:
YouTube Channel: WebAccess DMP
Help: Contact Us!
Tutorials:
Explanations:
↑ Top
Home
Hosted on GitHub Pages — Theme by orderedlist
There is a new Alert feature available. Alerts allow users to observe specific parameters of a single device or a company and set notification triggers based on its values. The Alert feature is only available for Premium accounts.
The Auditing feature - gives Users the option to browse auditing events related to a single Device, Users and the WADMP application. Full Auditing records are available under the new menu item - Audit Logs. The Device logs are located at the Device page on the tab Audit Logs. The User-related records can be found on the “Audit Logs” tab in the Users section.
Added reboot button and upgrade firmware button for a single device (on the right on device detail page):
In login web we removed the redundant “Remember Me” checkbox (this is enabled by default), enabled all special characters in the password, and corrected some formatting.
User edit form was changed to on-page form (previously modal dialog) for better readability and usability. Also, error placement was changed to a popup message.
Two state filters on the “My Devices” page (online/offline, claimed/unclaimed, in-sync) now have green color for positive selection so it is clear what state they are in.
Added EULA and Privacy policy popup dialog to record user agreements.
Aggregated Router Apps were hidden from the installation menu (these apps will be installed automatically when the parent app is installed).
Added missing message about being empty to empty tag filter at devices.
Added missing Back button to Create new playbook form.
Fixed rendering of icons with initials for companies/users whose name contained spaces.
Added missing error message for incorrect Company Contact Email on the sign-up form.
Fixed “Value is not an integer” error at the device configuration, that occured in situation when the router reported the value of ports in NAT section.
Error message shown when saving an invalid device configuration is now more specific.
Alerts feature has been implemented, including API endpoints.
Auditing API endpoints were merged into a single one that allows filtering by company, user and device (in previous version only filtering by user or company was possible).
Moved auditing data to a more appropriate database to improve performance.
Device delete. It is now possible to delete a device at any time (previously devices could only be deleted if they have never been claimed before). Some information about deleted devices remain in the database for auditing purposes. It is possible to create a deleted device again.
Fixed routers getting out of sync due to server not sending a particular message to router in some situations.
Fixed server sometimes not reconnecting to MQTT brokers after its maintenance.
Fixed password check at signup/password change so all special characters can be used.
Fixed Playbook sometimes not shown as “running” for the first device of the device group where it was running.
Default value for devices that have no temperature sensor was changed to -273 degrees Celsius from 0 degrees Celsius.
Fixed monitoring data not being available after re-claim of device.
Fixed error “Instance ID already in use” when installing Router App after the previous fail of installation of the same app.
Modified default parameters for several GET endpoints.
Fixed “InSync” status sometimes not being updated after application (un)installation.
Fixed “/management/devices/{macAddress}/commands/trigger-bootstrap” API endpoint not returning 401 Not Authorized message when it should.
Fixed internal server error popup that was incorrectly shown when deleting a company (company was correctly deleted, but the error was shown).
Removed unused Family ID parameter from “/identity/device-families/{familyId}/device-types/{typeId}” API endpoint. This parameter was redundant and the API endpoint was changed to “/identity/device-families/device-types/{typeId}”.
Fixed Backup Routes firmware section on v2i routers.
Fixed USB Port model section at all firmwares.