Lommy Flextrack 5090 Technical Master Manual
Comprehensive integration guide for Lommy hardware using the Flextrack 5090 Protocol, covering fleet, personal, and asset tracking configurations.
1. Hardware Comparison Matrix
| Feature | Lommy Pro | Lommy Personal | Lommy Eye |
|---|---|---|---|
| Best For | Fleet & Heavy Duty | Lone Worker Safety | Long-term Asset Tracking |
| CAN-bus / FMS | Full Support (J1939) | No | No |
| Internal Battery | Backup Only | Rechargeable (Daily) | Up to 15 Years Life |
| Relay Control | Digital Output (Yes) | No | No |
2. Advanced CAN-bus J1939 Parameters (Lommy Pro)
Retrieve high-resolution engine data via the Flextrack protocol using these Standard Parameter Numbers (SPN):
- RPM: SPN 190 (Resolution: 0.125 rpm/bit)
- Total Odometer: SPN 917 (High precision mileage)
- Fuel Consumption: SPN 250 (Cumulative liters used)
- Coolant Temp: SPN 110 (Celsius scale)
// Activate CAN Reporting
SET CAN-ENABLE=1
SET CAN-PROTOCOL=J1939
SET CAN-BAUDRATE=250000
SET CAN-FMS-ENABLE=1
SET CAN-ENABLE=1
SET CAN-PROTOCOL=J1939
SET CAN-BAUDRATE=250000
SET CAN-FMS-ENABLE=1
3. Technical Wiring & Relay Installation
Pinout & Relay Connections:
- White Wire: Power (+) 10-60V DC
- Black Wire: Ground (GND -)
- Brown Wire: Ignition/ACC Input
- Blue Wire: Digital Output (Relay Control)
- Yellow/Green: CAN High / CAN Low
Remote Relay (Immobilizer) Commands
# Activate Relay (Cut Engine)
SET OUTPUT1=1
SET OUTPUT1=1
# Deactivate Relay (Restore Engine)
SET OUTPUT1=0
4. Geofencing Configuration
Set up virtual boundaries directly on the device for immediate alerts upon entry or exit.
# Define Circular Geofence (ID, Lat, Lon, Radius in meters)
SET GEOFENCE1=1,55.12345,12.12345,500
SET GEOFENCE1=1,55.12345,12.12345,500
# Set Alert Mode (0=Off, 1=Enter, 2=Exit, 3=Both)
SET GEOFENCE1-MODE=3
5. Core System SMS Commands
# Network & Server
SET FLEXSERVER-IP=1.2.3.4
SET FLEXSERVER-PORT=5090
SET APN-NAME=internet
SET FLEXSERVER-IP=1.2.3.4
SET FLEXSERVER-PORT=5090
SET APN-NAME=internet
# Diagnostic Status
UNITSTAT? // Requests Battery, GPS, and GSM signal strength
RESTART // Reboots the device hardware