{"id":16641816,"url":"https://github.com/samthor/daikin-go","last_synced_at":"2026-04-03T10:38:28.276Z","repository":{"id":57544631,"uuid":"120423069","full_name":"samthor/daikin-go","owner":"samthor","description":"Raw interface to Daikin AC units with WiFi dongles","archived":false,"fork":false,"pushed_at":"2020-09-21T07:35:12.000Z","size":19,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-31T10:11:14.852Z","etag":null,"topics":["automation","daikin"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/samthor.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}},"created_at":"2018-02-06T08:17:54.000Z","updated_at":"2022-08-01T13:41:02.000Z","dependencies_parsed_at":"2022-09-18T00:00:31.308Z","dependency_job_id":null,"html_url":"https://github.com/samthor/daikin-go","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samthor%2Fdaikin-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samthor%2Fdaikin-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samthor%2Fdaikin-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samthor%2Fdaikin-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/samthor","download_url":"https://codeload.github.com/samthor/daikin-go/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252880943,"owners_count":21819082,"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":["automation","daikin"],"created_at":"2024-10-12T07:47:59.251Z","updated_at":"2026-04-03T10:38:28.270Z","avatar_url":"https://github.com/samthor.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"(This is deprecated / old - look at https://github.com/samthor/daikinac now!)\n\nRaw interface to Daikin AC units.\nProvides discovery service (via UDP multicast) and direct API access (via HTTP GET/POST).\n\nMethod descriptions can be found [here](https://github.com/ael-code/daikin-control/wiki/API-System), or elsewhere online.\n\n## Sample\n\nRun `logger.go` or `broadcast.go` for simple demos.\n\nOr, to dial a specific URL and get its sensor info:\n\n```go\npackage main\n\nimport (\n  \"log\"\n  daikin \"github.com/samthor/daikin-go/api\"\n)\n\nfunc main() {\n  values, err := daikin.Get(\"192.168.1.155\", \"aircon/get_sensor_info\")\n  if err != nil {\n    log.Fatal(err)\n  }\n  log.Printf(\"values: %+v\", values)\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamthor%2Fdaikin-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamthor%2Fdaikin-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamthor%2Fdaikin-go/lists"}