Dometic LIN Protocol

Overview

Dometic devices use LIN protocol for communication across their range of motorhome and RV equipment. Each device type uses specific frame IDs for control and status reporting.

Device Types

The following table shows the LIN identification parameters and frame IDs for Dometic devices (Supplier ID: 0x1234):

DeviceNADFunction IDVariant IDControl Frame IDInfo Frame ID
Absorber Refrigerator0x0B0x00000x000x0B0x0C
Compressor Refrigerator0x020x0C010x000x0B0x0C
Inverter0x1C0x1D
Air Conditioning0x080x17
Roof Vent0x200x00100x00
Freshjet0x180x00040x06
Freshjet Inverter0x180x00040x07
Solar Charger0x010x00000x01-0x060x20
Battery Charger0x15/0x180x16/0x19

Common Protocol Elements

Frame Structure

All Dometic devices follow the standard LIN frame structure:

  • Control Frames: Commands sent to devices (master → slave)
  • Info Frames: Status responses from devices (slave → master)

BCD Encoding

Some Dometic devices (notably refrigerators) use Binary Coded Decimal (BCD) encoding for time values:

  • Each decimal digit is stored in 4 bits (nibble)
  • Example: 0x14 = 0001 0100 = 1×10 + 4×1 = 14

Reserved Bytes

Most frames include reserved bytes (typically 0xFF) for future protocol expansion.

Protocol References

  • Dometic devices typically operate at 19,200 bps baud rate
  • Frame length is 8 bytes for data payload
  • Communication follows master-slave pattern with LIN master initiating all transactions