KnxNet/IP - bug ? - Printable Version +- Logic Machine Forum (https://forum.logicmachine.net) +-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1) +--- Forum: Gateway (https://forum.logicmachine.net/forumdisplay.php?fid=10) +--- Thread: KnxNet/IP - bug ? (/showthread.php?tid=707) |
KnxNet/IP - bug ? - oyvindi - 29.03.2017 Hi, this is a few (low-level) questions about the KnxNet/IP implementation on Logic Machine 5. I too a look at UDP-packages in Wireshark while connecting to LM5 with ETS5, and found some anomalies. 1) In system settings -> KNX Settings, I specified that I want EIBNet/IP Tunnelling. However, LM5 keeps sending ROUTING_INDICATION packages ? 2) When doing a CONNECTIONSTATE_REQUEST, the CONNECTIONSTATE_RESPONSE should contain one of the status codes: E_NO_ERROR = 0x00, E_CONNECTION_ID = 0x21, E_DATA_CONNECTION = 0x26, E_KNX_CONNECTION = 0x27 However, LogicMachine replies with code 0x15, which is an unknown status. Output from WireShark: Request: Code: Frame 729: 58 bytes on wire (464 bits), 58 bytes captured (464 bits) on interface 0 Response: Code: Frame 730: 60 bytes on wire (480 bits), 60 bytes captured (480 bits) on interface 0 I am currently implementing a KnxNet/IP client, which is why I stumbled across these issues. RE: KnxNet/IP - bug ? - admin - 29.03.2017 1. It will always send telegrams to Routing if IP features are enabled 2. Looks like a bug, will fix 3. Are you connected to a KNX/TP gateway via Tunneling? RE: KnxNet/IP - bug ? - oyvindi - 29.03.2017 Yes, I am connected via Tunnelling. - Øyvind |