Hello,
I would like to report an issue with the FMC650 device integration. Currently, FMC650 is treated as fmbXXX because of the condition m.startsWith("FM") in TeltonikaProtocolDecoder.java (line 197).
As a result, IO elements such as:
io233 (Vehicle Identification Number Part1 – 8 bytes)
io234 (Vehicle Identification Number Part2 – 8 bytes)
are incorrectly mapped to cngStatus and cngUsed, which should only apply to FMC150 models. For FMC650, these IOs should represent VIN parts instead.
Could you please review this logic and confirm if an update can be implemented to differentiate FMC650 from FMC150?
Thank you for your support.
Khaled
Hello,
I would like to report an issue with the FMC650 device integration. Currently, FMC650 is treated as fmbXXX because of the condition m.startsWith("FM") in TeltonikaProtocolDecoder.java (line 197).
As a result, IO elements such as:
io233 (Vehicle Identification Number Part1 – 8 bytes)
io234 (Vehicle Identification Number Part2 – 8 bytes)
are incorrectly mapped to cngStatus and cngUsed, which should only apply to FMC150 models. For FMC650, these IOs should represent VIN parts instead.
Could you please review this logic and confirm if an update can be implemented to differentiate FMC650 from FMC150?
Thank you for your support.
Khaled