doucga
(Garry Doucette)
September 1, 2020, 1:48am
1
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
tom_l
September 1, 2020, 4:11am
2
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..."
dextro
(Kunal Sabharwal)
April 26, 2023, 8:15am
4
How do we execute these commands in the front-end User Interface???
tom_l
April 26, 2023, 8:22am
5
Add the remote.send_command
to a button tap action.
dextro
(Kunal Sabharwal)
May 8, 2023, 9:53am
7
Possible to send IR Commands using Global Cache GC-100 ?
tom_l
May 8, 2023, 11:39am
8
What does it say in the very first sentence here https://www.home-assistant.io/integrations/itach/ ?
dextro
(Kunal Sabharwal)
May 8, 2023, 4:23pm
9
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)
tom_l
May 8, 2023, 7:45pm
10
That integration only provides switches and binary sensors. The remote function is provided by the itach integration.
My yaml is above.
1 Like