Container which is looking for an DHCP request and publish a mqtt message for it.

docker temporary disable requests 5 years ago
.env add compose file 5 years ago
.gitignore add compose file 5 years ago
README.md Create README.md 8 years ago
dash.conf_example add compose file 5 years ago
docker-compose.yml fix spelling bug 5 years ago
README.md

dash-listen

Docker container to forward Amazon Dash button presses to arbitrary URLs

Usage/Quickstart

HOWTO: Find your Dash's MAC address

docker pull osbert/dash-listen
docker run -d --net=host -e DASH_MAC_ADDRESS=re:ad:ab:ov:e0 -e URL_CALLBACK=http://url/to/callback osbert/dash-listen

Listens for button presses from the given DASH_MAC_ADDRESS and issues HTTP GET requests to URL_CALLBACK.