Just trying to get my head around Flespi Calculators with its selectors and counters for our FMB003 devices.
I started from the "Trip detector" template and would like some advice on how to adopt the following:
Whenever a trip is detected, based on things like
movement.status
engine.ignition.status
can.vehicle.speed and/or position.speed>0
segment.vehicle.mileage
it should store the following to identify the vehicle:
ident
vehicle.vin
values from the beginning and end of the trip"
timestamp
position.latitude
position.longtitude
position.altitude
calculated values, trip end value minus values at the start of the trip:
can.vehicle.mileage (in km)
can.fuel.level (percentage)
can.fuel.volume (liters)
The step after would be to consolidate this on a weekly, monthly and yearly basis.