{"id":16111238,"url":"https://github.com/vergissberlin/amazon-dash-mqtt","last_synced_at":"2026-01-19T09:02:18.695Z","repository":{"id":70688838,"uuid":"146264928","full_name":"vergissberlin/amazon-dash-mqtt","owner":"vergissberlin","description":"Send MQTT messages with your Amazon dash button","archived":false,"fork":false,"pushed_at":"2025-08-29T12:25:46.000Z","size":86,"stargazers_count":1,"open_issues_count":9,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-08T15:47:44.609Z","etag":null,"topics":["amazon-dash-button","mqtt","raspberry-pi"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vergissberlin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-08-27T07:52:10.000Z","updated_at":"2025-08-29T12:25:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"a318cfb0-3caa-4556-b3a0-540014dec8c4","html_url":"https://github.com/vergissberlin/amazon-dash-mqtt","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vergissberlin/amazon-dash-mqtt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vergissberlin%2Famazon-dash-mqtt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vergissberlin%2Famazon-dash-mqtt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vergissberlin%2Famazon-dash-mqtt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vergissberlin%2Famazon-dash-mqtt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vergissberlin","download_url":"https://codeload.github.com/vergissberlin/amazon-dash-mqtt/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vergissberlin%2Famazon-dash-mqtt/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28565001,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-19T08:53:44.001Z","status":"ssl_error","status_checked_at":"2026-01-19T08:52:40.245Z","response_time":67,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["amazon-dash-button","mqtt","raspberry-pi"],"created_at":"2024-10-09T19:41:01.958Z","updated_at":"2026-01-19T09:02:18.679Z","avatar_url":"https://github.com/vergissberlin.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Amazon Dash Button MQTT\n\n[![Build Status](https://travis-ci.org/vergissberlin/amazon-dash-mqtt.svg?branch=master)](https://travis-ci.org/vergissberlin/amazon-dash-mqtt)\n\n\u003e Send a MQTT message when someone presses your configured dash buttons.\n\n## Installation\n\n### Dependencies\n\n- libpcap\n```bash\nsudo apt install libpcap\n```\n- NodeJS (\u003e= 8.0.0)\n\n### 1. Get the code\n\n```bash\ngit clone https://github.com/vergissberlin/amazon-dash-mqtt.git\ncd amazon-dash-mqtt\nnpm install\n```\n\n### 2. Configure\n\n- Copy the dist file ```cp config.dist.json config.json```\n- Add your MQTT credentials in the *config.json*.\n- Add the buttons, the message and the feed where to publish the MQTT message in the *config.json*.\n- If you're using a broker without need for a token just leave it empty\n\n```json\n{\n    \"settings\": {\n        \"broker\": \"mqtt://\u003cYOUR_BROKER\u003e\",\n        \"username\": \"\u003cYOUR_USERNAME\u003e\",\n        \"token\": \"\u003cYOUR_TOKEN\u003e\"\n    },\n\n    \"devices\": [\n        {\n            \"mac\": \"\u003cMAC_ADRESS\u003e\",\n            \"feed\": \"\u003cFEED\u003e\",\n            \"message\": \"\u003cMESSAGE\u003e\"\n        }\n    ]\n}\n```\n\n    NOTE: If you're using Adafruit IO, then use\n          \"mqtt://io.adafruit.com\" as \"broker\", and in \"feed\" use \"\u003cUSERNAME\u003e/feeds/\u003cFEED\u003e\".\n\n### 3. Start the application\n\n```bash\nsudo nano app.js\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvergissberlin%2Famazon-dash-mqtt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvergissberlin%2Famazon-dash-mqtt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvergissberlin%2Famazon-dash-mqtt/lists"}