Yes, it will be possible. There is a library called knxtpuart for Arduino to communicate with knx bus. The original library has some errors (I have patched it) - especially the implementation of 2bytefloat data type was wrong (conversion was wrong), the 4byte float was not implemented, 4 byte long was not implemented etc. - I have added those.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello People.
I think the linknx is a very nice project, and i'm trying to get it running om y Pi :)
Will it be possible to make som connection to the Arduino? that lets the Linknx use the inputs from arduino to trigger rules?
Yes, it will be possible. There is a library called knxtpuart for Arduino to communicate with knx bus. The original library has some errors (I have patched it) - especially the implementation of 2bytefloat data type was wrong (conversion was wrong), the 4byte float was not implemented, 4 byte long was not implemented etc. - I have added those.