Notification When Device Moving

ibbexa month 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 Tananaeva month 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.

ibbexa month 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 Tananaeva month ago

Not sure I understand the problem.