{"id":23135963,"url":"https://github.com/markkvdb/frisquet-api","last_synced_at":"2026-02-11T03:08:03.471Z","repository":{"id":268381963,"uuid":"904126579","full_name":"markkvdb/frisquet-api","owner":"markkvdb","description":null,"archived":false,"fork":false,"pushed_at":"2024-12-16T22:49:22.000Z","size":50,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-25T11:52:12.707Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/markkvdb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-12-16T09:54:32.000Z","updated_at":"2024-12-16T22:49:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"09f17eaa-b04f-4721-a6a9-0089b7e329e2","html_url":"https://github.com/markkvdb/frisquet-api","commit_stats":null,"previous_names":["markkvdb/frisquet-api"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/markkvdb/frisquet-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markkvdb%2Ffrisquet-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markkvdb%2Ffrisquet-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markkvdb%2Ffrisquet-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markkvdb%2Ffrisquet-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/markkvdb","download_url":"https://codeload.github.com/markkvdb/frisquet-api/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markkvdb%2Ffrisquet-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29326078,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T02:08:56.257Z","status":"ssl_error","status_checked_at":"2026-02-11T02:08:51.338Z","response_time":97,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-12-17T12:18:18.257Z","updated_at":"2026-02-11T03:08:03.457Z","avatar_url":"https://github.com/markkvdb.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Frisquet API\n\nPython client for the Frisquet API that features:\n\n- Complete control of your Frisquet Connect boiler\n- Async/await support for modern Python applications\n- Type hints for better IDE integration\n- Comprehensive error handling\n\n## Usage\n\n```python\nfrom frisquet_api.client import FrisquetClient, Zone, Mode, ModeChange\n\nclient = FrisquetClient(email=\"your@email.com\", password=\"your-password\")\n```\n\n### Get site data\n\n```python\nsite_data = await client.get_site_data(\"your-site-id\")\n```\n\n### Set mode\n\n```python\nawait client.set_mode(\"your-site-id\", Zone.ZONE_1, Mode.COMFORT, ModeChange.PERMANENT)\n```\n\n### Set temperature\n\n```python\nawait client.set_temperature(\"your-site-id\", Zone.ZONE_1, HeatingMode.FROST_PROTECTION, 8.0)\n```\n\n### Set water mode\n\n```python\nawait client.set_water_mode(\"your-site-id\", WaterMode.ECO_TIMER)\n```\n\n## Development\n\nInstall [uv](https://astral.sh/uv/) and setup your python environment with the following commands:\n\n```bash\nuv sync\n```\n\nSetup the pre-commit hooks:\n\n```bash\nuvx pre-commit install\n```\n\nRun the tests:\n\n```bash\nuv run pytest .\n```\n\n## Inspiration\n\nThis project is inspired by the [Frisquet-connect-for-home-assistant](https://github.com/TheGui01/Frisquet-connect-for-home-assistant) project.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarkkvdb%2Ffrisquet-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarkkvdb%2Ffrisquet-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarkkvdb%2Ffrisquet-api/lists"}