{"id":24626452,"url":"https://github.com/niceboygithub/aqaracamera","last_synced_at":"2025-05-07T18:50:12.005Z","repository":{"id":46215402,"uuid":"440842055","full_name":"niceboygithub/AqaraCamera","owner":"niceboygithub","description":"Aqara Camera G3 integration for Home Assistant","archived":false,"fork":false,"pushed_at":"2024-03-19T01:18:18.000Z","size":36,"stargazers_count":32,"open_issues_count":6,"forks_count":6,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-31T12:58:16.050Z","etag":null,"topics":["aqara","camera","g3","home-assistant","homeassistant-integration"],"latest_commit_sha":null,"homepage":"","language":"Python","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/niceboygithub.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}},"created_at":"2021-12-22T11:55:06.000Z","updated_at":"2024-12-10T11:33:08.000Z","dependencies_parsed_at":"2024-03-19T02:33:29.944Z","dependency_job_id":null,"html_url":"https://github.com/niceboygithub/AqaraCamera","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/niceboygithub%2FAqaraCamera","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niceboygithub%2FAqaraCamera/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niceboygithub%2FAqaraCamera/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niceboygithub%2FAqaraCamera/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/niceboygithub","download_url":"https://codeload.github.com/niceboygithub/AqaraCamera/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252938550,"owners_count":21828601,"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":["aqara","camera","g3","home-assistant","homeassistant-integration"],"created_at":"2025-01-25T04:48:50.660Z","updated_at":"2025-05-07T18:50:10.904Z","avatar_url":"https://github.com/niceboygithub.png","language":"Python","funding_links":["https://www.buymeacoffee.com/niceboygithub"],"categories":[],"sub_categories":[],"readme":"# Aqara Camera G3 integration for Home Assistant\n\n**ATTENTION:** The component **only works after enabled telnet.** Only supportd stream. Not support motion detection, ai etc. yet.\n\nThis is a way to [enable telnet](https://github.com/Wh1terat/aQRootG3) from #Wh1terat. Thankes for Wh1terat for the amazing aQRootG3 v0.2.0.\n\nAfter enabled telnet, you need to finish the configuration before reboot G3.\n\n\n## ATTENTION :warning: : The Lumi company (Aqara manufacturer) started disable the post_init script and [telnet method](https://github.com/Wh1terat/aQRootG3#warningwarning-warning). If you still want to use this component, please do not update to latest firmware of the gateway/hub.\n\n## Installation\n\nyou can install component with [HACS](https://hacs.xyz),  custom repo: HACS \u003e Integrations \u003e 3 dots (upper top corner) \u003e Custom repositories \u003e URL: `niceboygithub/AqaraCamera` \u003e Category: Integration\n\nOr Download and copy `custom_components/aqara_camera` folder to `custom_components` folder in your HomeAssistant config folder\n\n\n## Configuration\n\n1. [⚙️ Configuration](https://my.home-assistant.io/redirect/config) \u003e [🧩 Integrations](https://my.home-assistant.io/redirect/integrations) \u003e [➕ Add Integration](https://my.home-assistant.io/redirect/config_flow_start?domain=aqara_camera) \u003e 🔍 Search `Aqara Camera`\n\n    Or click (HA v2021.3.0+): [![add](https://my.home-assistant.io/badges/config_flow_start.svg)](https://my.home-assistant.io/redirect/config_flow_start?domain=aqara_camera)\n   1. If the integration didn't show up in the list please REFRESH the page\n   2. If the integration is still not in the list, you need to clear the browser cache.\n2. Enter Camera IP address.\n3. Click Send button, then wait this integration is configured completely.\n4. Done\n\n## Still Image support\n\nNeed to add the following information to your configuration.yaml file:\n\n```\nffmpeg:\n```\n## WebRTC\n\nYou can use [@AlexxIT's WebRTC](https://github.com/AlexxIT/WebRTC) integration. The usage was well documented in AlexxIT's github.\nThe rtsp url can be found in Attributes of Camera (find it in developer-tools/state).\nYou need to notice that the url was changed on every reboot of Aqara Camera.\n\n```\ntype: custom:webrtc-camera\nurl: rtsp://66:88@192.168.1.168:8554/720p\nptz:\n  service: aqara_camera.ptz\n  data_left:\n    entity_id: camera.camera_hub_g3_1234\n    direction: left\n  data_right:\n    entity_id: camera.camera_hub_g3_1234\n    direction: right\n  data_up:\n    entity_id: camera.camera_hub_g3_1234\n    direction: up\n  data_down:\n    entity_id: camera.camera_hub_g3_1234\n    direction: down\n```\n\nSupported Versions\n---------------\n\n| Market | Firmware Version | Status |\n| -------| --------------- | -- |\n| China  | 3.3.2_0019.0004 | :white_check_mark: |\n| China  | 3.3.4_0007.0004  | :white_check_mark: |\n\n\n**Attention:** The component is under active development.\n\n\u003ca href=\"https://www.buymeacoffee.com/niceboygithub\" target=\"_blank\"\u003e\u003cimg src=\"https://cdn.buymeacoffee.com/buttons/default-orange.png\" alt=\"Buy Me A Coffee\" height=\"41\" width=\"174\"\u003e\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fniceboygithub%2Faqaracamera","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fniceboygithub%2Faqaracamera","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fniceboygithub%2Faqaracamera/lists"}