Hello,
Added a GC100 relay and an iTach IR device yesterday which both work (I can send commands to these devices and those commands for the switch and IR work). But I noticed in the logs I am being “hammered” with errors:
Logger: gc100
Source: /usr/local/lib/python3.12/site-packages/gc100.py:50
First occurred: 7:59:49 AM (1158 occurrences)
Last logged: 11:12:20 AM
can’t parse server response
The errors are continuing multiple times a second.
I downloaded the logs and don’t see any other details. I don’t see any errors during startup.
My configuration I am using is as follows:
gc100:
host: 192.168.2.40
switch:
- platform: gc100
ports:- ‘4:1’: Relay 1
- ‘4:2’: Relay 2
- ‘4:3’: Relay 3
remote:
- platform: itach
host: 192.168.2.35
devices:- name: kitchen_samsung_tv
modaddr: 2
connaddr: 1
ir_count: 3
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: “VOLUME UP”
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 0040 0016 0040 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0040 0016 0040 0016 0040 0016 0040 0016 0040 0016 071c” - name: “VOLUME DOWN”
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 0040 0016 0015 0016 0040 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0040 0016 0015 0016 0040 0016 0040 0016 0040 0016 0040 0016 071c”
- name: “ON”
- name: kitchen_samsung_tv
Any troubleshooting assistance would be most appreciated - thanks!