{"id":16679037,"url":"https://github.com/dcoles/prometheus-exporters","last_synced_at":"2026-04-15T17:31:20.045Z","repository":{"id":68738276,"uuid":"158855912","full_name":"dcoles/prometheus-exporters","owner":"dcoles","description":"Various Prometheus exporters I've written for personal use.","archived":false,"fork":false,"pushed_at":"2020-08-15T19:10:12.000Z","size":37,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-27T02:54:03.452Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/dcoles.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-11-23T16:30:09.000Z","updated_at":"2020-08-15T19:10:14.000Z","dependencies_parsed_at":"2023-04-24T20:48:48.425Z","dependency_job_id":null,"html_url":"https://github.com/dcoles/prometheus-exporters","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dcoles/prometheus-exporters","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcoles%2Fprometheus-exporters","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcoles%2Fprometheus-exporters/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcoles%2Fprometheus-exporters/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcoles%2Fprometheus-exporters/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dcoles","download_url":"https://codeload.github.com/dcoles/prometheus-exporters/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcoles%2Fprometheus-exporters/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31852635,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"ssl_error","status_checked_at":"2026-04-15T15:24:39.138Z","response_time":63,"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-10-12T13:32:44.675Z","updated_at":"2026-04-15T17:31:20.027Z","avatar_url":"https://github.com/dcoles.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Prometheus Exporters\n\n## Nest\n\nExport metrics from Nest devices (e.g. Nest Thermostat)\n\n### ⚠️ Important\n\nThis exporter uses the old [\"Works with Nest\" API](https://developers.nest.com/)\nwhich has [now been sunset by Google](https://blog.google/products/google-nest/works-with-nest).\n\nYou can still use this exporter, but only if you have a pre-existing developer token.\n\n\n## OpenWeather\n\nExport metrics from [OpenWeather](https://openweathermap.org/).\n\nRequires an [`appid`](https://openweathermap.org/appid) to be able to fetch metrics using the\n[One Call API](https://openweathermap.org/api/one-call-api)\n\n### Config\n\n```json5\n{\n  // OpenWeather config (required)\n  \"openweather\": {\n    // OpenWeather appid (required)\n    \"appid\": \"xxx\",\n    // Locations to monitor (mapping of location name to lat/long)\n    \"locations\": {\n      \"Melbourne, VIC\": {\n        \"lat\": -37.813611, \"long\": 144.963056\n      }\n    }\n  }\n}\n```\n\n\n## Hue\n\nExport metrics from [Philips Hue](https://www.philips-hue.com/).\n\n### Config\n\n```json5\n{\n  \"nest\": {\n    // IP address of Hue hub\n    \"ipaddress\": \"192.168.1.10\",\n\n    // API username\n    \"username\": \"xxx\"\n  }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdcoles%2Fprometheus-exporters","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdcoles%2Fprometheus-exporters","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdcoles%2Fprometheus-exporters/lists"}