{"id":48971841,"url":"https://github.com/chpro/eta-prometheus-exporter","last_synced_at":"2026-04-18T07:39:27.023Z","repository":{"id":159905860,"uuid":"619263871","full_name":"chpro/eta-prometheus-exporter","owner":"chpro","description":"Prometheus exporter designed to gather data from the ETA touch API and present it in a usable format.","archived":false,"fork":false,"pushed_at":"2023-10-11T10:44:55.000Z","size":85,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-04-18T18:54:08.364Z","etag":null,"topics":["eta","heating","heating-monitoring","prometheus","prometheus-exporter"],"latest_commit_sha":null,"homepage":"","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}},"created_at":"2023-03-26T18:32:22.000Z","updated_at":"2023-10-11T09:54:42.000Z","dependencies_parsed_at":"2023-10-11T10:57:09.422Z","dependency_job_id":null,"html_url":"https://github.com/chpro/eta-prometheus-exporter","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/chpro/eta-prometheus-exporter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chpro%2Feta-prometheus-exporter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chpro%2Feta-prometheus-exporter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chpro%2Feta-prometheus-exporter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chpro%2Feta-prometheus-exporter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chpro","download_url":"https://codeload.github.com/chpro/eta-prometheus-exporter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chpro%2Feta-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":["eta","heating","heating-monitoring","prometheus","prometheus-exporter"],"created_at":"2026-04-18T07:39:26.349Z","updated_at":"2026-04-18T07:39:27.014Z","avatar_url":"https://github.com/chpro.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ETA prometheus exporter\n\nThe prometheus exporter uses chpro.eta.api to connect to eta heating system (ETA Heiztechnik GmbH) 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...\n\neta:\n  prometheus-exporter:\n    host: example.com\n    metrics:\n        -\n          uri: /40/10201/0/0/12042\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, celsius ..); status has special logic. It is calculated by (value - advTextOffset) additionally content of attribute text is added as label with name status (e.g. status = on)\n        \n...\n```\n\n### uri\n\nThe uri from xml without prefix `/usr/var` or `/usr/varinfo` e.g. `/40/10021/0/0/10990`.\n\n### label-*\n\nStatic labels which should be added to the metric. Lists need to have same length\n\n## Run docker container\n\n### with default config\n\nReplace `IP_ADDRESS` with the IP or hostname of the etatouch device.\n\n```\ndocker run -d -p 8080:8080 -e eta_prometheus_exporter_host=IP_ADDRESS --restart=always --name eta-prometheus-exporter ghcr.io/chpro/eta-prometheus-exporter:latest\n```\n\n### with custom configuration\n\nmake a copy of `src/main/resources/application.yml` and adapt it to your needs\n\n```\ndocker run -v /pah/to/application.yml:/home/app/resources/application.yml -d -p 8080:8080 --restart=always --name eta-prometheus-exporter ghcr.io/chpro/eta-prometheus-exporter:latest\n```\n\nReplace `/pah/to/application.yml` with absolute path to the copied file","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchpro%2Feta-prometheus-exporter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchpro%2Feta-prometheus-exporter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchpro%2Feta-prometheus-exporter/lists"}