Dear Anton,
gps103 protocol, I am using TK103.
Repeatedly the alarm in attributes {"alarm":"tracker","io1":"0","io2":"0","io3":"100.00%","ip":"106.205.248.14"}
The interval is every 10 second, even while the vehicle is not moving. any idea why? something to do with the protocol/code?
Because, there is no alarm/event happening on vehicle end, for this to happen.
I think alarm value "tracker" just means a regular GPS report message.
oh okay, so it means the device is sending value even while the device is stationary. So I will need to skip these 'alarm' triggers for this specific type of device/protocol.
As this gets caught as an alarm event in my app :(
Yes, I guess you need to ignore this particular value.
Dear Anton,
gps103 protocol, I am using TK103.
Repeatedly the alarm in attributes
{"alarm":"tracker","io1":"0","io2":"0","io3":"100.00%","ip":"106.205.248.14"}
The interval is every 10 second, even while the vehicle is not moving. any idea why? something to do with the protocol/code?
Because, there is no alarm/event happening on vehicle end, for this to happen.