{"id":18809370,"url":"https://github.com/koproductions-code/groheblue","last_synced_at":"2025-04-13T20:27:20.415Z","repository":{"id":257845988,"uuid":"873569448","full_name":"koproductions-code/groheblue","owner":"koproductions-code","description":"A python api for interacting with the Grohe Blue API.","archived":false,"fork":false,"pushed_at":"2024-11-02T16:56:03.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-11-02T17:05:22.235Z","etag":null,"topics":["api","faucet","grohe","packet","python","water"],"latest_commit_sha":null,"homepage":"","language":"Python","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/koproductions-code.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-16T11:44:50.000Z","updated_at":"2024-11-02T16:56:07.000Z","dependencies_parsed_at":"2024-10-16T17:37:24.230Z","dependency_job_id":"eeaa7b83-d02a-477a-914e-d7d7948b6427","html_url":"https://github.com/koproductions-code/groheblue","commit_stats":null,"previous_names":["koproductions-code/groheblue"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koproductions-code%2Fgroheblue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koproductions-code%2Fgroheblue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koproductions-code%2Fgroheblue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koproductions-code%2Fgroheblue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/koproductions-code","download_url":"https://codeload.github.com/koproductions-code/groheblue/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223602615,"owners_count":17171952,"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":["api","faucet","grohe","packet","python","water"],"created_at":"2024-11-07T23:16:07.892Z","updated_at":"2024-11-07T23:16:08.567Z","avatar_url":"https://github.com/koproductions-code.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# groheblue\nA python package for interacting with the Grohe Blue API. The API uses the Grohe IOT API which is used by the Grohe Blue app. The API is not publicly documented and may change at any time. I am not affiliated with Grohe or the Grohe Blue app in any way.\n\n## Restrictions\n* The package currently only officially supports the **Grohe Blue Home** device, because this is the only one I have. If you have a **Grohe Blue Professional** device and can verify the functionality, please contact me.\n\n## Installation\n```\npip install groheblue\n```\n\n## Usage\n```python\nfrom groheblue import GroheClient\n\nclient = GroheClient(\"\u003cEMAIL\u003e\", \"\u003cPASSWORD\u003e\")\n\n\nasync def main():\n    await client.login()\n\n    devices = await client.get_devices()  # get all devices\n    device = devices[0]  # select the first device\n\n    # To see all available data, look into the classes.py file. Here are some example values:\n    print(device.appliance_id)  # print the appliance id of the device\n\n    print(device.data_latest.remaining_co2)  # print the remaining co2 of the device in %\n\n    print(device.data_latest.remaining_filter)  # print the remaining filter of the device in %\n\n    print(device.config.co2_consumption_carbonated)  # print the co2 consumption for carbonated water\n\n    await client.dispense(device, 1, 50)  # dispense 50ml of still water\n\n    await client.dispense(device, 3, 200) # dispense 200ml of carbonated water\n\n\nif __name__ == \"__main__\":\n    import asyncio\n\n    asyncio.run(main())\n\n```\n\n## Acknowledgments\n\n* \u003clennartkaden\u003e [lennartkaden](https://github.com/lennartkaden/Grohe-Blue-API-Python.git) for his work on the Grohe-Blue-API-Python. His work significantly contributed to me being able to write this package.\n\n## License\nThis project is licensed under the \u003cMIT\u003e [MIT](https://github.com/koproductions-code/groheblue/blob/master/LICENSE) License - see the LICENSE file for details.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoproductions-code%2Fgroheblue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkoproductions-code%2Fgroheblue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoproductions-code%2Fgroheblue/lists"}