For some time now, I have had the problem that the KNX bus apparently no longer returns the current status to various devices.
As soon as I control a light, a socket … no matter which KNX device, I only rarely receive a status update in the Home Assistant.
Even if I control the device via a button.
In the meantime, I have imported an older backup where I was sure that everything worked smoothly.
I restarted the KNX central unit. I have “rebooted” the actuators.
I just don’t know what to do.
The homeassistant log says something about:
Logger: xknx.log
Source: runner.py:190
First occurrence: 21:33:35 (566 occurrences)
Last logged: 21:57:40
Error: KNX bus did not respond in time (2.0 secs) to GroupValueRead request for: 1/3/141
Could not sync group address '1/3/141' (Spot Balkon Flur - State)
This is “An error” which extends across the group addresses.
Anotherone is:
Logger: xknx.log
Quelle: runner.py:190
Erstmals aufgetreten: 21:33:35 (690 Vorkommnisse)
Zuletzt protokolliert: 22:11:57
Error: KNX bus did not respond in time (2.0 secs) to GroupValueRead request for: 1/3/141
Could not sync group address '1/3/141' (Spot Balkon Flur - State)
Can not process <Telegram direction="Incoming" source_address="1.1.29" destination_address="1/3/153" payload="<GroupValueResponse value="<DPTBinary value="0" />" />" data="Switch.OFF (DPTSwitch)" /> for Spot Balkon Schlafzimmer - Brightness: <CouldNotParseTelegram description="Payload invalid" payload="<DPTBinary value="0" />"/>
Error: KNX bus did not respond in time (2.0 secs) to GroupValueRead request for: 1/3/151
Could not sync group address '1/3/151' (Spot Balkon Schlafzimmer - State)
Does anyone here have experience with this error or similar problems?
This means something (1.1.29) is sending a DPT 1 payload for the GA you configured as brightness. Either your yaml configuration, or ETS GA assignment is wrong here.
The other error may be caused by missing read-flags or, most likely, line couplers or routers with inaccurate filter tables.
Maybe share a screenshot of your topology including the interface HA is using.
How can i find out the point you brought up “read-flags or, most likely, line couplers or routers with inaccurate filter tables”
I could get access to the ets tool by the electrican if needded.
Yes, those things are all done in ETS.
What individual address and connection type is HA using? (There are entities showing this in the “knx interface” Device).
1/3/153 isn’t included in your example configuration. It’s “Spot Balkon Schlafzimmer - Brightness”.
The connection looks fine - everything seems to be on line 1.1 so there should be no routers or line couplers involved.
Do you see any “GroupValueResponse” telegrams with the GAs listed in your logs in your GroupMonitor? If so, how much time passed between the read and response?
I checked the Group Monitor and also got response.
I turned on the light and also dimmed it as you can see it and turned it off.
Where can i see the exact timing ?
One last question
if you compare two lights in the ets config like in the screenshot below:
You see Brightness Feedback is defined different via the ets config with an other DPT value… why it is configured like that and do i have to build the config different ?