Skip to content

Create webhook for presence change #10

@redakker

Description

@redakker

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions