i get the error bellow after checking configuration
Invalid config for [knx]: [light] is an invalid option for [knx]. Check: knx->knx->light. (See /config/configuration.yaml, line 152).
I also notice these error in logs
Log Details (ERROR)
Logger: xknx.log
Source: /usr/local/lib/python3.7/site-packages/xknx/io/udp_client.py:91
First occurred: 10:42:25 AM (24 occurrences)
Last logged: 10:43:48 AM
ValueError: 704 is not a valid APCICommand
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File “/usr/local/lib/python3.7/site-packages/xknx/knxip/cemi_frame.py”, line 147, in from_knx_data_link_layer
self.cmd = APCICommand(tpci_apci & 0xFFC0)
File “/usr/local/lib/python3.7/enum.py”, line 310, in call
return cls.new(cls, value)
File “/usr/local/lib/python3.7/enum.py”, line 564, in new
raise exc
File “/usr/local/lib/python3.7/enum.py”, line 548, in new
result = cls.missing(value)
File “/usr/local/lib/python3.7/enum.py”, line 577, in missing
raise ValueError(“%r is not a valid %s” % (value, cls.name))
ValueError: 704 is not a valid APCICommand
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File “/usr/local/lib/python3.7/site-packages/xknx/io/udp_client.py”, line 87, in data_received_callback
knxipframe.from_knx(raw)
File “/usr/local/lib/python3.7/site-packages/xknx/knxip/knxip.py”, line 78, in from_knx
pos += self.body.from_knx(data[pos:])
File “/usr/local/lib/python3.7/site-packages/xknx/knxip/tunnelling_request.py”, line 48, in from_knx
pos += self.cemi.from_knx(raw[pos:])
File “/usr/local/lib/python3.7/site-packages/xknx/knxip/cemi_frame.py”, line 116, in from_knx
return self.from_knx_data_link_layer(raw)
File “/usr/local/lib/python3.7/site-packages/xknx/knxip/cemi_frame.py”, line 150, in from_knx_data_link_layer
“APCI not supported: {0:#012b}”.format(tpci_apci & 0xFFC0))
xknx.exceptions.exception.CouldNotParseKNXIP:
It’s a quite old version (as in many known and fixed bugs) shipped with 0.117 (it logs its version once after startup).
I recommend to update to 2020.12 or newer.