Speed limit exceeded notification not firing

webo5 years ago

I've created a notification (web, email, SMS) for Speed Limit Exceeded and done the following:

  1. Placed all the devices for the notification in their own group
  2. Added a speed limit attribute to that group
  3. Added the notification to the group
  4. Ensured my account is also in that group

However now, when I see those devices going over the limit, I'm not seeing the notification anywhere. I have other notifications that do work via email so I know it's not a configuration issue with sending it.

Are there any things I'm missing for this?

webo5 years ago

In the config I've set the following (XML syntax removed for this post):

event.enable: true
event.overspeed.notRepeat: true
notificator.types: web,mail,sms

Anton Tananaev5 years ago

By default we don't use group attributes.

webo5 years ago

Hello Anton, OK that's a bit strange since the speed limit is one of the pre-existing attributes for groups.

Does the speed limit need to be implemented as an attribute on each device individually? Or do we need to set it in the config file globally?

Anton Tananaev5 years ago

It's possible to enable it, but it's disabled by default because of performance implications.

webo5 years ago

Understood, thank you.

I think you answered a similar question here so I'll enable deviceManager.lookupGroupsAttribute and monitor the performance in the meantime