Looks like message type that your device sends (0x010c
) is not supported yet.
Thanks Anton..
The device i am using Is listed in the supported devices page...
HS-3000G huasheng 5111
Is it possible i am doing something incorrect? How did you decode the HEX to get that code out of it?
I am using a basic hex to string converter, but it is returning a bunch of ascii characters.
Thanks in advance.
It's a binary protocol, so HEX converter won't help. Message type is 2nd and 3rd bytes. In your example it's 010c
. This specific message type is not supported yet, as you can see here in the code:
Thanks Anton,
I am going to attempt to get this working, if possible can you point me into the direction on how to decode the string correctly?
Is it a big task to get it working?
Thanks mate
Beau
It's not a string; it's a byte buffer. You need to understand how to binary decoding is working in Traccar if you want to fix it. Research the code.
Hi @beau,
Did you manage to fix this issue. I know it's 4 years ago but I'm facing the same problem now.
Thanks.
Hello,
I am running into some trouble with the HS3000-g device :(
I have my HS3000-g OBD2 device connecting to the server on port 5111.
In the logs i can see the device talking to the server, but nothing is appearing in the traccar ui.
Status is reporting Offline
HEX code in log is
Converted is
IMEI number is '355855051020566' which i am using as the identifier..
This is the only entry in the log
No additional information of errors..
Any help would be greatly appreciated!
Thanks
Beau