Help with noran protocol

pva8 years ago

Hi,

What means alarm 11, 12 and 9 on noran protocol.

SELECT protocol,attributes FROM position where deviceid=12 group by attributes

'noran', '{\"alarm\":11,\"ip\":\"xxxxxxxx\"}'
'noran', '{\"alarm\":11,\"ip\":\"xxxxxxxx\"}'
'noran', '{\"alarm\":11,\"ip\":\"xxxxxxxx\"}'

where can i find the alarm code description?

Regards
PVA

Anton Tananaev8 years ago

The documentation that I have, doesn't include any information about alarm 11. You should request up-to-date protocol documentation from your device vendor.

It seems like you are using old version of Traccar. I would recommend to update to the latest one.

pva8 years ago

If i update the version of traccar the API methods that i am using still working?
The database structure changes?
I am receiving this alarms on a uniguard device, with this information you can help to find the alarm details?

Anton Tananaev8 years ago

Depends on what version you are on.

pva8 years ago

I have the version 302 installed

Anton Tananaev8 years ago

That's not a proper version number. Do you mean 3.2?

pva8 years ago

If i query traccar table on my database i have 302, but i think is 3.2

Anton Tananaev8 years ago

The API has changed since 3.2.

pva8 years ago

And the database structure, still the same or changes a lot?ยด
I have some custom query on place, that is why i still on this version.

Anton Tananaev8 years ago

There are many new tables and columns in the database, but the general structure is the same.