Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create webhook for presence change #10

Closed
redakker opened this issue Jan 18, 2022 · 1 comment
Closed

Create webhook for presence change #10

redakker opened this issue Jan 18, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@redakker
Copy link
Owner

Some people don't use the MQTT server.
For these users implement a webhook solution.

So the user can configure a URL which is called if the BLE beacon is appeared or is gone.

Use wildcards for device name: {device} and presence {presence}

For example:
http://mywebhooks.com/presence/{device}/{presence}
or
http://mywebhooks.com/presence/{device}?presence={presence}

Webhook should be configured for each observed device.
With this solution, devices can be controlled directly without any home automation hub.

@redakker redakker added the enhancement New feature or request label Jan 18, 2022
redakker added a commit that referenced this issue Feb 15, 2022
redakker added a commit that referenced this issue Feb 19, 2022
@redakker
Copy link
Owner Author

Implementation and documentation is ready

redakker added a commit that referenced this issue Mar 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant