{"id":50691556,"url":"https://github.com/raxlab/echo","last_synced_at":"2026-06-09T03:09:53.079Z","repository":{"id":290853622,"uuid":"964038125","full_name":"raxlab/echo","owner":"raxlab","description":"ECHO (Edge Computing and Hardware Orchestration)","archived":false,"fork":false,"pushed_at":"2026-05-26T20:20:50.000Z","size":617,"stargazers_count":3,"open_issues_count":6,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-05-26T21:22:46.630Z","etag":null,"topics":["home-assistant","homeassistant","iot","iot-application","sensors"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/raxlab.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-04-10T15:38:05.000Z","updated_at":"2026-05-26T20:19:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"8fb18953-5067-47ee-b280-7093868f29ae","html_url":"https://github.com/raxlab/echo","commit_stats":null,"previous_names":["raxlab/rcer-datahub","raxlab/echo"],"tags_count":92,"template":false,"template_full_name":null,"purl":"pkg:github/raxlab/echo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raxlab%2Fecho","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raxlab%2Fecho/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raxlab%2Fecho/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raxlab%2Fecho/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/raxlab","download_url":"https://codeload.github.com/raxlab/echo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raxlab%2Fecho/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34089552,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-09T02:00:06.510Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["home-assistant","homeassistant","iot","iot-application","sensors"],"created_at":"2026-06-09T03:09:52.370Z","updated_at":"2026-06-09T03:09:53.070Z","avatar_url":"https://github.com/raxlab.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ECHO\n\n### *Edge Computing \u0026 Hardware Orchestration*\n\nHome Assistant integration for remote data extraction, processing, and orchestration for  UC Centers and Field Stations Network (RCER UC). \n\n![ECHO](images/icon.png)\n\n\n## Installation via HACS\n\n1. The **ECHO integration** is not part of the HACS Store. To install it, you will need to add it as a *custom repository* by following this guide: [HACS Custom Repositories](https://hacs.xyz/docs/faq/custom_repositories/).\n2. Download the integration by entering the repository URL and adding it. Then, go to HACS and install it.\n3. Once the installation is complete, **restart** Home Assistant.\n4. After restarting, navigate to the **Integrations page** to configure the service.\n\n\n## Service Configuration\n\nECHO enables automated data extraction from THIES stations, local processing, cloud backup (SharePoint), and alert/task orchestration.\n\nDuring setup, you will be prompted to provide the following parameters:\n\n### SharePoint Configuration (Cloud Backup)\n\n1. **sharepoint_client_id**: Application Client ID.\n2. **sharepoint_client_secret**: Application Client Secret.\n3. **sharepoint_tenant_id**: Microsoft 365 Tenant ID.\n4. **sharepoint_tenant_name**: Organization tenant name (e.g., `myorg`).\n5. **sharepoint_site_name**: SharePoint site name.\n\n\n### Data Paths \u0026 Backup\n\n6. **sharepoint_avg_backup_folder_name**: Destination folder for average data in SharePoint.\n7. **sharepoint_ext_backup_folder_name**: Destination folder for extended data in SharePoint.\n8. **local_backup_source_path**: Local directory used as backup source.\n9. **sharepoint_backup_base_url**: Base URL for SharePoint backups.\n\n\n### Location Configuration \n\n10. **latitude**: Latitude of the station.\n11. **longitude**: Longitude of the station.\n\nUsed for georeferencing, contextual analysis, and future location-based features.\n\n\n###  Task \u0026 Alert System\n\nECHO integrates with external services to generate alerts and manage operational tasks.\n\n12. **bot_token**: Discord bot token used for sending alerts via the task system (e.g., Xavia Live).\n13. **task_channel_id**: Discord channel ID where alerts and tasks will be posted.\n\n\n### Email Notifications \n\n14. **email_address**: Email address used to send alerts and task notifications.\n15. **email_password**: Application password (e.g., Google App Password).\n\n\u003e ⚠️ Note: Email delivery is currently configured for Gmail SMTP.\n\n\n\n## Activating Debugging\n\nIf you need to debug the integration flow and view detailed results, you can enable debug logging:\n\n1. Enable debugging directly in the Integrations UI.\n2. Alternatively, add the following to your `configuration.yaml`:\n\n```yaml\nlogger:\n  default: warning\n  logs:\n    custom_components.echo: debug\n```\n\n\n## Inspired by\n\n* [Meteo Lt](https://github.com/Brunas/meteo_lt)\n* [AI Agent HA](https://github.com/sbenodiz/ai_agent_ha)\n\n## EchoLib\n\nThe integration of Echo is based on the echo-lib API library. All the services that Echo offers in Home Assistant are methods defined by this API. For more information about this API, visit https://github.com/pedrozavalat/echo-lib and consult the README file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraxlab%2Fecho","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fraxlab%2Fecho","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraxlab%2Fecho/lists"}