SCADA widget : how to interact with group or devices

Hi everyone,

I’m a newbie on Cumulocity dashboarding, using version 1018.0.271.

I am trying to use the SCADA widget to display an SVG using all devices of the selected group, but I can’t find how to do so using the official documentation : Monitoring the device status using the SCADA widget.

The documentation specifies that we can use ng-repeat, and we can also select a whole group of devices as data source, but it doesn’t say how to interact with device or group themselves.

Any chance this might be possible ?

If not, could this otherwise be achieved somehow with HTML widget ?

Thanks in advance !

Quentin

Thanks for pointing that out!

The dropdown where in your screen “Wirepas” is selected should contain the group and all child devices.

So you can select a child device and do the mapping accordingly. Unfortunately you have to do that for each device + property. I don’t think there is an option to dynamically visualize a property for all devices within a group unfortunately.

Btw. the selected ID is not the device ID but the group ID. So what you are visualizing is actually all properties of the group not of any device. If you select “Last Measurement” you can also select a data point from a child device, but again each mappings is only 1:1 (SVG tag : device property). No dynamic mapping is possible if devices are added/removed from the group.

Maybe someone else here proof me wrong(?)

Instead you can create a feature request to request that feature Jira Service Management

Hi Stefan,

Nice to see you also here (I’m from Thales :))
That’s right, I got confused by the ID which I thought was of the first device in the group!

Thank you for your answer, I’ll wait for now.