Global Cache IP2IR Setup Question

Hi All!

I have 2 Global Cache IP2IR units.

Following the documentation, I have the first unit working perfectly in Home Assistant and now I’d like to add the second unit.

I haven’t been able to find any information on how I might accomplish this or, even if it’s possible.

Does anyone have any advise for me?

Many thanks in advance!

Garry

remote:
  - platform: itach #### first IP2IR ####
    host: 10.1.1.19
    devices:
      - name: Cinema Amp
        modaddr: 1
        connaddr: 1
        commands:
          - name: "DSP+"
            data: "0000 006D 0000 0026 etc..."
          - name: "DSP-"
            data: "0000 006D 0000 etc..."
  
      - name: Projector
        modaddr: 1
        connaddr: 1
        commands:
          - name: "ON"
            data: "0000 006D 0000 0044 0158 00AA etc..."
          - name: "OFF"
            data: "0000 006D 0000 0044 0158 00AA 0016 etc..."
  
  - platform: itach #### Second IP2IR ####
    host: 10.1.1.18
    devices:
      - name: Lounge Amp
        modaddr: 1
        connaddr: 1
        commands:
          - name: "Mute" # Toggle state
            data: "0000 006C 0000 0026 0153 00B3 0016 0016 0016 0041 0016 0016 0016 0041 0016 0041 0016 0041 0016 0041 0016 0016 0016 0041 0016 0016 0016 0041 0016 0016 0016 0016 0016 0016 0016 0016 0016 0041 0016 0016 0016 0016 0016 0041 0016 0041 0016 0041 0016 0016 0016 0016 0016 0016 0016 0041 0016 0041 0016 0016 0016 0016 0016 0016 0016 0041 0016 0041 0016 0041 0016 05FA 0153 0055 0016 0E70 0153 0055 0016 0EFC"
          - name: "Vol+"
            data: "0000 006C 0000 0026 0153  etc..."
  
      - name: Lounge TV
        modaddr: 1
        connaddr: 1
        commands:
          - name: "0"
            data: "0000 0070 0000 etc..."
  

Excellent!

Thank you so much!

Garry

How do we execute these commands in the front-end User Interface???

Add the remote.send_command to a button tap action.

Possible to send IR Commands using Global Cache GC-100 ?

What does it say in the very first sentence here https://www.home-assistant.io/integrations/itach/?

:wink:

Read the summary here its conflicting with the iTach link, also I spent days trying to get it to work any help would be apppreciated, share your yaml if possible if you have successfully done this.

Link: Global Caché GC-100 - Home Assistant (home-assistant.io)

That integration only provides switches and binary sensors. The remote function is provided by the itach integration.

My yaml is above.

1 Like