I am working on a GPS tracking application using a Teltonika device (FMBXXX series). I need to determine the Accessory/Quadro state of a vehicle based on the data received from the device.
Currently, I have access to the following parameters:
- 239 - Ignition Status (
0
for Off,1
for On). - 240 - Movement Status (
0
for Not Moving,1
for Moving). - 66 - External Voltage (in volts, with values like ~12.0V for Off and ~13.8V for On).
I can differentiate between Ignition Off and Ignition On states using parameter 239
. However, I need guidance on how to identify when the vehicle is in the Accessory/Quadro state, which occurs when the key is turned but the ignition is not fully on (engine not running).
Questions:
- Are there specific thresholds or combinations of parameters (e.g.,
66
External Voltage or others) that can reliably indicate the Accessory/Quadro state? - Does Teltonika provide additional I/O elements or configurations that can help detect this state?
- Can I use any custom configurations or event triggers within the Teltonika device to identify this state more precisely?
Thank you for your assistance! Any guidance or recommendations would be greatly appreciated.