Bosch IoT Device Management - will be discontinued by mid 2024

Device list

At this point we assume you already went through the previous sections and have successfully registered at least one device.

For the sake of a richer example, we have connected a gateway, an edge device via the gateway and a stand-alone virtual demo device.

The digital representations of all your registered devices will be listed in the Devices view.

Within the Devices view you can:

  • Navigate to your devices,

  • sort and configure the device list,

  • organize your devices,

  • search and filter devices,

  • create device sets and custom filters,

  • view and manage device data,

  • and monitor their state and resources.

In this page we are going to focus on the list of devices and how you can configure the columns part of it.

Table of contents:

List devices

The system distinguishes three general types of connected devices - gateway, edge device via gateway and standalone device.

images/confluence/download/attachments/2221978929/dm_listDevices.png


Devices are listed in alphabetical order according to their display name. Their type can be easily determined through their corresponding icons:

  • images/confluence/download/thumbnails/2221978929/dm_gatewayIcon.png - gateway,

  • images/confluence/download/thumbnails/2221978929/dm_edgeDeviceIcon.png - edge device via gateway and

  • images/confluence/download/thumbnails/2221978929/dm_deviceIcon.png - standalone device.

Device list header

Above the list of devices you will find:

  • The number of selected devices and the overall count of registered devices.

  • The search input field.

  • The Filter button. It opens the Device sets and filters blade, which we describe in our next Device sets and filters page.

  • The Refresh list button.

  • The Data actions button which allows you to manage selected devices in bulk.

    images/confluence/download/attachments/2221978929/dm_listDevices_dataActions.png


    The available operations are:

    • Delete all selected devices

    • Export the devices list as a CSV file.
      As part of the export list to CSV file wizard you can

      • choose what the separator character should be,

      • whether to add column names as first row,

      • to view a preview of the file and

      • to wrap lines.

        images/confluence/download/attachments/2221978929/dm_listDevices_exportCSV.png
  • The Configure columns button, which we describe in the next chapter.

Configure information columns

All UI feature views provide the possibility to configure the columns of the information table. This applies to the Devices blade as well.

By default you will see only the Display name and Thing ID of any registered device but can add many more columns:

  1. Click the Configure columns icon.

  2. In the menu that opens up you have the possibility to check/uncheck various predefined text and icon columns. In our example we will check the box for the Last modified text column, to add this information in the table view.

  3. Expand the Icon columns drop down and the check also the Connection status icon column.

images/confluence/download/attachments/2221978929/dm_listDevices_customizeColumns.png

You also have the possibility to add custom columns:

  1. Expand the Custom columns drop down and click + Add custom column.

    images/confluence/download/attachments/2221978929/dm_listDevices_addCustomColumn1.png
  2. In the Add custom column menu that opens up:

    1. Type in the name of your custom column.
      In our example we will use the Switch feature of our registered virtual demo device, so type in Switch.

    2. Type in the JSON path of the device property, whose value should be displayed in the column.
      We want to be informed whether the status of our switch feature is ON, so type in features/switch/properties/status/on.

      images/confluence/download/attachments/2221978929/dm_listDevices_addCustomColumn2.png
  3. Click OK.

  4. The new custom column Switch will now be visible in our Devices blade.
    Since only one of our devices has this property, it will be displayed only on device-01, our virtual demo device.

images/confluence/download/attachments/2221978929/dm_listDevices_addCustomColumn3.png



Now that we have a couple of registered devices, let's learn how to add them to device sets and how to filter them.