Dupline Mastergenerator G3800 X015 modbus / switch integration

Hi,

I have a Dupline Mastergenerator G3800 X015 with modbus support. I’m able to create a switch, which I can turn on/off.

Below you will find a setup of all 128 channels as a switch with verification of whether the swich is off/on.

This way you can “upgrade” your old dupline system to a smart home

You need a USB to serial RS232 cable and connect it in com1 on the master generator.

Hope this helps anyone with an old dupline G3800 X015 Mastergenerator.

Modbus - Dupline

modbus:

  • name: modbus_hub
    type: serial
    port: /dev/ttyUSB0
    baudrate: 111500
    bytesize: 8
    method: rtu
    parity: N
    stopbits: 1
    message_wait_milliseconds: 40

    lights:

    • name: “A1”
      unique_id: dupline_a1
      slave: 1
      address: 12544
      command_on: 1
      command_off: 0
      write_type: coil
      verify:
      input_type: discrete_input
      address: 1536
      state_on: 1
      state_off: 0
      delay: 2

    • name: “A2”
      unique_id: dupline_a2
      slave: 1
      address: 12545
      command_on: 1
      command_off: 0
      write_type: coil
      verify:
      input_type: discrete_input
      address: 1537
      .
      .
      .
      .

    • name: “P8”
      unique_id: dupline_p8
      slave: 1
      address: 12671
      command_on: 1
      command_off: 0
      write_type: coil
      verify:
      input_type: discrete_input
      address: 1663
      state_on: 1
      state_off: 0
      delay: 2
      state_off: 0
      delay: 2