{"id":29200309,"url":"https://github.com/zmoog/zcs","last_synced_at":"2025-07-02T10:35:41.221Z","repository":{"id":259532894,"uuid":"875943777","full_name":"zmoog/zcs","owner":"zmoog","description":"ZCS Arrurro client (and CLI) for Go","archived":false,"fork":false,"pushed_at":"2025-06-12T21:51:40.000Z","size":31,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-12T22:56:49.816Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/zmoog.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":"2024-10-21T06:22:43.000Z","updated_at":"2025-06-12T21:51:14.000Z","dependencies_parsed_at":"2024-10-26T17:02:40.136Z","dependency_job_id":null,"html_url":"https://github.com/zmoog/zcs","commit_stats":null,"previous_names":["zmoog/zcs"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/zmoog/zcs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zmoog%2Fzcs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zmoog%2Fzcs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zmoog%2Fzcs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zmoog%2Fzcs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zmoog","download_url":"https://codeload.github.com/zmoog/zcs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zmoog%2Fzcs/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263121445,"owners_count":23416997,"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":"2025-07-02T10:35:40.478Z","updated_at":"2025-07-02T10:35:41.172Z","avatar_url":"https://github.com/zmoog.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# zcs\n\n`zcs` is a CLI tool and Golang client to fetch real time data from ZCS Azzurro inverters. `zcs` fetches inverter data from the ZCS cloud platform at https://www.zcsazzurroportal.com.\n\nTo get your API credentials, install the [Azzurro Operators](https://apps.apple.com/it/app/azzurro-operators/id6447290301?l=en-GB) app, and create a support request.\n\n## Quick Start\n\n```shell\n$ zcs azzurro fetch-realtime \\\n    --client-id \"JohnDoe\" \\\n    --api-auth \"Zcs a0CHc2e9Y88h\" \\\n    --thing-key \"ZMG8982372HCCB76\"\n\nPower importing: 900.00\nPower exporting: 0.00\nPower generating: 0.00\nPower consuming: 900.00\nBattery level: 20%\nLast update: 2024-10-22 20:12:27 +0000 UTC\n```\n\nYou can also set `client-id` and `api-auth` using environment variables:\n\n```shell\nexport ZCS_CLIENT_ID=\"JohnDoe\"\nexport ZCS_CLIENT_API_AUTH=\"Zcs a0CHc2e9Y88h\"\n\nzcs azzurro fetch-realtime \\\n    --thing-key \"ZMG8982372HCCB76\"\n```\n\nOr the config file `~/.zcs`:\n\n```shell\n$ cat ~/.zcs\n\nclient_id: JohnDoe\napi_auth: \"Zcs a0CHc2e9Y88h\"\n\nzcs azzurro fetch-realtime \\\n    --thing-key ZMG8982372HCCB76\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzmoog%2Fzcs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzmoog%2Fzcs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzmoog%2Fzcs/lists"}