{"id":21461514,"url":"https://github.com/zix99/ha-adapters","last_synced_at":"2026-05-10T05:12:02.412Z","repository":{"id":99391279,"uuid":"593853646","full_name":"zix99/ha-adapters","owner":"zix99","description":"Home assistant MQTT adapters, including Amcrest AD410","archived":false,"fork":false,"pushed_at":"2024-01-03T01:05:40.000Z","size":41,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-23T14:28:23.831Z","etag":null,"topics":["amcrest","dahua","home-assistant","home-assistant-addons","mqtt","mqtt-client"],"latest_commit_sha":null,"homepage":"","language":"Go","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/zix99.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}},"created_at":"2023-01-27T01:20:57.000Z","updated_at":"2023-02-09T02:43:54.000Z","dependencies_parsed_at":"2024-01-03T02:43:17.048Z","dependency_job_id":"bd9dbff3-fc46-4415-98d1-d18ad0264fec","html_url":"https://github.com/zix99/ha-adapters","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zix99%2Fha-adapters","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zix99%2Fha-adapters/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zix99%2Fha-adapters/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zix99%2Fha-adapters/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zix99","download_url":"https://codeload.github.com/zix99/ha-adapters/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243976503,"owners_count":20377692,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["amcrest","dahua","home-assistant","home-assistant-addons","mqtt","mqtt-client"],"created_at":"2024-11-23T07:09:30.071Z","updated_at":"2026-05-10T05:12:02.367Z","avatar_url":"https://github.com/zix99.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ha-adapters for MQTT\n\nInitially influenced by [https://github.com/dchesterton/amcrest2mqtt/](https://github.com/dchesterton/amcrest2mqtt/), this project is to promote some\nbetter type-safe error handling for longevity and reliability of the integration.  Combines key functionality across amcrest2mqtt and python\nsupporting library.\n\nGenerally written to be extensible to other devices that may want to publish sensors to MQTT.\n\n## AD410 Doorbell MQTT Adapter\n\nThe `AD410` adapter integrates with the Amcrest Doorbell AD410.  To use, you need a small set of either environment\nor CLI variables:\n\n```sh\nAD410_URL=http://doorbell-hostname\nAD410_USERNAME=admin #almost always 'admin'\nAD410_PASSWORD=\u003cpassword from app\u003e\nMQTT_URI=\u003cMQTT URI\u003e\n#optionally:\nMQTT_USERNAME=\nMQTT_PASSWORD=\n```\n\nFor example, to run as a docker container:\n```sh\ndocker run -d \\\n    -e AD410_URL=http://doorbell-hostname \\\n    -e AD410_USERNAME=admin \\\n    -e AD410_PASSWORD=password \\\n    -e MQTT_URI=hostname:1883 \\\n    zix99/ha-ad410:latest\n```\n\nNo persistent volumes necessary\n\n# License\n\n    Copyright (C) 2023  Christopher LaPointe\n\n    This program is free software: you can redistribute it and/or modify\n    it under the terms of the GNU General Public License as published by\n    the Free Software Foundation, either version 3 of the License, or\n    (at your option) any later version.\n\n    This program is distributed in the hope that it will be useful,\n    but WITHOUT ANY WARRANTY; without even the implied warranty of\n    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n    GNU General Public License for more details.\n\n    You should have received a copy of the GNU General Public License\n    along with this program.  If not, see \u003chttps://www.gnu.org/licenses/\u003e.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzix99%2Fha-adapters","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzix99%2Fha-adapters","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzix99%2Fha-adapters/lists"}