Troubleshooting KNX Motion Detection in OpenHAB

I’m trying to set up motion detection using KNX in OpenHAB, but I’m not seeing the motion events in the logs. Here’s what I’ve done so far:

  1. Setup Details:

    • I have two contact items, isMovementOffice and isMovementNightHall, each with different GA addresses.
    • The binary input is triggered by alarm sensors, and I want to record these events for future scripts.
  2. Attempts Made:

    • I tried different GA configurations, including ga="1.001:<5/2/2" and ga="1.001+<5/2/2".
    • I also tested variations like ga="<5/2/2" and ga="1.019:<5/2/2", but none worked.
  3. Current Issue:

    • While ETS shows the value, OpenHAB logs don’t record the motion events.
    • I suspect the issue might be with how the GA addresses are formatted or how the events are being routed.
  4. Questions:

    • Is there a specific format required for GA addresses in OpenHAB?
    • Could there be a problem with how the events are being sent from ETS to OpenHAB?
  5. Next Steps:

    • I’ll check the ETS configuration to ensure the events are correctly set up.
    • I’ll verify the OpenHAB logs to see if there are any errors or warnings related to the KNX binding.
    • I might also try increasing the logging level for the KNX binding to get more detailed information.

If anyone has experience with KNX motion detection in OpenHAB, I’d appreciate any advice or insights you can share!