{"id":20187122,"url":"https://github.com/danielhiversen/pyadax","last_synced_at":"2025-04-10T06:32:59.539Z","repository":{"id":46155605,"uuid":"355574198","full_name":"Danielhiversen/pyAdax","owner":"Danielhiversen","description":"Python library for Adax heater","archived":false,"fork":false,"pushed_at":"2023-11-28T18:40:26.000Z","size":26,"stargazers_count":6,"open_issues_count":1,"forks_count":4,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-04-08T18:54:45.698Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/Danielhiversen.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"Danielhiversen","custom":"http://paypal.me/dahoiv"}},"created_at":"2021-04-07T14:25:29.000Z","updated_at":"2024-01-11T21:35:55.000Z","dependencies_parsed_at":"2024-06-11T20:35:33.749Z","dependency_job_id":"e7ba7f93-6c2d-4405-82d7-2613ccd81c6b","html_url":"https://github.com/Danielhiversen/pyAdax","commit_stats":{"total_commits":14,"total_committers":4,"mean_commits":3.5,"dds":0.4285714285714286,"last_synced_commit":"ac0f6cc6af0fc82819ff726105851b019cded3ef"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Danielhiversen%2FpyAdax","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Danielhiversen%2FpyAdax/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Danielhiversen%2FpyAdax/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Danielhiversen%2FpyAdax/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Danielhiversen","download_url":"https://codeload.github.com/Danielhiversen/pyAdax/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248168537,"owners_count":21058854,"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":"2024-11-14T03:20:51.236Z","updated_at":"2025-04-10T06:32:59.493Z","avatar_url":"https://github.com/Danielhiversen.png","language":"Python","readme":"# pyAdax\n\nPython3 library for Adax heater. \n\nControl Adax heaters and get measured temperatures.\n\n[Buy me a coffee :)](http://paypal.me/dahoiv)\n\n\n\n## Install\n```\npip3 install adax\n```\n\n## Example:\n\n```python\nfrom adax import Adax\nimport aiohttp\nimport asyncio\n\nACCOUNTID = \"\u003cACCOUNT ID\u003e\"  # get your account ID (6 digits) from the Account page in the Adax WiFi app\nPASSWORD = \"\u003cPASSWORD\u003e\" # create a service password under \"Remote Api\" in the app\n\nasync def main():\n    async with aiohttp.ClientSession() as session:\n        heater= Adax(ACCOUNTID, PASSWORD, session)\n        for room in await heater.get_rooms():\n            print(room)\n\nasyncio.run(main())\n\n```\n\n","funding_links":["https://github.com/sponsors/Danielhiversen","http://paypal.me/dahoiv"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielhiversen%2Fpyadax","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanielhiversen%2Fpyadax","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielhiversen%2Fpyadax/lists"}