How to disable the alarms aggregation

Hello, is there a way to disable the alarms aggregation? I want every alarm to be seen as it is for example instead of having this floor 6 alarm aggregated and the times it occurred is 2 and I can only see the details of the last one i need to be able to see all

This counter is due to alarm de-duplication and is a standard cumulocity function. As far as I know it can’t be ‘turned off’.
Events may be a better solution to what you want.

1 Like

Hello, yes as Robert already mentioned, the alarm de-duplication can’t be disabled it is a core functionality of Cumulocity. I also have created an article about this concept a while ago, it is more complex as you might think: Alarm de-duplication in Cumulocity IoT

What you should know is, most clients i know, like that feature and doesn’t want a new alarm when it is not yet cleared. There is of course a hack: If you would add a dynamic part in the alarm type, for example date time, you would always get a new alarm. I would not recomment this because you are not able to filter anymore your alarms by type and the alarm collections gets much bigger. Depending what you want to achive, the idea from Robert is also not bad, use instead events…

1 Like