KNX Integration error : Received DisconnectRequest from tunnelling sever

Dear Community,

I get a strange behaviour when I try to get my KNX devices on HA, at least 3 lights for starters, with this configuration :

knx:
  tunneling:
    host: '192.168.50.47'
    local_ip: '192.168.50.200'

  light:
    - name: 'Salon Plafond'
      address: '1/0/2'
      state_address: '1/3/2'
    - name: 'Salon Mur'
      address: '1/0/3'
      state_address: '1/3/3'
    - name: 'Salon Bureau'
      address: '1/0/4'
      state_address: '1/3/4'

The result I get is that the buttons are available on the panel, but only for a few seconds, then they are disabled/unavailable for the next 30 seconds or so, and then available again for a few seconds and so on.

Looking in the logs, I got these errors, which explains a bit the behaviour :

2021-12-08 21:50:46 WARNING (MainThread) [xknx.log] Received DisconnectRequest from tunnelling sever.
2021-12-08 21:50:47 WARNING (MainThread) [xknx.log] Error: KNX bus did not respond in time (2.0 secs) to GroupValueRead request for: 1/3/3
2021-12-08 21:50:47 WARNING (MainThread) [xknx.log] Could not sync group address '1/3/3' (Salon Mur - State)
2021-12-08 21:50:47 WARNING (MainThread) [xknx.log] Error: KNX bus did not respond in time (2.0 secs) to GroupValueRead request for: 1/3/4
2021-12-08 21:50:47 WARNING (MainThread) [xknx.log] Could not sync group address '1/3/4' (Salon Bureau - State)
2021-12-08 21:50:51 WARNING (MainThread) [xknx.log] Error: KNX bus did not respond in time (2.0 secs) to GroupValueRead request for: 1/3/2
2021-12-08 21:50:51 WARNING (MainThread) [xknx.log] Could not sync group address '1/3/2' (Salon Plafond - State)

The KNX Gateway is a Weinzierl BAOS 772, and I tried my config first with HA installed in a docker container on my Synology (first stable, then latest just in case) and later with the HAOS installed on a Raspberry 3, but the result is the same.

As I have not ETS, I used knxmap to monitor the KNX BUS and get the adresses to use. I did a test by trying to connect with it while HA was working, and the bus answered “NO MORE CONNECTIONS” as expected, when the lights are available in HA, but when they are “unavailable”, knxmap could connect and the connexion stays open, HA cannot connect at all.

My explanation was probably a bit too long, so sorry, and thank you for reading my message :slightly_smiling_face:

Hi :wave:!
Your interface should support up to 5 concurrent tunneling connections - so using 2 should work just fine.
Could you do a packet capture (eg. with Wireshark)? We have seen similar problems but no good data to find the source of this issue yet. (See KNX entities switching constantly from available to unavailable · Issue #59170 · home-assistant/core · GitHub )

Thanks farmio for your answer.

Are you sure that my interface should support up to 5 ? :thinking:
As long as I remember, only once at a time could work.
When I did the test I mentioned, nothing else except HA and knxmap “alternating” was supposed to be using the interface and I got this message :
datagram_received() ] Connection setup error: E_NO_MORE_CONNECTIONS

I will try to setup wireshark, but I guess it will need some serious filtering on a 20 devices network ?

I’m not sure, I don’t know the device. But Weinzierl seems to be…
Maybe the additional tunnels have to be set up somehow… have a look in the manual.

20 network devices, 20 KNX devices or 20 KNX/IP devices?
Anyway Wireshark is pretty good at this stuff. You can just filter for KNXnet/IP protocol (I think its called kip there).

Based on the other post, I just did a test, using an earlier version (image tag 2021.10.7) and no more issues, the 3 lights seem to work as expected.

20 network devices, 20 KNX devices or 20 KNX/IP devices?

I ment 20 network devices, I forgot I must be specific on a KNX subject :slight_smile:

Anyway Wireshark is pretty good at this stuff. You can just filter for KNXnet/IP (I think its called kip there).

Ok, I didn’t notice that KNXnet/IP filter in my quick look :thinking:
I will try that tomorrow evening (with the latest release I guess)

Probably not. There have not been any changes to connection stuff iirc.
But since 2021.11 we reflect the connection status in the available property of entities (as it is intended).
So before you should have had the same connection issues and constant reconnects - but without noticing.

After some testing, it seems it’s not working exactly as expected, but it’s still working better than with the “latest” release :
No logs every minute complaining about disconnections, and when I try to act on a button, it generally works without having to wait.

But, starting from a “off” light, if I click trice in a row, not too fast, first sets it on, second off as expected, but the third one will move the slider, but then put it back again, without the light really going on.

It looks like when I start to use the button, I have a window of a few seconds where it works, and then, a few seconds where it won’t, and I got this in the log :

2021-12-09 19:55:00 WARNING (MainThread) [xknx.log] Received DisconnectRequest from tunnelling sever.

But again, not like with the “latest” version where the “unavailable period” could last more than one minute.

I will test again with the (new) “latest” release and try to use wireshark

We had the same observations, also using a Weinzierl 772, recently on Discord.
It was responding corrupted frames. If your device does the (exact) same I would talk to them to see if we find out if our implementation is missing something or this device has bugs or some (known) shortcomings in lifetime / obsolescence.

I just deployed the updated “rc” container, and took my stopwatch app :
the switch between “available” and “not available” happens in fact every 3-4 seconds…
And I got every ~3 seconds a 3 seconds “pack” of error logs (I added some lights now and a cover, but I always see only 3 first lights, I guess it’s normal) :

2021-12-09 21:12:56 WARNING (MainThread) [xknx.log] Error: KNX bus did not respond in time (2.0 secs) to GroupValueRead request for: 0/3/3
2021-12-09 21:12:56 WARNING (MainThread) [xknx.log] Could not sync group address '0/3/3' (Salon - Position)
2021-12-09 21:12:56 WARNING (MainThread) [xknx.log] Error: KNX bus did not respond in time (2.0 secs) to GroupValueRead request for: 1/2/0
2021-12-09 21:12:56 WARNING (MainThread) [xknx.log] Could not sync group address '1/2/0' (Avant.Plafond - State)
2021-12-09 21:12:57 WARNING (MainThread) [xknx.log] Received DisconnectRequest from tunnelling sever.
2021-12-09 21:12:58 WARNING (MainThread) [xknx.log] Error: KNX bus did not respond in time (2.0 secs) to GroupValueRead request for: 1/2/1
2021-12-09 21:12:58 WARNING (MainThread) [xknx.log] Could not sync group address '1/2/1' (Escalier.Plafond - State)
2021-12-09 21:12:58 WARNING (MainThread) [xknx.log] Error: KNX bus did not respond in time (2.0 secs) to GroupValueRead request for: 1/2/2
2021-12-09 21:12:58 WARNING (MainThread) [xknx.log] Could not sync group address '1/2/2' (Salon.Plafond - State)

