-
Notifications
You must be signed in to change notification settings - Fork 101
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-linux-coupler fails on download application #294
Comments
I guess I broke this on a merge. I'll try to look into this this weekend. |
Which knxprod did you use? |
I have this issue too |
@aliglzr Which knxprod do you use? |
I'm using the knx-linux-coupler example code. And I'm trying to download on a different device in TP network through this. btw, theres two other fixes? I made to make it work:
|
@thelsing any good news? |
@thelsing |
You should be able to program other devices without tunnelling but with multicast. Just by using the network interface as the programming interface in ETS. If you want to use tunneling try changing -DKNX_TUNNELING to -DKNX_TUNNELING=1 at
You can also try to remove it to disable tunnelling. |
I've tried to use multicast before but it doesn't work at all. it passes nothing through. |
Any updates? |
Hi,
So I've been trying to setup the knx-linux-coupler in my ubuntu, its connected to a knx development board (NCN5120).
It works alright when I send write/read commands or while monitoring the bus for packets that devices exchange between eachother.
But when I try to download an application on a device its tries for a sec and then fails with: "Failed to connect to 1.1.6" , with 1.1.6 being the device that Im trying to download app on.
I tried to watch the packets on wireshark but it dowsnt look like theres any request that has not been responded. and Im not really familiar with the underlying knx stack so Im not sire what the probmen is.
btw I enabled some of debug outputs and this is the output when download fails:
this "Found no Tunnel for IA: 1106" message is all I get and Im not sure what it means..
Do I need to set some config or something to make this works? since it looks like to be a internal logic error.
or am I doing something wrong?
Thanks.
The text was updated successfully, but these errors were encountered: