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:
-
Setup Details:
- I have two contact items,
isMovementOfficeandisMovementNightHall, each with different GA addresses. - The binary input is triggered by alarm sensors, and I want to record these events for future scripts.
- I have two contact items,
-
Attempts Made:
- I tried different GA configurations, including
ga="1.001:<5/2/2"andga="1.001+<5/2/2". - I also tested variations like
ga="<5/2/2"andga="1.019:<5/2/2", but none worked.
- I tried different GA configurations, including
-
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.
-
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?
-
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!