I don’t know if the “Backbone key” is needed to be able to see knx queries in Wirehsark (NO ETS so no key :frowning: ) but I see nothing in the list when I run wireshark and I deselect all protocols except KNX.

Is there anything I can still test/confirm ?
I’m connected to Discord but I’m still a bit lost there :grinning:

You don’t need any key (except if you use KNX secure - which is not supported by HA or your device anyway).
You would need to read the unicast communication between your HA instance and the KNX interface.

Join the xknx discord server , we will try to help you!

Hello,

I’ve just noticed a similar behavior but only 5-10 times a day (and night…). As some KNX devices trigger some automation in node-red, it ends up with KNX lights switching ON during the night… and the day. After further investigations, I discover in the log the following message : Received DisconnectRequest from tunnelling sever.
And then after reconnecting, all the KNX devices return their states to HA which for some trigger a node-red routine.

I run HA on NUC with 16Gb Ram and plenty of SSD. So, it should not be related to my HA hardware. Also, I use a 1 channel IP interface from Eibmarkt ( model 730 )

All this’s started few days ago after the update to HA 2011.11

Any other software trying to connect to the bus at these times? ETS, OpenHAB, NodeRed etc… Or maybe network issues like instable WiFi, expiring DHCP leases etc?

Hi all,

I experience the very same behaviour as reported by @auredor with my instance: 5-10 times, day+night since the last update of HA :see_no_evil:

HA version: core-2021.11.5
HA hardware: Raspberry Pi 3
KNX-Interface: Gira S1

I’ll update to HA core-2021.12.1 later this evening and will report back, if this behaviour disappears with the new version (which probably will not be the case?!?).

I use this combination of KNX+HA for more than a year: Without any issues (untill HA 2021.11…)

@farmio I’m not aware of any other software trying to connect to the bus at these times: My hardware setup did not change in the meantime and I exclusively access the bus using HA.

Best,
Bernd

Edit: Besides the HA-update, I’ll update the underlying OS from 6.6 to 7.0 (even so this probably does not have a direct impact on this…)

No, these updates will probably not have any impact on this.

Probably with the same disconnect issues, but they just didn’t show in HA. But, lucky you, I think the S1 provides logs you can inspect to find the source of these disconnects - have a look at its web-interface. I’d be really interested in why this happens - if you need help feel free to join xknx discord (see some posts above).

Hi @farmio, I managed to login to S1 and extract the relevant(?) logs…:

