Notification When Device Moving

ibbex2 months ago
#set($subject = "$device.name has left from $position.address")
$device.name has left from $position.address at $dateTool.format("YYYY-MM-dd HH:mm:ss", $event.eventTime, $locale, $timezone)

is it possible to change $position.address to last stopped address

currently some times position.address not show up on notification

Anton Tananaev2 months ago

is it possible to change $position.address to last stopped address

You would have to change it in the code.

currently some times position.address not show up on notification

It probably means your geocoding provide failed.

ibbex2 months ago

I'm using custom geocoding and the problem is some time device moving notification trigger on out of that red circle

<entry key='event.motion.speedThreshold'>1</entry> 

will not help

sswa.png

Anton Tananaev2 months ago

Not sure I understand the problem.