{"id":21565196,"url":"https://github.com/seeed-solution/home-assistant-sensecap","last_synced_at":"2025-04-10T13:09:26.695Z","repository":{"id":199677888,"uuid":"703413993","full_name":"Seeed-Solution/home-assistant-SenseCAP","owner":"Seeed-Solution","description":"The home-assistant integration for SenseCAP LoRaWAN sensors","archived":false,"fork":false,"pushed_at":"2024-04-17T07:00:48.000Z","size":153,"stargazers_count":4,"open_issues_count":5,"forks_count":4,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-24T11:56:49.014Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/Seeed-Solution.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":"2023-10-11T07:44:24.000Z","updated_at":"2024-05-23T02:56:44.000Z","dependencies_parsed_at":"2023-11-14T08:37:51.492Z","dependency_job_id":"12f1a42b-9a4c-4ad6-8ce1-88393d4dc371","html_url":"https://github.com/Seeed-Solution/home-assistant-SenseCAP","commit_stats":null,"previous_names":["seeed-solution/home-assistant-sensecap"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Seeed-Solution%2Fhome-assistant-SenseCAP","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Seeed-Solution%2Fhome-assistant-SenseCAP/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Seeed-Solution%2Fhome-assistant-SenseCAP/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Seeed-Solution%2Fhome-assistant-SenseCAP/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Seeed-Solution","download_url":"https://codeload.github.com/Seeed-Solution/home-assistant-SenseCAP/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248224759,"owners_count":21068074,"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":[],"created_at":"2024-11-24T10:18:48.840Z","updated_at":"2025-04-10T13:09:26.678Z","avatar_url":"https://github.com/Seeed-Solution.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://wiki.seeedstudio.com/home_assistant_sensecap/\"\u003e\n    \u003cimg src=\"https://raw.githubusercontent.com/Seeed-Solution/home-assistant-SenseCAP/main/icon.png\" width=\"auto\" height=\"auto\" alt=\"SenseCAP\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n# SenseCAP LoRaWAN Sensors Integration with Home Assistant: Streamline Your Smart Home Setup\n\u003c/div\u003e\n\n## Installation Guide\n\nSimplify your smart home integration with the SenseCAP LoRaWAN sensors through our straightforward installation process. Choose between an automated installation via HACS or a manual setup.\n\n### Automated Installation via HACS\n\n1. Navigate to **[HACS](https://hacs.xyz/) \u003e Integrations \u003e Plus**.\n2. Search for **Seeed Studio-SenseCAP** and select **Install**.\n\n### Manual Setup\n\n1. Download the `sensecap` folder from the [latest release](https://github.com/Seeed-Solution/home-assistant-SenseCAP/releases/latest).\n2. Copy the folder into your Home Assistant's `/config/custom_components` directory.\n\n## Configuration Steps\n\nEffortlessly integrate Seeed Studio-SenseCAP sensors into your Home Assistant setup with these simple steps:\n\n1. Go to **Settings \u003e Integrations \u003e Add Integration**.\n2. Search for **Seeed Studio-SenseCAP**. If it's not listed, *clear your browser cache and try again*.\n\n### Completing Integration Configuration\n\n1. Launch the integration interface to view the default MQTT topic: `application/#`. Click **Submit** to finalize the integration settings.\n2. Select **notifications** at the bottom left corner. Await the new device identification alert, then click **Check it out** to proceed to device management.\n3. Follow prompts to complete all integration configurations for a seamless experience.\n\n## Tutorial Documentation\n\nFor a detailed walkthrough and advanced configurations, visit our [Wiki page](https://wiki.seeedstudio.com/home_assistant_sensecap/) or [this page](https://wiki.seeedstudio.com/connect_vision_ai_v2_to_ha/#installing-the-hacs-plugin).\n\n![SenseCAP M2 with Home Assistant](https://files.seeedstudio.com/wiki/IMAGES/SenseCAP/M2_homeassistant/overview.jpg)\n\n### Integration Mechanism\n\nThe integration operates by connecting LoRa-based SenseCAP sensors to the SenseCAP M2 Multi-Platform Gateway. It utilizes the MQTT component in ChirpStack to establish a connection with the MQTT server on Home Assistant, ensuring a smooth and reliable data flow for your smart home devices.\n\n```mermaid\ngraph LR\n    A[SenseCAP LoRaWAN Sensors] --\u003e|LoRa| B[SenseCAP M2 Multi-Platform Gateway]\n    B --\u003e|ChirpStack MQTT| D[Home Assistant MQTT Server]\n    D --\u003e|Integration| E[Home Assistant]\n\n    style A fill:#eaffd0,stroke:#333,stroke-width:4px\n    style B fill:#ffccf9,stroke:#333,stroke-width:4px\n    style D fill:#c1f0f6,stroke:#333,stroke-width:4px\n    style E fill:#eaffd0,stroke:#333,stroke-width:4px\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseeed-solution%2Fhome-assistant-sensecap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fseeed-solution%2Fhome-assistant-sensecap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseeed-solution%2Fhome-assistant-sensecap/lists"}