21-12-13 11:31:07.226 [3048571984] INFO KnxStack.DeviceSwitch, Device 0x1129 GA mask = 0x00000000, LL:TP1
21-12-13 11:31:07.238 [3048571984] INFO KnxStack.Ip.ConnectionDispatcher, Added ConnectionContext 0x0xb58011b0 to the map for ID 1
21-12-13 11:35:37.792 [3048502352] INFO KnxStack.DeviceSwitch, Updating group address filters
21-12-13 11:35:37.793 [3048502352] INFO KnxStack.DeviceSwitch, Device 0x1126 GA mask = 0x00000000, LL:TP1
21-12-13 11:35:37.794 [3048502352] INFO KnxStack.DeviceSwitch, Device 0x1127 GA mask = 0x00000000, LL:TP1
21-12-13 11:35:37.794 [3048502352] INFO KnxStack.DeviceSwitch, Device 0x1128 GA mask = 0x00000000, LL:TP1
21-12-13 11:35:37.795 [3048502352] INFO KnxStack.DeviceSwitch, Device 0x1129 GA mask = 0x00000000, LL:TP1
21-12-13 11:35:37.806 [3048502352] INFO KnxStack.Ip.ConnectionDispatcher, Removed ConnectionContext 0x0xb58011b0 from the map for ID 1
21-12-13 11:35:37.808 [3048502352] INFO KnxStack.Ip.ConnectionContext, Deleted ConnectionContext 0x0xb58011b0 for ID 1
21-12-13 11:35:37.808 [3048502352] WARN KnxStack.Ip.ConnectionDispatcher, Closing connection 1 after too many ACK timeouts.
21-12-13 11:35:52.881 [3048571984] INFO KnxStack.Ip.ConnectionContext, Created ConnectionContext 0x0xb58011b0 for ID 1
21-12-13 11:35:52.882 [3048571984] INFO KnxStack.Ip.ConnectionDispatcher, Connection from UDP 192.168.178.50:47545
21-12-13 11:35:52.883 [3048571984] INFO KnxStack.DeviceSwitch, Updating group address filters
21-12-13 11:35:52.884 [3048571984] INFO KnxStack.DeviceSwitch, Device 0x1126 GA mask = 0x00000000, LL:TP1
21-12-13 11:35:52.884 [3048571984] INFO KnxStack.DeviceSwitch, Device 0x1127 GA mask = 0xffffffff, LL:TP1
21-12-13 11:35:52.884 [3048571984] INFO KnxStack.DeviceSwitch, Device 0x1128 GA mask = 0x00000000, LL:TP1
21-12-13 11:35:52.885 [3048571984] INFO KnxStack.DeviceSwitch, Device 0x1129 GA mask = 0x00000000, LL:TP1
21-12-13 11:35:52.898 [3048571984] INFO KnxStack.Ip.ConnectionDispatcher, Added ConnectionContext 0x0xb58011b0 to the map for ID 1
21-12-13 11:37:07.185 [3048502352] INFO KnxStack.DeviceSwitch, Updating group address filters
21-12-13 11:37:07.186 [3048502352] INFO KnxStack.DeviceSwitch, Device 0x1126 GA mask = 0x00000000, LL:TP1
21-12-13 11:37:07.186 [3048502352] INFO KnxStack.DeviceSwitch, Device 0x1127 GA mask = 0x00000000, LL:TP1
21-12-13 11:37:07.190 [3048502352] INFO KnxStack.DeviceSwitch, Device 0x1128 GA mask = 0x00000000, LL:TP1
21-12-13 11:37:07.190 [3048502352] INFO KnxStack.DeviceSwitch, Device 0x1129 GA mask = 0x00000000, LL:TP1
21-12-13 11:37:07.199 [3048502352] INFO KnxStack.Ip.ConnectionDispatcher, Removed ConnectionContext 0x0xb58011b0 from the map for ID 1
21-12-13 11:37:07.205 [3048502352] INFO KnxStack.Ip.ConnectionContext, Deleted ConnectionContext 0x0xb58011b0 for ID 1
21-12-13 11:37:07.205 [3048502352] WARN KnxStack.Ip.ConnectionDispatcher, Closing connection 1 after too many ACK timeouts.
21-12-13 11:38:18.267 [3048571984] INFO KnxStack.Ip.ConnectionContext, Created ConnectionContext 0x0xb58011b0 for ID 1
21-12-13 11:38:18.268 [3048571984] INFO KnxStack.Ip.ConnectionDispatcher, Connection from UDP 192.168.178.50:58586
21-12-13 11:38:18.268 [3048571984] INFO KnxStack.DeviceSwitch, Updating group address filters
21-12-13 11:38:18.268 [3048571984] INFO KnxStack.DeviceSwitch, Device 0x1126 GA mask = 0x00000000, LL:TP1
21-12-13 11:38:18.269 [3048571984] INFO KnxStack.DeviceSwitch, Device 0x1127 GA mask = 0xffffffff, LL:TP1
21-12-13 11:38:18.269 [3048571984] INFO KnxStack.DeviceSwitch, Device 0x1128 GA mask = 0x00000000, LL:TP1
21-12-13 11:38:18.269 [3048571984] INFO KnxStack.DeviceSwitch, Device 0x1129 GA mask = 0x00000000, LL:TP1
21-12-13 11:38:18.273 [3048571984] INFO KnxStack.Ip.ConnectionDispatcher, Added ConnectionContext 0x0xb58011b0 to the map for ID 1
21-12-13 11:50:02.290 [3048502352] INFO KnxStack.DeviceSwitch, Updating group address filters
21-12-13 11:50:02.294 [3048502352] INFO KnxStack.DeviceSwitch, Device 0x1126 GA mask = 0x00000000, LL:TP1
21-12-13 11:50:02.295 [3048502352] INFO KnxStack.DeviceSwitch, Device 0x1127 GA mask = 0x00000000, LL:TP1
21-12-13 11:50:02.295 [3048502352] INFO KnxStack.DeviceSwitch, Device 0x1128 GA mask = 0x00000000, LL:TP1
21-12-13 11:50:02.295 [3048502352] INFO KnxStack.DeviceSwitch, Device 0x1129 GA mask = 0x00000000, LL:TP1
21-12-13 11:50:02.302 [3048502352] INFO KnxStack.Ip.ConnectionDispatcher, Removed ConnectionContext 0x0xb58011b0 from the map for ID 1
21-12-13 11:50:02.302 [3048502352] INFO KnxStack.Ip.ConnectionContext, Deleted ConnectionContext 0x0xb58011b0 for ID 1
21-12-13 11:50:02.303 [3048502352] WARN KnxStack.Ip.ConnectionDispatcher, Closing connection 1 after too many ACK timeouts.
21-12-13 11:51:14.040 [3048571984] INFO KnxStack.Ip.ConnectionContext, Created ConnectionContext 0x0xb58011b0 for ID 1
21-12-13 11:51:14.040 [3048571984] INFO KnxStack.Ip.ConnectionDispatcher, Connection from UDP 192.168.178.50:33026
21-12-13 11:51:14.041 [3048571984] INFO KnxStack.DeviceSwitch, Updating group address filters
21-12-13 11:51:14.043 [3048571984] INFO KnxStack.DeviceSwitch, Device 0x1126 GA mask = 0x00000000, LL:TP1
21-12-13 11:51:14.044 [3048571984] INFO KnxStack.DeviceSwitch, Device 0x1127 GA mask = 0xffffffff, LL:TP1
21-12-13 11:51:14.044 [3048571984] INFO KnxStack.DeviceSwitch, Device 0x1128 GA mask = 0x00000000, LL:TP1
21-12-13 11:51:14.045 [3048571984] INFO KnxStack.DeviceSwitch, Device 0x1129 GA mask = 0x00000000, LL:TP1
21-12-13 11:51:14.055 [3048571984] INFO KnxStack.Ip.ConnectionDispatcher, Added ConnectionContext 0x0xb58011b0 to the map for ID 1
21-12-13 12:00:11.292 [3048502352] INFO KnxStack.DeviceSwitch, Updating group address filters
21-12-13 12:00:11.293 [3048502352] INFO KnxStack.DeviceSwitch, Device 0x1126 GA mask = 0x00000000, LL:TP1
21-12-13 12:00:11.294 [3048502352] INFO KnxStack.DeviceSwitch, Device 0x1127 GA mask = 0x00000000, LL:TP1
21-12-13 12:00:11.294 [3048502352] INFO KnxStack.DeviceSwitch, Device 0x1128 GA mask = 0x00000000, LL:TP1
21-12-13 12:00:11.294 [3048502352] INFO KnxStack.DeviceSwitch, Device 0x1129 GA mask = 0x00000000, LL:TP1
21-12-13 12:00:11.315 [3048502352] INFO KnxStack.Ip.ConnectionDispatcher, Removed ConnectionContext 0x0xb58011b0 from the map for ID 1
21-12-13 12:00:11.316 [3048502352] INFO KnxStack.Ip.ConnectionContext, Deleted ConnectionContext 0x0xb58011b0 for ID 1
21-12-13 12:00:11.316 [3048502352] WARN KnxStack.Ip.ConnectionDispatcher, Closing connection 1 after too many ACK timeouts.
21-12-13 12:00:39.922 [3048571984] INFO KnxStack.Ip.ConnectionContext, Created ConnectionContext 0x0xb58011b0 for ID 1
21-12-13 12:00:39.923 [3048571984] INFO KnxStack.Ip.ConnectionDispatcher, Connection from UDP 192.168.178.50:37417
21-12-13 12:00:39.923 [3048571984] INFO KnxStack.DeviceSwitch, Updating group address filters
21-12-13 12:00:39.924 [3048571984] INFO KnxStack.DeviceSwitch, Device 0x1126 GA mask = 0x00000000, LL:TP1
21-12-13 12:00:39.925 [3048571984] INFO KnxStack.DeviceSwitch, Device 0x1127 GA mask = 0xffffffff, LL:TP1
21-12-13 12:00:39.925 [3048571984] INFO KnxStack.DeviceSwitch, Device 0x1128 GA mask = 0x00000000, LL:TP1
21-12-13 12:00:39.925 [3048571984] INFO KnxStack.DeviceSwitch, Device 0x1129 GA mask = 0x00000000, LL:TP1
21-12-13 12:00:39.938 [3048571984] INFO KnxStack.Ip.ConnectionDispatcher, Added ConnectionContext 0x0xb58011b0 to the map for ID 1
21-12-13 12:03:57.691 [3048502352] INFO KnxStack.DeviceSwitch, Updating group address filters
21-12-13 12:03:57.693 [3048502352] INFO KnxStack.DeviceSwitch, Device 0x1126 GA mask = 0x00000000, LL:TP1
21-12-13 12:03:57.694 [3048502352] INFO KnxStack.DeviceSwitch, Device 0x1127 GA mask = 0x00000000, LL:TP1
21-12-13 12:03:57.698 [3048502352] INFO KnxStack.DeviceSwitch, Device 0x1128 GA mask = 0x00000000, LL:TP1
21-12-13 12:03:57.699 [3048502352] INFO KnxStack.DeviceSwitch, Device 0x1129 GA mask = 0x00000000, LL:TP1
21-12-13 12:03:57.714 [3048502352] INFO KnxStack.Ip.ConnectionDispatcher, Removed ConnectionContext 0x0xb58011b0 from the map for ID 1
21-12-13 12:03:57.714 [3048502352] INFO KnxStack.Ip.ConnectionContext, Deleted ConnectionContext 0x0xb58011b0 for ID 1
21-12-13 12:03:57.714 [3048502352] WARN KnxStack.Ip.ConnectionDispatcher, Closing connection 1 after too many ACK timeouts.
21-12-13 12:04:01.823 [3048571984] INFO KnxStack.Ip.ConnectionContext, Created ConnectionContext 0x0xb58011b0 for ID 1
21-12-13 12:04:01.823 [3048571984] INFO KnxStack.Ip.ConnectionDispatcher, Connection from UDP 192.168.178.50:51204
21-12-13 12:04:01.824 [3048571984] INFO KnxStack.DeviceSwitch, Updating group address filters
21-12-13 12:04:01.825 [3048571984] INFO KnxStack.DeviceSwitch, Device 0x1126 GA mask = 0x00000000, LL:TP1
21-12-13 12:04:01.825 [3048571984] INFO KnxStack.DeviceSwitch, Device 0x1127 GA mask = 0xffffffff, LL:TP1
21-12-13 12:04:01.826 [3048571984] INFO KnxStack.DeviceSwitch, Device 0x1128 GA mask = 0x00000000, LL:TP1
21-12-13 12:04:01.826 [3048571984] INFO KnxStack.DeviceSwitch, Device 0x1129 GA mask = 0x00000000, LL:TP1
21-12-13 12:04:01.838 [3048571984] INFO KnxStack.Ip.ConnectionDispatcher, Added ConnectionContext 0x0xb58011b0 to the map for ID 1
21-12-13 12:04:06.657 [3048502352] INFO KnxStack.DeviceSwitch, Updating group address filters
21-12-13 12:04:06.659 [3048502352] INFO KnxStack.DeviceSwitch, Device 0x1126 GA mask = 0x00000000, LL:TP1
21-12-13 12:04:06.659 [3048502352] INFO KnxStack.DeviceSwitch, Device 0x1127 GA mask = 0x00000000, LL:TP1
21-12-13 12:04:06.660 [3048502352] INFO KnxStack.DeviceSwitch, Device 0x1128 GA mask = 0x00000000, LL:TP1
21-12-13 12:04:06.660 [3048502352] INFO KnxStack.DeviceSwitch, Device 0x1129 GA mask = 0x00000000, LL:TP1
21-12-13 12:04:06.672 [3048502352] INFO KnxStack.Ip.ConnectionDispatcher, Removed ConnectionContext 0x0xb58011b0 from the map for ID 1
21-12-13 12:04:06.672 [3048502352] INFO KnxStack.Ip.ConnectionContext, Deleted ConnectionContext 0x0xb58011b0 for ID 1
21-12-13 12:04:06.672 [3048502352] WARN KnxStack.Ip.ConnectionDispatcher, Closing connection 1 after too many ACK timeouts.
21-12-13 12:04:13.217 [3048571984] INFO KnxStack.Ip.ConnectionContext, Created ConnectionContext 0x0xb58011b0 for ID 1
21-12-13 12:04:13.217 [3048571984] INFO KnxStack.Ip.ConnectionDispatcher, Connection from UDP 192.168.178.50:53871
21-12-13 12:04:13.218 [3048571984] INFO KnxStack.DeviceSwitch, Updating group address filters
21-12-13 12:04:13.219 [3048571984] INFO KnxStack.DeviceSwitch, Device 0x1126 GA mask = 0x00000000, LL:TP1
21-12-13 12:04:13.220 [3048571984] INFO KnxStack.DeviceSwitch, Device 0x1127 GA mask = 0xffffffff, LL:TP1
21-12-13 12:04:13.220 [3048571984] INFO KnxStack.DeviceSwitch, Device 0x1128 GA mask = 0x00000000, LL:TP1
21-12-13 12:04:13.220 [3048571984] INFO KnxStack.DeviceSwitch, Device 0x1129 GA mask = 0x00000000, LL:TP1
21-12-13 12:04:13.233 [3048571984] INFO KnxStack.Ip.ConnectionDispatcher, Added ConnectionContext 0x0xb58011b0 to the map for ID 1
21-12-13 12:04:20.854 [3048502352] INFO KnxStack.DeviceSwitch, Updating group address filters
21-12-13 12:04:20.856 [3048502352] INFO KnxStack.DeviceSwitch, Device 0x1126 GA mask = 0x00000000, LL:TP1
21-12-13 12:04:20.857 [3048502352] INFO KnxStack.DeviceSwitch, Device 0x1127 GA mask = 0x00000000, LL:TP1
21-12-13 12:04:20.858 [3048502352] INFO KnxStack.DeviceSwitch, Device 0x1128 GA mask = 0x00000000, LL:TP1
21-12-13 12:04:20.859 [3048502352] INFO KnxStack.DeviceSwitch, Device 0x1129 GA mask = 0x00000000, LL:TP1
21-12-13 12:04:20.873 [3048502352] INFO KnxStack.Ip.ConnectionDispatcher, Removed ConnectionContext 0x0xb58011b0 from the map for ID 1
21-12-13 12:04:20.875 [3048502352] INFO KnxStack.Ip.ConnectionContext, Deleted ConnectionContext 0x0xb58011b0 for ID 1
21-12-13 12:04:20.875 [3048502352] WARN KnxStack.Ip.ConnectionDispatcher, Closing connection 1 after too many ACK timeouts.
21-12-13 12:04:27.063 [3048571984] INFO KnxStack.Ip.ConnectionContext, Created ConnectionContext 0x0xb58011b0 for ID 1
21-12-13 12:04:27.064 [3048571984] INFO KnxStack.Ip.ConnectionDispatcher, Connection from UDP 192.168.178.50:56639
21-12-13 12:04:27.064 [3048571984] INFO KnxStack.DeviceSwitch, Updating group address filters
21-12-13 12:04:27.065 [3048571984] INFO KnxStack.DeviceSwitch, Device 0x1126 GA mask = 0x00000000, LL:TP1
21-12-13 12:04:27.066 [3048571984] INFO KnxStack.DeviceSwitch, Device 0x1127 GA mask = 0xffffffff, LL:TP1
21-12-13 12:04:27.066 [3048571984] INFO KnxStack.DeviceSwitch, Device 0x1128 GA mask = 0x00000000, LL:TP1
21-12-13 12:04:27.066 [3048571984] INFO KnxStack.DeviceSwitch, Device 0x1129 GA mask = 0x00000000, LL:TP1
21-12-13 12:04:27.079 [3048571984] INFO KnxStack.Ip.ConnectionDispatcher, Added ConnectionContext 0x0xb58011b0 to the map for ID 1
21-12-13 12:07:15.982 [3048571984] INFO KnxStack.DeviceSwitch, Updating group address filters
21-12-13 12:07:15.983 [3048571984] INFO KnxStack.DeviceSwitch, Device 0x1126 GA mask = 0x00000000, LL:TP1
21-12-13 12:07:15.983 [3048571984] INFO KnxStack.DeviceSwitch, Device 0x1127 GA mask = 0x00000000, LL:TP1
21-12-13 12:07:15.984 [3048571984] INFO KnxStack.DeviceSwitch, Device 0x1128 GA mask = 0x00000000, LL:TP1
21-12-13 12:07:15.984 [3048571984] INFO KnxStack.DeviceSwitch, Device 0x1129 GA mask = 0x00000000, LL:TP1
21-12-13 12:07:15.996 [3048571984] INFO KnxStack.Ip.ConnectionDispatcher, Removed ConnectionContext 0x0xb58011b0 from the map for ID 1
21-12-13 12:07:15.999 [3048571984] INFO KnxStack.Ip.ConnectionContext, Deleted ConnectionContext 0x0xb58011b0 for ID 1
21-12-13 16:15:05.047 [2932667472] INFO KnxLogger.IpcCallbackHandler, IpcEventCallback(): Ipc::CMD_NTP in received with arg update
21-12-13 16:15:05.048 [2932667472] INFO KnxLogger.IpcCallbackHandler, IpcEventCallback(): Ipc::CMD_NTP update with arg success
21-12-13 16:47:29.666 [3048571984] INFO KnxStack.Ip.ConnectionContext, Created ConnectionContext 0x0xb58011b0 for ID 1
21-12-13 16:47:29.667 [3048571984] INFO KnxStack.Ip.ConnectionDispatcher, Connection from UDP 192.168.178.50:54828
21-12-13 16:47:29.667 [3048571984] INFO KnxStack.DeviceSwitch, Updating group address filters
21-12-13 16:47:29.668 [3048571984] INFO KnxStack.DeviceSwitch, Device 0x1126 GA mask = 0x00000000, LL:TP1
21-12-13 16:47:29.669 [3048571984] INFO KnxStack.DeviceSwitch, Device 0x1127 GA mask = 0xffffffff, LL:TP1
21-12-13 16:47:29.669 [3048571984] INFO KnxStack.DeviceSwitch, Device 0x1128 GA mask = 0x00000000, LL:TP1
21-12-13 16:47:29.669 [3048571984] INFO KnxStack.DeviceSwitch, Device 0x1129 GA mask = 0x00000000, LL:TP1
21-12-13 16:47:29.683 [3048571984] INFO KnxStack.Ip.ConnectionDispatcher, Added ConnectionContext 0x0xb58011b0 to the map for ID 1
21-12-13 16:48:30.787 [3048502352] INFO KnxStack.DeviceSwitch, Updating group address filters
21-12-13 16:48:30.789 [3048502352] INFO KnxStack.DeviceSwitch, Device 0x1126 GA mask = 0x00000000, LL:TP1
21-12-13 16:48:30.789 [3048502352] INFO KnxStack.DeviceSwitch, Device 0x1127 GA mask = 0x00000000, LL:TP1
21-12-13 16:48:30.789 [3048502352] INFO KnxStack.DeviceSwitch, Device 0x1128 GA mask = 0x00000000, LL:TP1
21-12-13 16:48:30.790 [3048502352] INFO KnxStack.DeviceSwitch, Device 0x1129 GA mask = 0x00000000, LL:TP1
21-12-13 16:48:30.800 [3048502352] INFO KnxStack.Ip.ConnectionDispatcher, Removed ConnectionContext 0x0xb58011b0 from the map for ID 1
21-12-13 16:48:30.804 [3048502352] INFO KnxStack.Ip.ConnectionContext, Deleted ConnectionContext 0x0xb58011b0 for ID 1
21-12-13 16:48:30.804 [3048502352] WARN KnxStack.Ip.ConnectionDispatcher, Closing connection 1 after too many ACK timeouts.
21-12-13 16:48:36.464 [3048571984] INFO KnxStack.Ip.ConnectionContext, Created ConnectionContext 0x0xb58011b0 for ID 1
21-12-13 16:48:36.464 [3048571984] INFO KnxStack.Ip.ConnectionDispatcher, Connection from UDP 192.168.178.50:45747
21-12-13 16:48:36.465 [3048571984] INFO KnxStack.DeviceSwitch, Updating group address filters
21-12-13 16:48:36.467 [3048571984] INFO KnxStack.DeviceSwitch, Device 0x1126 GA mask = 0x00000000, LL:TP1
21-12-13 16:48:36.467 [3048571984] INFO KnxStack.DeviceSwitch, Device 0x1127 GA mask = 0xffffffff, LL:TP1
21-12-13 16:48:36.468 [3048571984] INFO KnxStack.DeviceSwitch, Device 0x1128 GA mask = 0x00000000, LL:TP1
21-12-13 16:48:36.468 [3048571984] INFO KnxStack.DeviceSwitch, Device 0x1129 GA mask = 0x00000000, LL:TP1
21-12-13 16:48:36.489 [3048571984] INFO KnxStack.Ip.ConnectionDispatcher, Added ConnectionContext 0x0xb58011b0 to the map for ID 1
21-12-13 16:51:09.444 [3048571984] INFO KnxStack.DeviceSwitch, Updating group address filters
21-12-13 16:51:09.446 [3048571984] INFO KnxStack.DeviceSwitch, Device 0x1126 GA mask = 0x00000000, LL:TP1
21-12-13 16:51:09.446 [3048571984] INFO KnxStack.DeviceSwitch, Device 0x1127 GA mask = 0x00000000, LL:TP1
21-12-13 16:51:09.447 [3048571984] INFO KnxStack.DeviceSwitch, Device 0x1128 GA mask = 0x00000000, LL:TP1
21-12-13 16:51:09.447 [3048571984] INFO KnxStack.DeviceSwitch, Device 0x1129 GA mask = 0x00000000, LL:TP1
21-12-13 16:51:09.458 [3048571984] INFO KnxStack.Ip.ConnectionDispatcher, Removed ConnectionContext 0x0xb58011b0 from the map for ID 1
21-12-13 16:51:09.461 [3048571984] INFO KnxStack.Ip.ConnectionContext, Deleted ConnectionContext 0x0xb58011b0 for ID 1
21-12-13 16:52:33.377 [3048571984] INFO KnxStack.Ip.ConnectionContext, Created ConnectionContext 0x0xb58011b0 for ID 1
21-12-13 16:52:33.378 [3048571984] INFO KnxStack.Ip.ConnectionDispatcher, Connection from UDP 192.168.178.50:45923
21-12-13 16:52:33.379 [3048571984] INFO KnxStack.DeviceSwitch, Updating group address filters
21-12-13 16:52:33.380 [3048571984] INFO KnxStack.DeviceSwitch, Device 0x1126 GA mask = 0x00000000, LL:TP1
21-12-13 16:52:33.381 [3048571984] INFO KnxStack.DeviceSwitch, Device 0x1127 GA mask = 0xffffffff, LL:TP1
21-12-13 16:52:33.381 [3048571984] INFO KnxStack.DeviceSwitch, Device 0x1128 GA mask = 0x00000000, LL:TP1
21-12-13 16:52:33.381 [3048571984] INFO KnxStack.DeviceSwitch, Device 0x1129 GA mask = 0x00000000, LL:TP1
21-12-13 16:52:33.393 [3048571984] INFO KnxStack.Ip.ConnectionDispatcher, Added ConnectionContext 0x0xb58011b0 to the map for ID 1
21-12-13 16:55:14.911 [3048571984] INFO KnxStack.DeviceSwitch, Updating group address filters
21-12-13 16:55:14.912 [3048571984] INFO KnxStack.DeviceSwitch, Device 0x1126 GA mask = 0x00000000, LL:TP1
21-12-13 16:55:14.912 [3048571984] INFO KnxStack.DeviceSwitch, Device 0x1127 GA mask = 0x00000000, LL:TP1
21-12-13 16:55:14.912 [3048571984] INFO KnxStack.DeviceSwitch, Device 0x1128 GA mask = 0x00000000, LL:TP1
21-12-13 16:55:14.912 [3048571984] INFO KnxStack.DeviceSwitch, Device 0x1129 GA mask = 0x00000000, LL:TP1
21-12-13 16:55:14.918 [3048571984] INFO KnxStack.Ip.ConnectionDispatcher, Removed ConnectionContext 0x0xb58011b0 from the map for ID 1
21-12-13 16:55:14.919 [3048571984] INFO KnxStack.Ip.ConnectionContext, Deleted ConnectionContext 0x0xb58011b0 for ID 1
21-12-13 16:56:38.185 [3048571984] INFO KnxStack.Ip.ConnectionContext, Created ConnectionContext 0x0xb58011b0 for ID 1
21-12-13 16:56:38.186 [3048571984] INFO KnxStack.Ip.ConnectionDispatcher, Connection from UDP 192.168.178.50:47284
21-12-13 16:56:38.186 [3048571984] INFO KnxStack.DeviceSwitch, Updating group address filters
21-12-13 16:56:38.187 [3048571984] INFO KnxStack.DeviceSwitch, Device 0x1126 GA mask = 0x00000000, LL:TP1
21-12-13 16:56:38.188 [3048571984] INFO KnxStack.DeviceSwitch, Device 0x1127 GA mask = 0xffffffff, LL:TP1
21-12-13 16:56:38.188 [3048571984] INFO KnxStack.DeviceSwitch, Device 0x1128 GA mask = 0x00000000, LL:TP1
21-12-13 16:56:38.188 [3048571984] INFO KnxStack.DeviceSwitch, Device 0x1129 GA mask = 0x00000000, LL:TP1
21-12-13 16:56:38.199 [3048571984] INFO KnxStack.Ip.ConnectionDispatcher, Added ConnectionContext 0x0xb58011b0 to the map for ID 1
21-12-13 16:58:16.242 [3048571984] INFO KnxStack.DeviceSwitch, Updating group address filters
21-12-13 16:58:16.243 [3048571984] INFO KnxStack.DeviceSwitch, Device 0x1126 GA mask = 0x00000000, LL:TP1
21-12-13 16:58:16.243 [3048571984] INFO KnxStack.DeviceSwitch, Device 0x1127 GA mask = 0x00000000, LL:TP1
21-12-13 16:58:16.243 [3048571984] INFO KnxStack.DeviceSwitch, Device 0x1128 GA mask = 0x00000000, LL:TP1
21-12-13 16:58:16.243 [3048571984] INFO KnxStack.DeviceSwitch, Device 0x1129 GA mask = 0x00000000, LL:TP1
21-12-13 16:58:16.252 [3048571984] INFO KnxStack.Ip.ConnectionDispatcher, Removed ConnectionContext 0x0xb58011b0 from the map for ID 1
21-12-13 16:58:16.258 [3048571984] INFO KnxStack.Ip.ConnectionContext, Deleted ConnectionContext 0x0xb58011b0 for ID 1
21-12-13 16:58:16.403 [3048571984] INFO KnxStack.Ip.ConnectionContext, Created ConnectionContext 0x0xb58011b0 for ID 1
21-12-13 16:58:16.404 [3048571984] INFO KnxStack.Ip.ConnectionDispatcher, Connection from UDP 192.168.178.50:34731
21-12-13 16:58:16.405 [3048571984] INFO KnxStack.DeviceSwitch, Updating group address filters
21-12-13 16:58:16.407 [3048571984] INFO KnxStack.DeviceSwitch, Device 0x1126 GA mask = 0x00000000, LL:TP1
21-12-13 16:58:16.407 [3048571984] INFO KnxStack.DeviceSwitch, Device 0x1127 GA mask = 0xffffffff, LL:TP1
21-12-13 16:58:16.407 [3048571984] INFO KnxStack.DeviceSwitch, Device 0x1128 GA mask = 0x00000000, LL:TP1
21-12-13 16:58:16.408 [3048571984] INFO KnxStack.DeviceSwitch, Device 0x1129 GA mask = 0x00000000, LL:TP1
21-12-13 16:58:16.420 [3048571984] INFO KnxStack.Ip.ConnectionDispatcher, Added ConnectionContext 0x0xb58011b0 to the map for ID 1
21-12-13 18:05:50.013 [2932667472] INFO KnxLogger.IpcCallbackHandler, IpcEventCallback(): Ipc::CMD_NTP in received with arg update
21-12-13 18:05:50.013 [2932667472] INFO KnxLogger.IpcCallbackHandler, IpcEventCallback(): Ipc::CMD_NTP update with arg failure
21-12-13 18:05:50.014 [2932667472] ERROR KnxStack.ApplicationProgram, [SdaApp] GroupValueToIseValue GroupValueIseValue.cpp:49 - Unsupported DPT: 0.1
21-12-13 18:05:50.021 [2932667472] ERROR KnxStack.ApplicationProgram, [SdaApp] UpdateCoValue KnxHandler.cpp:1253 - Could not decode KNX group value 00
21-12-13 18:15:50.370 [2932667472] INFO KnxLogger.IpcCallbackHandler, IpcEventCallback(): Ipc::CMD_NTP in received with arg update
21-12-13 18:15:50.370 [2932667472] INFO KnxLogger.IpcCallbackHandler, IpcEventCallback(): Ipc::CMD_NTP update with arg success
21-12-13 18:15:50.371 [2932667472] ERROR KnxStack.ApplicationProgram, [SdaApp] GroupValueToIseValue GroupValueIseValue.cpp:49 - Unsupported DPT: 0.1
21-12-13 18:15:50.378 [2932667472] ERROR KnxStack.ApplicationProgram, [SdaApp] UpdateCoValue KnxHandler.cpp:1253 - Could not decode KNX group value 01
21-12-13 19:26:20.005 [3048502352] INFO KnxStack.DeviceSwitch, Updating group address filters
21-12-13 19:26:20.005 [3048502352] INFO KnxStack.DeviceSwitch, Device 0x1126 GA mask = 0x00000000, LL:TP1
21-12-13 19:26:20.006 [3048502352] INFO KnxStack.DeviceSwitch, Device 0x1127 GA mask = 0x00000000, LL:TP1
21-12-13 19:26:20.007 [3048502352] INFO KnxStack.DeviceSwitch, Device 0x1128 GA mask = 0x00000000, LL:TP1
21-12-13 19:26:20.007 [3048502352] INFO KnxStack.DeviceSwitch, Device 0x1129 GA mask = 0x00000000, LL:TP1
21-12-13 19:26:20.013 [3048502352] INFO KnxStack.Ip.ConnectionDispatcher, Removed ConnectionContext 0x0xb58011b0 from the map for ID 1
21-12-13 19:26:20.015 [3048502352] INFO KnxStack.Ip.ConnectionContext, Deleted ConnectionContext 0x0xb58011b0 for ID 1
21-12-13 19:26:20.015 [3048502352] WARN KnxStack.Ip.ConnectionDispatcher, Closing connection 1 after too many ACK timeouts.
21-12-13 19:26:23.961 [3048571984] INFO KnxStack.Ip.ConnectionContext, Created ConnectionContext 0x0xb58011b0 for ID 1
21-12-13 19:26:23.962 [3048571984] INFO KnxStack.Ip.ConnectionDispatcher, Connection from UDP 192.168.178.50:45511
21-12-13 19:26:23.962 [3048571984] INFO KnxStack.DeviceSwitch, Updating group address filters
21-12-13 19:26:23.963 [3048571984] INFO KnxStack.DeviceSwitch, Device 0x1126 GA mask = 0x00000000, LL:TP1
21-12-13 19:26:23.964 [3048571984] INFO KnxStack.DeviceSwitch, Device 0x1127 GA mask = 0xffffffff, LL:TP1
21-12-13 19:26:23.964 [3048571984] INFO KnxStack.DeviceSwitch, Device 0x1128 GA mask = 0x00000000, LL:TP1
21-12-13 19:26:23.966 [3048571984] INFO KnxStack.DeviceSwitch, Device 0x1129 GA mask = 0x00000000, LL:TP1
21-12-13 19:26:23.981 [3048571984] INFO KnxStack.Ip.ConnectionDispatcher, Added ConnectionContext 0x0xb58011b0 to the map for ID 1
21-12-13 19:36:29.308 [2932667472] INFO KnxLogger.IpcCallbackHandler, IpcEventCallback(): Ipc::CMD_NTP in received with arg update
21-12-13 19:36:29.308 [2932667472] INFO KnxLogger.IpcCallbackHandler, IpcEventCallback(): Ipc::CMD_NTP update with arg failure
21-12-13 19:36:29.308 [2932667472] ERROR KnxStack.ApplicationProgram, [SdaApp] GroupValueToIseValue GroupValueIseValue.cpp:49 - Unsupported DPT: 0.1
21-12-13 19:36:29.315 [2932667472] ERROR KnxStack.ApplicationProgram, [SdaApp] UpdateCoValue KnxHandler.cpp:1253 - Could not decode KNX group value 00
21-12-13 19:46:34.670 [2932667472] INFO KnxLogger.IpcCallbackHandler, IpcEventCallback(): Ipc::CMD_NTP in received with arg update
21-12-13 19:46:34.670 [2932667472] INFO KnxLogger.IpcCallbackHandler, IpcEventCallback(): Ipc::CMD_NTP update with arg success
21-12-13 19:46:34.671 [2932667472] ERROR KnxStack.ApplicationProgram, [SdaApp] GroupValueToIseValue GroupValueIseValue.cpp:49 - Unsupported DPT: 0.1
21-12-13 19:46:34.687 [2932667472] ERROR KnxStack.ApplicationProgram, [SdaApp] UpdateCoValue KnxHandler.cpp:1253 - Could not decode KNX group value 01
21-12-13 20:06:41.491 [2932667472] INFO KnxLogger.IpcCallbackHandler, IpcEventCallback(): Ipc::CMD_NTP in received with arg update
21-12-13 20:06:41.491 [2932667472] INFO KnxLogger.IpcCallbackHandler, IpcEventCallback(): Ipc::CMD_NTP update with arg failure
21-12-13 20:06:41.492 [2932667472] ERROR KnxStack.ApplicationProgram, [SdaApp] GroupValueToIseValue GroupValueIseValue.cpp:49 - Unsupported DPT: 0.1
21-12-13 20:06:41.501 [2932667472] ERROR KnxStack.ApplicationProgram, [SdaApp] UpdateCoValue KnxHandler.cpp:1253 - Could not decode KNX group value 00
21-12-13 20:16:46.789 [2932667472] INFO KnxLogger.IpcCallbackHandler, IpcEventCallback(): Ipc::CMD_NTP in received with arg update
21-12-13 20:16:46.789 [2932667472] INFO KnxLogger.IpcCallbackHandler, IpcEventCallback(): Ipc::CMD_NTP update with arg success
21-12-13 20:16:46.790 [2932667472] ERROR KnxStack.ApplicationProgram, [SdaApp] GroupValueToIseValue GroupValueIseValue.cpp:49 - Unsupported DPT: 0.1
21-12-13 20:16:46.803 [2932667472] ERROR KnxStack.ApplicationProgram, [SdaApp] UpdateCoValue KnxHandler.cpp:1253 - Could not decode KNX group value 01
21-12-13 20:18:18.668 [3048571984] INFO KnxStack.DeviceSwitch, Updating group address filters
21-12-13 20:18:18.670 [3048571984] INFO KnxStack.DeviceSwitch, Device 0x1126 GA mask = 0x00000000, LL:TP1
21-12-13 20:18:18.671 [3048571984] INFO KnxStack.DeviceSwitch, Device 0x1127 GA mask = 0x00000000, LL:TP1
21-12-13 20:18:18.671 [3048571984] INFO KnxStack.DeviceSwitch, Device 0x1128 GA mask = 0x00000000, LL:TP1
21-12-13 20:18:18.671 [3048571984] INFO KnxStack.DeviceSwitch, Device 0x1129 GA mask = 0x00000000, LL:TP1
21-12-13 20:18:18.681 [3048571984] INFO KnxStack.Ip.ConnectionDispatcher, Removed ConnectionContext 0x0xb58011b0 from the map for ID 1
21-12-13 20:18:18.686 [3048571984] INFO KnxStack.Ip.ConnectionContext, Deleted ConnectionContext 0x0xb58011b0 for ID 1
21-12-13 20:23:27.330 [3048571984] INFO KnxStack.Ip.ConnectionContext, Created ConnectionContext 0x0xb58011b0 for ID 1
21-12-13 20:23:27.331 [3048571984] INFO KnxStack.Ip.ConnectionDispatcher, Connection from UDP 192.168.178.50:50190
21-12-13 20:23:27.331 [3048571984] INFO KnxStack.DeviceSwitch, Updating group address filters
21-12-13 20:23:27.332 [3048571984] INFO KnxStack.DeviceSwitch, Device 0x1126 GA mask = 0x00000000, LL:TP1
21-12-13 20:23:27.333 [3048571984] INFO KnxStack.DeviceSwitch, Device 0x1127 GA mask = 0xffffffff, LL:TP1
21-12-13 20:23:27.333 [3048571984] INFO KnxStack.DeviceSwitch, Device 0x1128 GA mask = 0x00000000, LL:TP1
21-12-13 20:23:27.334 [3048571984] INFO KnxStack.DeviceSwitch, Device 0x1129 GA mask = 0x00000000, LL:TP1
21-12-13 20:23:27.353 [3048571984] INFO KnxStack.Ip.ConnectionDispatcher, Added ConnectionContext 0x0xb58011b0 to the map for ID 1
21-12-13 20:33:31.357 [3048502352] INFO KnxStack.DeviceSwitch, Updating group address filters
21-12-13 20:33:31.357 [3048502352] INFO KnxStack.DeviceSwitch, Device 0x1126 GA mask = 0x00000000, LL:TP1
21-12-13 20:33:31.357 [3048502352] INFO KnxStack.DeviceSwitch, Device 0x1127 GA mask = 0x00000000, LL:TP1
21-12-13 20:33:31.357 [3048502352] INFO KnxStack.DeviceSwitch, Device 0x1128 GA mask = 0x00000000, LL:TP1
21-12-13 20:33:31.358 [3048502352] INFO KnxStack.DeviceSwitch, Device 0x1129 GA mask = 0x00000000, LL:TP1
21-12-13 20:33:31.362 [3048502352] INFO KnxStack.Ip.ConnectionDispatcher, Removed ConnectionContext 0x0xb58011b0 from the map for ID 1
21-12-13 20:33:31.364 [3048502352] INFO KnxStack.Ip.ConnectionContext, Deleted ConnectionContext 0x0xb58011b0 for ID 1
21-12-13 20:33:31.364 [3048502352] WARN KnxStack.Ip.ConnectionDispatcher, Closing connection 1 after too many ACK timeouts.
21-12-13 20:35:22.059 [3048571984] INFO KnxStack.Ip.ConnectionContext, Created ConnectionContext 0x0xb58011b0 for ID 1
21-12-13 20:35:22.060 [3048571984] INFO KnxStack.Ip.ConnectionDispatcher, Connection from UDP 192.168.178.50:52475
21-12-13 20:35:22.060 [3048571984] INFO KnxStack.DeviceSwitch, Updating group address filters
21-12-13 20:35:22.061 [3048571984] INFO KnxStack.DeviceSwitch, Device 0x1126 GA mask = 0x00000000, LL:TP1
21-12-13 20:35:22.062 [3048571984] INFO KnxStack.DeviceSwitch, Device 0x1127 GA mask = 0xffffffff, LL:TP1
21-12-13 20:35:22.062 [3048571984] INFO KnxStack.DeviceSwitch, Device 0x1128 GA mask = 0x00000000, LL:TP1
21-12-13 20:35:22.063 [3048571984] INFO KnxStack.DeviceSwitch, Device 0x1129 GA mask = 0x00000000, LL:TP1
21-12-13 20:35:22.080 [3048571984] INFO KnxStack.Ip.ConnectionDispatcher, Added ConnectionContext 0x0xb58011b0 to the map for ID 1

The descriped behaviour occured e.g. at

  • 21-12-13 11:35:37
  • 21-12-13 19:26:20

Best,
Bernd

1 Like

Updating to HA 2021-12-1 with OS 7.0 did not resolve the issue. Still occurs.

FYI: Restoring HA 2021.9.7 makes the issue disappear again…: w/o any changes on the remaining configuration (host device, network, knx-config).
… while 2021.10.xxx might (?) work as well, 2021.9.7 was the latest backup I had available…

Does it also fix these log messages appearing

WARNING (MainThread) [xknx.log] Heartbeat to KNX bus failed. No answer from tunneling server.
# or 
WARNING (MainThread) [xknx.log] Received DisconnectRequest from tunnelling sever.

Or does it only not set the entities unavailable?

Both messages appear multiple times in the log…