{"id":48267132,"url":"https://github.com/timniklas/hass-zte_hyperbox","last_synced_at":"2026-04-04T21:57:57.694Z","repository":{"id":299221032,"uuid":"1002395819","full_name":"timniklas/hass-zte_hyperbox","owner":"timniklas","description":"Home Assistant ZTE Hyperbox Integration","archived":false,"fork":false,"pushed_at":"2025-07-29T07:15:09.000Z","size":89,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-29T09:35:18.936Z","etag":null,"topics":["hyperbox","router","telekom","zte"],"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/timniklas.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,"zenodo":null}},"created_at":"2025-06-15T11:39:17.000Z","updated_at":"2025-07-29T07:14:54.000Z","dependencies_parsed_at":"2025-06-15T12:43:29.297Z","dependency_job_id":null,"html_url":"https://github.com/timniklas/hass-zte_hyperbox","commit_stats":null,"previous_names":["timniklas/hass-zte-hyperbox"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/timniklas/hass-zte_hyperbox","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timniklas%2Fhass-zte_hyperbox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timniklas%2Fhass-zte_hyperbox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timniklas%2Fhass-zte_hyperbox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timniklas%2Fhass-zte_hyperbox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/timniklas","download_url":"https://codeload.github.com/timniklas/hass-zte_hyperbox/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timniklas%2Fhass-zte_hyperbox/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31416027,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T20:09:54.854Z","status":"ssl_error","status_checked_at":"2026-04-04T20:09:44.350Z","response_time":60,"last_error":"SSL_read: 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":["hyperbox","router","telekom","zte"],"created_at":"2026-04-04T21:57:56.959Z","updated_at":"2026-04-04T21:57:57.690Z","avatar_url":"https://github.com/timniklas.png","language":"Python","readme":"# ZTE Hyperbox Integration for Home Assistant 🏠\n\n[![GitHub Release](https://img.shields.io/github/v/release/timniklas/hass-zte_hyperbox?sort=semver\u0026style=for-the-badge\u0026color=green)](https://github.com/timniklas/hass-zte_hyperbox/releases/)\n[![GitHub Release Date](https://img.shields.io/github/release-date/timniklas/hass-zte_hyperbox?style=for-the-badge\u0026color=green)](https://github.com/timniklas/hass-zte_hyperbox/releases/)\n![GitHub Downloads (all assets, latest release)](https://img.shields.io/github/downloads/timniklas/hass-zte_hyperbox/latest/total?style=for-the-badge\u0026label=Downloads%20latest%20Release)\n![HA Analytics](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fanalytics.home-assistant.io%2Fcustom_integrations.json\u0026query=%24.zte_hyperbox.total\u0026style=for-the-badge\u0026label=Active%20Installations\u0026color=red)\n![GitHub commit activity](https://img.shields.io/github/commit-activity/m/timniklas/hass-zte_hyperbox?style=for-the-badge)\n[![hacs](https://img.shields.io/badge/HACS-Integration-blue.svg?style=for-the-badge)](https://github.com/hacs/integration)\n\n## Overview\n\nThe ZTE Hyperbox Home Assistant Custom Integration allows you to integrate the ZTE Hyperbox Router with your Home Assistant setup.\n\nSupported devices:\n- ZTE MC8810 Hyperbox 5G Lite\n\n### Screenshot\n![image](https://github.com/user-attachments/assets/bcec1246-834a-422a-bdf1-ca76d7dc4c38)\n\n\n\n## Installation\n\n### HACS (recommended)\n\nThis integration is available in HACS (Home Assistant Community Store).\n\n1. Install HACS if you don't have it already\n2. Open HACS in Home Assistant\n3. Go to any of the sections (integrations, frontend, automation).\n4. Click on the 3 dots in the top right corner.\n5. Select \"Custom repositories\"\n6. Add following URL to the repository `https://github.com/timniklas/hass-zte_hyperbox`.\n7. Select Integration as category.\n8. Click the \"ADD\" button\n9. Search for \"ZTE Hyperbox\"\n10. Click the \"Download\" button\n\n### Manual\n\nTo install this integration manually you have to download [_blitzerde.zip_](https://github.com/timniklas/hass-zte_hyperbox/releases/latest/) and extract its contents to `config/custom_components/zte_hyperbox` directory:\n\n```bash\nmkdir -p custom_components/zte_hyperbox\ncd custom_components/zte_hyperbox\nwget https://github.com/timniklas/hass-zte_hyperbox/releases/latest/download/zte_hyperbox.zip\nunzip zte_hyperbox.zip\nrm zte_hyperbox.zip\n```\n\n## Configuration\n\n### Using UI\n\n[![Open your Home Assistant instance and start setting up a new integration.](https://my.home-assistant.io/badges/config_flow_start.svg)](https://my.home-assistant.io/redirect/config_flow_start/?domain=blitzerde)\n\nFrom the Home Assistant front page go to `Configuration` and then select `Devices \u0026 Services` from the list.\nUse the `Add Integration` button in the bottom right to add a new integration called `ZTE Hyperbox`.\n\n## Help and Contribution\n\nIf you find a problem, feel free to report it and I will do my best to help you.\nIf you have something to contribute, your help is greatly appreciated!\nIf you want to add a new feature, add a pull request first so we can discuss the details.\n\n## Disclaimer\n\nThis custom integration is not officially endorsed or supported by ZTE.\nUse it at your own risk and ensure that you comply with all relevant terms of service and privacy policies.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimniklas%2Fhass-zte_hyperbox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftimniklas%2Fhass-zte_hyperbox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimniklas%2Fhass-zte_hyperbox/lists"}