This is a Docker Hub container for the Amazon Dash Button hack. It can write to Google Sheets, Google Calendar and fire event in IFTTT.
I use it on my Synology.
To run it, use the following commands:
docker rm -f amazon_dash
docker run --net host -it --name amazon_dash -v $PWD/amazon-dash-private:/amazon-dash-private:ro snowe/amazon-dash-smart-home
The following should be present in folder amazone-dash-private
:
- settings
settings.json
- buttons list
buttons.json
amazon-dash-hack.json
with google API credentials Google Sheets, Google Calendarifttt-key.json
with Maker Webhook key
There are your secrets in that folder so you have to create all this files by youself from examples you see by link above.
See details in Smart wifi button and Docker on Synology (Amazon Dash Button hack).