{"id":48971847,"url":"https://github.com/chpro/daikin-prometheus-exporter","last_synced_at":"2026-04-18T07:39:27.230Z","repository":{"id":166950764,"uuid":"623117978","full_name":"chpro/daikin-prometheus-exporter","owner":"chpro","description":"Prometheus exporter for values collected from the daikin API written in java ","archived":false,"fork":false,"pushed_at":"2025-04-16T18:25:26.000Z","size":81,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-17T03:18:16.649Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","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/chpro.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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,"zenodo":null}},"created_at":"2023-04-03T18:23:17.000Z","updated_at":"2025-04-16T18:25:29.000Z","dependencies_parsed_at":"2025-04-16T19:50:53.815Z","dependency_job_id":null,"html_url":"https://github.com/chpro/daikin-prometheus-exporter","commit_stats":null,"previous_names":["chpro/daikin-prometheus-exporter"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/chpro/daikin-prometheus-exporter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chpro%2Fdaikin-prometheus-exporter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chpro%2Fdaikin-prometheus-exporter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chpro%2Fdaikin-prometheus-exporter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chpro%2Fdaikin-prometheus-exporter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chpro","download_url":"https://codeload.github.com/chpro/daikin-prometheus-exporter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chpro%2Fdaikin-prometheus-exporter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31961348,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T00:39:45.007Z","status":"online","status_checked_at":"2026-04-18T02:00:07.018Z","response_time":103,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":"2026-04-18T07:39:26.610Z","updated_at":"2026-04-18T07:39:27.221Z","avatar_url":"https://github.com/chpro.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Daikin prometheus exporter\n\nThe prometheus exporter uses chpro.daikin.api to connect to daikin aircondition devices and collect data\n\n## URL\n\nBy default the sever is listening to port `8080` the prometheus endpoint is mapped to `metrics`\n\n`http://localhost:8080/metrics`\n\n## Configuration\n\nConfiguration is done in application.yml\n\n```\n...\ndaikin:\n  prometheus-exporter:\n    hosts:\n        - ip_address_device_1\n        - ip_address_device_2\n    label-device-name: true # defines if the label of device name should be added to each metric\n    metrics:\n        -\n          uri: aircon/get_sensor_info\n          var: variable_name\n          type: counter | gauge\n          name: name of the metric (if unit is given the name needs also to be suffixed with it)\n          help: a detailed description for the metric\n          label-names:\n            - name1\n            - name2\n          label-values:\n            - value_for_name1\n            - value_for_name2\n          unit: iso units (grams, clesius ..)\n...\n```\n\n### uri\n\ncan be one of\n- common/basic_info\n- aircon/get_control_info\n- aircon/get_sensor_info\n- aircon/get_week_power\n- aircon/get_monitordata\n\n### var\n\nThe name of the field returned by the endpoint which should be exposed via /metrics endpoint\n\n### label-*\n\nStatic labels which should be added to the metric. Lists need to have same length","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchpro%2Fdaikin-prometheus-exporter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchpro%2Fdaikin-prometheus-exporter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchpro%2Fdaikin-prometheus-exporter/lists"}