{"id":26051076,"url":"https://github.com/kiralt/lunatone-dali2-iot","last_synced_at":"2026-02-19T11:02:15.921Z","repository":{"id":277418783,"uuid":"931101206","full_name":"KiraLT/lunatone-dali2-iot","owner":"KiraLT","description":"Lunatone DALI-2 IoT Gateway python client","archived":false,"fork":false,"pushed_at":"2025-02-15T14:21:41.000Z","size":97,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-22T03:42:00.511Z","etag":null,"topics":["dali","dall-e","lunatone"],"latest_commit_sha":null,"homepage":"https://kiralt.github.io/lunatone-dali2-iot/","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/KiraLT.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-02-11T18:07:29.000Z","updated_at":"2025-02-15T15:02:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"2d97e744-90ee-4eea-be3b-c799d5307282","html_url":"https://github.com/KiraLT/lunatone-dali2-iot","commit_stats":null,"previous_names":["kiralt/lunatone-dali2-iot"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/KiraLT/lunatone-dali2-iot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KiraLT%2Flunatone-dali2-iot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KiraLT%2Flunatone-dali2-iot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KiraLT%2Flunatone-dali2-iot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KiraLT%2Flunatone-dali2-iot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KiraLT","download_url":"https://codeload.github.com/KiraLT/lunatone-dali2-iot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KiraLT%2Flunatone-dali2-iot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29611002,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-19T10:52:55.328Z","status":"ssl_error","status_checked_at":"2026-02-19T10:52:26.323Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["dali","dall-e","lunatone"],"created_at":"2025-03-08T03:37:10.115Z","updated_at":"2026-02-19T11:02:15.875Z","avatar_url":"https://github.com/KiraLT.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Lunatone Dali-2 IOT\n\nA client library for accessing Lunatone Dali IoT gateway\n\nRead [Documentation 📘](https://kiralt.github.io/lunatone-dali2-iot/)\n\n\u003e The library was generated by [openapi-python-client](https://github.com/openapi-generators/openapi-python-client)\n\n## Installation\n\n```bash\npip install lunatone-dali2-iot\n```\n\n## Usage\n\nFirst, create a client:\n\n```python\nfrom dali2iot import Client\n\ndali_client = Client(base_url=\"http://192.168.1.41\")\n\n```\n\nNow call your endpoint and use your models:\n\n```python\nfrom dali2iot.api.devices import get_devices_devices_get\n\nwith dali_client as client:\n    devices = get_devices_devices_get.sync(client=client)\n\n    for device in devices.devices:\n        print(device.name)\n```\n\nOr do the same thing with an async version:\n\n```python\nfrom dali2iot.api.devices import get_devices_devices_get\n\nasync with dali_client as client:\n    devices = await get_devices_devices_get.asyncio(client=client)\n\n    for device in devices.devices:\n        print(device.name)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkiralt%2Flunatone-dali2-iot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkiralt%2Flunatone-dali2-iot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkiralt%2Flunatone-dali2-iot/lists"}