Not see alarm sos on Events

jesusle7 years ago

Hello Anton,
apparently when there is no GPS signal and send an alarm sos from the tk103b this is not shown in events or alarms. Can be filtered?
can i use Filter.skipAttributes and how? to avoid filtering ir alarm sos

Anton Tananaev7 years ago

Do you have filtering enabled? You can skip "alarm" attribute in that case to avoid it being filtered.

jesusle7 years ago

i don t have filtering enabled.
And that hapen just when the device don t have gps signal.

Anton Tananaev7 years ago

If you don't have filtering then server won't filter any data, but some messages might not be decoded. Do you have logs? What do you see in the logs when device doesn't have GPS and you get alarm?

jesusle7 years ago

is hex to text

NO GPS SIGNAL

696d65693a3836343839353033303237393938362c616320616c61726d2c3138303430343137343235322c2c4c2c2c2c323936612c2c353166372c2c2c3b

imei:864895030279986,ac alarm,180404174252,,L,,,296a,,51f7,,,;

2018-04-04 17:42:54 DEBUG: [13A1A738: 5001 < 190.104.131.214] HEX: 696d65693a3836343839353033303237393938362c616320616c61726d2c3138303430343137343235322c2c4c2c2c2c3239$
2018-04-04 17:42:54 DEBUG: [4C79CD7F: 5001 < 190.104.176.62] HEX: 696d65693a3836343138303033313736303138392c747261636b65722c3138303430353035343235332c2c462c32313432343$
2018-04-04 17:42:54 DEBUG: [2B436D11: 5001 < 190.104.131.178] HEX: 696d65693a3836343839353033303237393039332c747261636b65722c3138303430343137343235332c2c462c3231343235$
2018-04-04 17:42:55  WARN: Geocoding failed - Empty address - GeocoderException (JsonGeocoder:74 < ...)
2018-04-04 17:42:55  INFO: [13A1A738] id: 864895030279986, time: 2018-04-04 14:44:25, lat: -25.25968, lon: -57.55085, speed: 5.2, course: 0.0

GPS SIGNAL

696d65693a3836343839353033303237393938362c616320616c61726d2c3138303430343138303335332c2c462c3232303335352e30302c412c323531352e35373735332c532c30353733332e30353032362c572c302e3032332c303b3836343839353033303237393938363b

imei:864895030279986,ac alarm,180404180353,,F,220355.00,A,2515.57753,S,05733.05026,W,0.023,0;864895030279986;

2018-04-04 18:04:02 DEBUG: [13A1A738: 5001 < 190.104.131.214] HEX: 696d65693a3836343839353033303237393938362c616320616c61726d2c3138303430343138303335332c2c462c32323033$
2018-04-04 18:04:02 DEBUG: [13A1A738: 5001 > 190.104.131.214] HEX: 4f4e
2018-04-04 18:04:02 DEBUG: [B9D52C0F: 5001 < 190.104.131.24] HEX: 696d65693a3836343839353033303234363738372c747261636b65722c3138303430343138303335392c2c462c32323034303$
2018-04-04 18:04:02  WARN: Geocoding failed - Empty address - GeocoderException (JsonGeocoder:74 < ...)
2018-04-04 18:04:03  INFO: [13A1A738] id: 864895030279986, time: 2018-04-04 18:03:55, lat: -25.25963, lon: -57.55084, speed: 0.0, course: 0.0
Anton Tananaev7 years ago

I have checked the code and looks like at the moment alarm is not decoded for messages without GPS data.

jesusle7 years ago

I think need valid the invalid position for see the event alarm sos, somehow it invalid cancels the entrie record and the event alarm

jesusle7 years ago

Is there any way to I make it decode alarm?

Anton Tananaev7 years ago

It would require significant refactoring of the decoder class. Send an email to support address to discuss this.

jesusle7 years ago

Ok, thanks verry much for the help!

jesusle4 years ago

Hi, this working on last release? regards