Notification stopped working after update. Receiving only online/offline notifications

Anton Tananaev2 years ago

Maybe try default configuration. As far as I know, it works for everyone else, so we must be missing something.

petiweg9532 years ago

Maybe one of this option may cause the problem?

<entry key='event.enable'>true</entry>
<entry key='event.overspeedHandler'>true</entry>
<entry key='event.overspeed.notRepeat'>true</entry>
<entry key='event.motionHandler'>true</entry>
<entry key='event.geofenceHandler'>true</entry>
<entry key='event.alertHandler'>true</entry>
<entry key='event.ignitionHandler'>true</entry>
<entry key='event.statusHandler'>true</entry>
<entry key='event.maintenanceHandler'>true</entry>
Anton Tananaev2 years ago

Should be easy to test. Let us know the results.

petiweg9532 years ago

Finally found the problem.
As you said it was a configuration problem as I had an invalid geocoding setting.
As opposed to the older version, the latest generates an exception (I don't know how, it went unnoticed initially), blocking the send of the event/notification.

Thank you for the support!

Felix Richter2 years ago

@petiweg953
Can you show me the relevant config parts, which caused the problem?
I've the same after the update...

Thanks,
MrFX

Luis Mariano Rosa6 months ago

@petiweg953 can you tell me it was your solution please??