hivemq / hivemq-edge

HiveMQ Edge is an MQTT gateway that enables interoperability between OT devices and IT systems. It translates diverse protocols into MQTT for streamlined communication and helps organize data into a unified namespace, making managing and streaming data across your infrastructure easier.
http://hivemq.com
Apache License 2.0
92 stars 21 forks source link

Feature(18744) - Customisable UNS schemes #289

Open simon622 opened 5 months ago

simon622 commented 5 months ago

It is now possible to create custom UNS schemes, using ISA 95 as a pre created template. The new mechanism exposes new endpoints on the UNS webservice, but reads back through old configuration to ensure existing deployments have a transparent experience.

It is possible to create any number of UNS profiles, each being stored independently. The unique key for a profile is the name. By default, ISA 95 will be seeded into the API filled with the 5 levels.

This is future proof to allow arbitrary support for profiles against different adapters. For now, the UI will provide a single drop down list offering existing profiles + [Create New...]