You’re right — the GH5200 using Codec 8 Extended doesn’t always include the battery percentage in every packet by default. The device typically sends battery info as part of certain I/O elements, and it’s not included in every AVL record unless explicitly configured to do so.
Hi,
Thank You so much. I found in configuration the right way to get all records with battery percentage.
Now I would like to build a coding structure in order to generate the correct signalization about following events:
Device is starting a trip (Vehicle departure)
Device is stopping a trip (Vehicle stop).
Is there a way to combine I/O events “Movement“ and/or “Instant Movement“ to correctly report to my system that device is really starting or stopping a trip without false flags?
Thanks in advance.