Need to know the status of Engine ON/OFF of traccar Device.

I need to find that engine is on or off.

How can i do that please guide me asap.

Joystick4 years ago

If your device send battery voltage you can use attribute to determine if engine is on or off.
Eg
Description Engine On
Attribute battery
Expression battery>13.4? true:false
Type boolean

I have a device id and only need to check the engine on/off status using device id is there any option for that. So that i can save the status every time in a table and fetch it from there.

Can anyone help me on this topic ?

Aakansha2 years ago

I need to save Engine status stop/resume in the table so that I can fetch and it can show via Api Response too !!!