Gc-100 modaddr and connaddr settings

I’m having issues getting me GC-100 to do anything at all in Home Assistant. I’m pretty sure my issue is the modaddr and connaddr settings but I’m just not sure. I have tried about a ton of different combinations of numbers but I don’t know what needs to be set. I can’t even get it to flash the IR.

Here is the gc-100 config I’m trying to use in hassio

Here is what I’m using in my config (I’ve also tried modaddr: 2 and connaddr: 5):

remote:
  - platform: itach
    name: Living Room
    host: 192.168.1.6
    devices:
      - name: TV
        modaddr: 5
        connaddr: 2
        commands:
          - name: "ON"
            data: "0000 006C 0000 0022 00AB 00AB 0016 0040 0016 0040 0016 0040 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0040 0016 0040 0016 0040 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0040 0016 0016 0016 0016 0016 0040 0016 0040 0016 0016 0016 0016 0016 0040 0016 0016 0016 0040 0016 0040 0016 0016 0016 0016 0016 0040 0016 0040 0016 0016 0016 0700"
          - name: "OFF"
            data: "0000 006C 0000 0022 00AB 00AB 0016 0040 0016 0040 0016 0040 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0040 0016 0040 0016 0040 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0040 0016 0040 0016 0016 0016 0016 0016 0040 0016 0040 0016 0040 0016 0040 0016 0016 0016 0016 0016 0040 0016 0040 0016 0016 0016 0700"

The remote shows up in the UI and I can switch the power on/off in it but it doesn’t flash the IR at all. I was using the same gc-100 on my old home automate setup and it works fine. Any help would be much appreciated!

I found the correct settings here:

If you are using IR/Sensor 2 and Connector 4 the settings look like this:

remote:
  - platform: itach
    name: Living Room
    host: 192.168.1.6
    devices:
      - name: TV
        modaddr: 5
        connaddr: 1
        commands:
          - name: "ON"
            data: "0000 006C 0000 0022 00AB 00AB 0016 0040 0016 0040 0016 0040 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0040 0016 0040 0016 0040 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0040 0016 0016 0016 0016 0016 0040 0016 0040 0016 0016 0016 0016 0016 0040 0016 0016 0016 0040 0016 0040 0016 0016 0016 0016 0016 0040 0016 0040 0016 0016 0016 0700"
          - name: "OFF"
            data: "0000 006C 0000 0022 00AB 00AB 0016 0040 0016 0040 0016 0040 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0040 0016 0040 0016 0040 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0040 0016 0040 0016 0016 0016 0016 0016 0040 0016 0040 0016 0040 0016 0040 0016 0016 0016 0016 0016 0040 0016 0040 0016 0016 0016 0700"