The ability to send SMS commands for the BCE protocol has been added.
- Create custom_command https://flespi.com/kb/commands-and-settings
- Use text payload field to enter SMS text
- Send it
The ability to send SMS commands for the BCE protocol has been added.
The protocol will be affected by deleting the parameters can.j1939.dm1.dtc.oc, can.j1939.dm1.dtc.cm, can.j1939.dm1.dtc.fmi, can .j1939.dm1.dtc.spn to be installed in 1 week - April 12, 2024: these values have been moved to the can.dtc array parameter
YuryAheichyk Changes installed, params can.j1939.dm1.dtc.oc, can.j1939.dm1.dtc.cm, can.j1939.dm1.dtc.fmi, can .j1939.dm1.dtc.spn deleted
Added new model: Xirgo FMS500 XtCAN
The existing communication/telemetry protocol (“BCE simple communication protocol”) that impacts FM-500 & FMS500 series devices has a custom TIME format that is meant to overflow 28bits on Sat Jan 04 2025 18:48:30 GMT+0000.
We have made changes to prevent registration with incorrect timestamps after counter overflow
Change in sending custom command.
According to the protocol, the devices do not have the ability to send text commands that are intended for SMS in binary form via TCP.
bce protocol has an error parsing the parameter tacho.vehicle.mileage that store the mileage in meters. In a week, on 21-Jan-2025, the error will be fixed, the parameter will store the mileage in km.
YuryAheichyk changes applied, the unit of measurement for the tacho.vehicle.mileage parameter is now km.
These parameters will be removed in 2 weeks 14-Feb-2025:
YuryAheichyk changes applied, parameters removed:
The OBDII DTC codes registration is planned to be changed. Currently, error codes are stored in the can.dtc parameter as an array of strings. To unify with other diagnostic protocol types, errors will be stored as an array of objects.
The changes will be applied in 2 weeks, on May 8, 2025.
For reference, two additional parameters have been added:
can.dtc.strings example:
["P0020","U0001"]
can.dtc.objects example:
[{"standard":"OBDII","code":"P0020"},{"standard":"OBDII","code":"U001"}]
YuryAheichyk changes applied, can.dtc array contain objects now.
For reference, two additional parameters added:
can.dtc.strings example:
["P0020","U0001"]
can.dtc.objects example:
[{"standard":"OBDII","code":"P0020"},{"standard":"OBDII","code":"U001"}]