According to the Add a group dialog I can add groups to probes or groups only:
> = Select a Probe or Group to Add the New Group to =
>
> Select a probe or group from the list.
But, I have a use case where I have to create 51 sensors (which can be divided into groups logically) for one device and I'd like to split them accordingly:
- for said logical reasons,
- for better overview and
- to avoid exaggerated scrolling in the sensors' list.
The workaround I use atm is to create sub-groups in a super-group and to create the device multiple times in these sub-groups:
```
+- Super-group
......+- Group A
.........+- Device 1
............+ Sensors 1..17
......+- Group B
.........+- Device 1
............+ Sensors 18..34
......+- Group C
.........+- Device 1
............+ Sensors 35..51
```
This works, but is ugly in contradicting DRY.
PS: Your question editor here lacks basic functions and neither handles HTML Entities nor Unicode characters correctly (e.g. ). That's tedious.
Add comment