SOS alarm and fuel data on H02 protocol devices

Enirh6 years ago

Hi Anton,

Is the SOS alarm feature enabled on the H02 protocol. I can get messages from the device. But the only alarms that are pushed by the server are the powerCut ones. Can't seem to get the SOS alarm.

One more thing. Is the fuel data sent in the H02 protocol? The protocol sheet says that two analog inputs would be coming. But I cant get the data. Please advice.

Anton Tananaev6 years ago

SOS seems to be supported, but different devices might use different bitmask.

There is support for generic IO data, but again the format might vary between different device model.

Enirh6 years ago

I am trying to understand how to get the data . These are the 3 packets that I have received

*HQ,865205031882854,V1,093149,A,1255.60423,N,07739.85866,E,0.00,0,270218,FFFBFBFF# -> SOS button pressed

*HQ,865205031882854,V1,093154,A,1255.60423,N,07739.85866,E,0.00,0,270218,FFFFFBFF# -> SOS button pressed

*HQ,865205031882854,V1,093204,A,1255.60423,N,07739.85866,E,0.00,0,270218,FFFFFBFF# -> normal packet

Anton Tananaev6 years ago

Last two messages have same status value FFFFFBFF. That's the field that supposed to include alarm flags.

Enirh6 years ago

Cool thanks. Let me investigate. Any pointers to the fuel data?

Anton Tananaev6 years ago

I don't see any. It's just a regular GPS location info + status bitmask.