Integrating Presence Detection with OpenHAB

I’m exploring ways to integrate presence detection into my OpenHAB setup without relying solely on third-party services like tado. The idea is to leverage the native OpenHAB Android and iOS apps to detect location changes and trigger automations locally. Here’s what I’m thinking:

  1. Feasibility: Many apps can detect location in the background, so why not OpenHAB? The app could periodically check the device’s proximity to predefined locations and send a boolean status to the server.

  2. Data Handling: The local OpenHAB server could handle the logic, determining if the user is ‘close enough’ to home or another location. This keeps data processing on-premises, enhancing privacy.

  3. Security Considerations: Transmitting location data securely is paramount. Using HTTPS for communication and ensuring data is anonymized could mitigate privacy concerns.

  4. User Experience: A clean, intuitive interface in the OpenHAB app would allow users to set up and manage their presence detection zones easily.

  5. Community Input: I’d love to hear if others have attempted similar integrations or have insights into potential challenges or solutions!

This approach could make presence detection more reliable and less dependent on external APIs, offering a robust solution for smart home automation.