{"id":15140367,"url":"https://github.com/rtuszik/homebridge-vzug","last_synced_at":"2025-04-11T02:45:24.990Z","repository":{"id":210060273,"uuid":"725500588","full_name":"rtuszik/homebridge-vzug","owner":"rtuszik","description":"Homebridge Plugin for V-Zug Appliances","archived":false,"fork":false,"pushed_at":"2024-08-13T20:01:35.000Z","size":315,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"latest","last_synced_at":"2025-04-04T10:41:58.224Z","etag":null,"topics":["homebridge","homebridge-plugin","homebridge-plugins","homekit-accessory","v-zug","vzug"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/homebridge-vzug","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rtuszik.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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}},"created_at":"2023-11-30T09:22:14.000Z","updated_at":"2024-09-19T10:33:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"0cfad2e7-2e39-4ebd-9e2e-690fe10c097d","html_url":"https://github.com/rtuszik/homebridge-vzug","commit_stats":null,"previous_names":["rtuszik/homebridge-vzug"],"tags_count":0,"template":false,"template_full_name":"homebridge/homebridge-plugin-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rtuszik%2Fhomebridge-vzug","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rtuszik%2Fhomebridge-vzug/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rtuszik%2Fhomebridge-vzug/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rtuszik%2Fhomebridge-vzug/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rtuszik","download_url":"https://codeload.github.com/rtuszik/homebridge-vzug/tar.gz/refs/heads/latest","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248331904,"owners_count":21085998,"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":["homebridge","homebridge-plugin","homebridge-plugins","homekit-accessory","v-zug","vzug"],"created_at":"2024-09-26T08:02:40.331Z","updated_at":"2025-04-11T02:45:24.972Z","avatar_url":"https://github.com/rtuszik.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Homebridge V-ZUG Plugin\n\nIntegrate your V-ZUG appliances into Apple HomeKit using this Homebridge plugin, which currently supports status monitoring via an unofficial REST API. This plugin provides a HomeKit switch to reflect the operational status of your V-ZUG appliance, allowing you to check if the device is active.\n\n\n## Features\n\n- **Status Monitoring**: Exposes the operational status of your V-ZUG appliances as a switch in HomeKit, showing if the device is active.\n\n## Installation\n\n1. **Install Homebridge**:\n   ```bash\n   npm install -g homebridge\n   ```\n2. **Install the V-ZUG Plugin**:\n   ```bash\n   npm install -g homebridge-vzug\n   ```\n\n## Configuration\n\nAdd your V-ZUG appliances to your Homebridge `config.json`:\n\n```json\n{\n  \"platform\": \"homebridge-vzug\",\n  \"devices\": [\n    {\n      \"name\": \"DEVICE_NAME\",\n      \"ip\": \"DEVICE_IP_ADDRESS\"\n    }\n  ]\n}\n```\n\n### Example Configuration\n\n```json\n{\n  \"platform\": \"homebridge-vzug\",\n  \"devices\": [\n    {\n      \"name\": \"Oven\",\n      \"ip\": \"192.168.1.10\"\n    },\n    {\n      \"name\": \"Chef's Secret\",\n      \"ip\": \"192.168.1.11\"\n    }\n  ]\n}\n```\n\n\n## Supported Models\n\n- Currently tested with:\n  - V-Zug CombairSteamer V6000 60Y\n  - V-Zug CombairSteamer V6000 45F\n\nThe plugin will automatically find the Model and Serial Number of your Device and populate the relevant fields for HomeKit\n\n## Developer's Note\n\nThis is my first Homebridge plugin, primarily aimed at status monitoring for V-ZUG appliances. It's pretty basic – mainly showing the on/off status. Since it's my initial release, there might be some room for improvement. I'm open to feedback and suggestions!\n\nRegarding future updates, I plan to enhance the plugin as time allows, potentially adding new features based on the community's input and any additional API information I come across. Your thoughts and contributions are always welcome!\n\n\n## Contributions and Support\n\n- Your contributions and feedback are welcome! Please consider contributing if you have access to more API info or different V-ZUG devices.\n- Report issues or suggest enhancements on the [GitHub issues page](https://github.com/rtuszik/homebridge-vzug/issues).\n\n## Additional Resources\n\n- [Unofficial V-ZUG Python API](https://github.com/mico-micic/vzug-api)\n- [V-ZUG REST Integration](https://gist.github.com/MoritzBuetzer/6441d4045f989ef57aed915250bb4020)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frtuszik%2Fhomebridge-vzug","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frtuszik%2Fhomebridge-vzug","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frtuszik%2Fhomebridge-vzug/lists"}