I have a Queclink GV50MG that communicates using the gl200 protocol. With each location (GTFRI) and info (GTINF) it sends the battery voltage in mV. A few years back I remember being able to see this voltage in Traccar but it is no longer there. I looked through the database and it looks like the last time the power
attribute was recorded was in March 2022, but nothing has changed about the messages sent by the device in the last few years.
Example message:
[object Object]
11888
is the battery voltage.
attributes
in a database entry from 3/21/2022 (including a few custom attributes because they weren't available by default back then):
[object Object]
Today attributes
looks like
[object Object]
It's been too long to remember but I think this change coincided with a major Traccar update a while back. I'd love to see power
return. My car hasn't had any low battery issues, but I'm about to throw a tracker into a boat with a busted alternator so voltage is pretty important.
Do you have the protocol documentation for your device?
Feel free to create a ticket on GitHub for this.
I have a Queclink GV50MG that communicates using the gl200 protocol. With each location (GTFRI) and info (GTINF) it sends the battery voltage in mV. A few years back I remember being able to see this voltage in Traccar but it is no longer there. I looked through the database and it looks like the last time the
power
attribute was recorded was in March 2022, but nothing has changed about the messages sent by the device in the last few years.Example message:
11888
is the battery voltage.attributes
in a database entry from 3/21/2022 (including a few custom attributes because they weren't available by default back then):Today
attributes
looks likeIt's been too long to remember but I think this change coincided with a major Traccar update a while back. I'd love to see
power
return. My car hasn't had any low battery issues, but I'm about to throw a tracker into a boat with a busted alternator so voltage is pretty important.