-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
KNX Communication - uncalled UDP response #5053
Comments
Could you try http://thehackbox.org/tasmota/020500/sonoff-knx.bin |
This didn't solve the issue. Program Version 6.4.1.12(e63741a-knx) As long as the device hasn't send KNX data, it responds to IP 0.0.0.0 Port 0. Only if it send once data to the KNX multicast address the UDP messages replies to the KNX mutlicast address Following ist the trace log of OpenHAB to this UDP response |
Closing this issue as it is not a Tasmota bug. It is from the core. For follow up see referenced issue. |
@ascillato which version of lwIP is selected in 6.4.1.12 (described above) ? |
Sorry to dig this up again, I am having the same problem. |
The issue is still for me. Even with the later Tasmota Version using the 2.6.1 core the effect remains. So I’m still working on core 2.3.0. 7.2.0(KNX) |
ok , |
I'm using Tasmota 6.4.1 with KNX integration on several ESP8266 based devices. ESP Platform is 2.4.2. I have a full featured KNX TP installation with a MDT KNX-IP Gateway as well.
The integration of the Tasmota devices with the KNX TP installation works quite well.
However there is a strange behaviour of the ESP devices.
Whenever my IP Gateway or any other device sends a KNX IP message to the KNX Multicast address, the Tasmota devices respons with an UDP Message with 0 length to the KNX multicast address.
I've even isolated two ESP devices in a private WIFI net without any other connections, but the same behaviour was shown.
It seems that this is related to the IGMP implementation of the ESP platform, but sofar I couldn't locate the source of the uncalled UDP reponse.
All this causes a lot of additional traffic on the network an confuses the KNX binding of my OpenHAB server.
Tasmota 6.4.1 is used.
The text was updated successfully, but these errors were encountered: