Notification When Device Moving

ibbex7 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 Tananaev7 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.

ibbex4 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 Tananaev4 days ago

Not sure I understand the problem.