Notification When Device Moving

ibbex6 days 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 Tananaev6 days 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.

ibbex3 days 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 Tananaev3 days ago

Not sure I understand the problem.