Hello,
I’m trying to setup an iTach device to control a TV via IR with commands from the Global Cache Database. The power command works, but the other commands aren’t even being sent (emitter not blinking).
I’ve tried using remote.send_command (service dev tool) which also works fine for on, but doesn’t work for the other commands. I enabled info logging and see the below error via logging (IP sanitized) when running the other commands.
2019-08-17 18:02:51 INFO (SyncWorker_13) [pyitachip2ir] Response:ERR_1:2,007
2019-08-17 18:02:51 INFO (SyncWorker_13) [pyitachip2ir] Response code:-7
2019-08-17 18:02:51 INFO (SyncWorker_13) [pyitachip2ir] tryConnect:192.168.1.xxx:4998
2019-08-17 18:02:51 INFO (SyncWorker_19) [pyitachip2ir] tryBeacon:
2019-08-17 18:02:53 INFO (SyncWorker_8) [pyitachip2ir] checkConnect: connected
Here is the iTach section from the configuration.yaml
remote:
- platform: itach
host: 192.168.1.xxx
devices:
- name: Master Bedroom TV
connaddr: 2
commands:
- name: "ON"
data: "0000 006D 0000 0022 00ac 00ac 0016 0040 0016 0040 0016 0040 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0040 0016 0040 0016 0040 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0040 0016 0015 0016 0015 0016 0040 0016 0040 0016 0015 0016 0015 0016 0040 0016 0015 0016 0040 0016 0040 0016 0015 0016 0015 0016 0040 0016 0040 0016 0015 0016 071c"
- name: "OFF"
data: "0000 006D 0022 0000 00ad 00ad 0015 0041 0015 0041 0015 0041 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0041 0015 0041 0015 0041 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0041 0015 0041 0015 0015 0015 0015 0015 0041 0015 0041 0015 0041 0015 0041 0015 0015 0015 0015 0015 0041 0015 0041 0015 0015 0015 0728"
- name: "INPUT HDMI 1"
data: "0000 006D 0022 0000 00ad 00ad 0015 0041 0015 0041 0015 0041 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0041 0015 0041 0015 0041 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0041 0015 0015 0015 0015 0015 0041 0015 0015 0015 0041 0015 0041 0015 0041 0015 0015 0015 0041 0015 0041 0015 0015 0015 0041 0015 0015 0015 0015 0015 0015 0015 0728"
- name: "INPUT ANTENNA"
data: "0000 006D 0000 0022 00ac 00ac 0015 0040 0015 0040 0015 0040 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0040 0015 0040 0015 0040 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0040 0015 0040 0015 0015 0015 0040 0015 0040 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0040 0015 0015 0015 0015 0015 0040 0015 0040 0015 0040 0015 0689"