The chat responses are generated using Generative AI technology for intuitive search and may not be entirely accurate. They are not intended as professional advice. For full details, including our use rights, privacy practices and potential export control restrictions, please refer to our Generative AI Service Terms of Use and Generative AI Service Privacy Information. As this is a test version, please let us know if something irritating comes up. Like you get recommended a chocolate fudge ice cream instead of an energy managing application. If that occurs, please use the feedback button in our contact form!
Skip to content
Insights Hub and Industrial IoT

Insights Hub drives smart manufacturing through the industrial Internet of Things. Gain actionable insights with asset and operational data and improve your processes.

Insights Hub Monitor Plugin¶

Introduction¶

Insights Hub Monitor provides built-in plugins and offers third-party providers to integrate their own plugins. These plugins typically display information or configuration options for a selected asset or a specific use case in the tenant.

Plugin Information

As developer you can integrate an asset-plugin in Explore Assets - using the specific context of a selected asset.

Plugin Information

Or you can integrate the plugin in the sidebar to support a more generic feature like the already built-in plugins as Dashboards or Work orders.

Plugin Information

Since Insights Hub Monitor application was designed from beginning to support plugins, you are able to integrate your custom plugin with less effort just by adding the IHM Plugin SDK into your plugin and register that as an Insights Hub Monitor Plugin. Various features in the sdk makes the life for developers easier.

For instance, if you want to create notifications to your users, use the built-in interface and inform the frame application, which will handle the rest for you.

Plugin Information

Info

There is no other way to integrate plugins into Insights Hub Monitor than using this SDK.

Info

Third-party Insights Hub Monitor Plugins are currently only supported in region Europe 1.

Getting the Plugin SDK¶

Download the Insights Hub Monitor Plugin SDK from the Siemens Industry Online Support (SIOS) Portal by following this link [EN].

For integration instructions refer to the Getting Started or the Demo.

Features¶

The Insights Hub Monitor Plugin SDK allows to integrate third-party plugins into Insights Hub Monitor and provides an interface to communicate between Insights Hub Monitor and the plugin.

In addition to custom content, Insights Hub Monitors Plugin can provide plugin information and use a date time range picker:

Insights Hub Monitor Plugin

Restricted Visibility¶

The visibility of third-party plugins is configured using roles. Plugins are only displayed for users who have the required roles.

Date Time Range Picker¶

A date time range picker is available for custom plugins and can be activated, if needed.

Plugin Information¶

Plugin developers can define additional plugin information for their plugin. The plugin information displays the plugin name, copyright information, links and provider information. If the plugin is provisioned to another tenant, the provider information refers to the operator tenant.

Differences with Applications¶

The main differences between a web application and a Insights Hub Monitor Plugin are:

  • A Insights Hub Monitor Plugin has to implement the Insights Hub Monitor SDK.
  • A Insights Hub Monitor Plugin does not implement the osbar.
  • Insights Hub Monitor Plugins are registered in Developer Cockpit as a Insights Hub Monitor Plugin.