{"id":20081883,"url":"https://github.com/jke94/goodwe-connector","last_synced_at":"2025-03-02T13:41:38.374Z","repository":{"id":66092147,"uuid":"603094537","full_name":"jke94/goodwe-connector","owner":"jke94","description":"A python library to connect with Goodwe API Rest and get production data about solar panels.","archived":false,"fork":false,"pushed_at":"2025-02-22T18:03:17.000Z","size":643,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-22T18:38:17.233Z","etag":null,"topics":["python3","requests","rest","rest-api","webapi"],"latest_commit_sha":null,"homepage":"https://jke94.github.io/goodwe-connector/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jke94.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-02-17T15:53:54.000Z","updated_at":"2025-02-22T18:03:18.000Z","dependencies_parsed_at":"2024-11-13T15:44:43.586Z","dependency_job_id":null,"html_url":"https://github.com/jke94/goodwe-connector","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jke94%2Fgoodwe-connector","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jke94%2Fgoodwe-connector/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jke94%2Fgoodwe-connector/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jke94%2Fgoodwe-connector/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jke94","download_url":"https://codeload.github.com/jke94/goodwe-connector/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241515953,"owners_count":19975140,"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":["python3","requests","rest","rest-api","webapi"],"created_at":"2024-11-13T15:40:43.323Z","updated_at":"2025-03-02T13:41:38.356Z","avatar_url":"https://github.com/jke94.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# goodwe-connector\n![image](https://user-images.githubusercontent.com/53972851/221367514-63997c8c-b491-467b-996b-0407ff98ffba.png)\n\nA python library to connect with Goodwe API Rest and get production data of solar panels.\n\n## A. How to use...\n\n### A.1. Developer environment: Create virtual environment and install requirements.txt\n\n1. Create virtual envinroment:\n\n```\npython -m venv .\\venv\n```\n2. Install requirements.txt.\n\n```\n pip install -r requirements.txt\n```\n\n### A.2. Create JSON file 'goodwe_config.json' like this (base repository path), with the following fields:\n\n- System Id\n- Account\n- Password\n\nExample of goodwe_config.json\n\n```\n{\n    \"goodwe_api_connection\":{\n        \"system_id\":\"\",\n        \"account\":\"\",\n        \"password\":\"\"\n    }\n}\n```\n### A.3. Open sample.py and edit to call the goodew_connector package functions:\n\nRun the sample.py with python:\n\nDefine the extrategy that you want launch and running python script file:\n```\npython3 sample.py\n```\n\nSimilar ouput like this:\n```\n{\n    \"2023-08-02\": 10.7\n}\nGenerated 36.70 kWh (avg. 12.23 kWh per day) in 3 days.\n{\n    \"2023-08-01\": 14.5,\n    \"2023-08-02\": 10.7,\n    \"2023-08-03\": 11.5\n}\n```\n## B. Generate documentation.\n\n- Build documentation:\n\n```\nmkdocs build\n```\n\n- Serve:\n\n```\nmkdocs serve\n```\n\n## C. Extra information: Goodew Api\n\nGoodwe Api information:\n\n- [http://www.goodwe-power.com:82/Help](http://www.goodwe-power.com:82/Help)\n- [http://www.goodwe-power.com:82/swagger/ui/index](http://www.goodwe-power.com:82/swagger/ui/index)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjke94%2Fgoodwe-connector","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjke94%2Fgoodwe-connector","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjke94%2Fgoodwe-connector/lists"}