Notification When Device Moving

ibbex last year
#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 Tananaev last year

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.

ibbex last year

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 Tananaev last year

Not sure I understand the problem.