{"id":42395144,"url":"https://github.com/chriscamicas/gazdebordeaux-ha","last_synced_at":"2026-04-25T10:10:07.241Z","repository":{"id":209503833,"uuid":"724237710","full_name":"chriscamicas/gazdebordeaux-ha","owner":"chriscamicas","description":"Gaz De Bordeaux Home Assistant Integration","archived":false,"fork":false,"pushed_at":"2025-01-20T08:16:59.000Z","size":35,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-20T09:25:00.897Z","etag":null,"topics":["consumption-data","gas","home-assistant","meter"],"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/chriscamicas.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","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":"2023-11-27T17:13:10.000Z","updated_at":"2025-01-20T08:15:22.000Z","dependencies_parsed_at":"2023-11-27T18:33:22.053Z","dependency_job_id":"1283ba16-eaa7-4dfd-a4f5-6a0fd25dd581","html_url":"https://github.com/chriscamicas/gazdebordeaux-ha","commit_stats":null,"previous_names":["chriscamicas/gazdebordeaux-ha"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/chriscamicas/gazdebordeaux-ha","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chriscamicas%2Fgazdebordeaux-ha","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chriscamicas%2Fgazdebordeaux-ha/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chriscamicas%2Fgazdebordeaux-ha/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chriscamicas%2Fgazdebordeaux-ha/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chriscamicas","download_url":"https://codeload.github.com/chriscamicas/gazdebordeaux-ha/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chriscamicas%2Fgazdebordeaux-ha/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28830870,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T23:29:49.665Z","status":"ssl_error","status_checked_at":"2026-01-27T23:25:58.379Z","response_time":168,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["consumption-data","gas","home-assistant","meter"],"created_at":"2026-01-28T00:57:07.213Z","updated_at":"2026-04-25T10:10:07.202Z","avatar_url":"https://github.com/chriscamicas.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Home Assistant Gaz De Bordeaux integration\n\n## Installation\n### Method 1 : HACS (recommended)\n\nFollow the steps described below to add GrDF Gazpar integration with [HACS](https://hacs.xyz/):\n\n1. From [HACS](https://hacs.xyz/) (Home Assistant Community Store), search for \"Gaz de Bordeaux\".\n\n2. Click to open and click on `DOWNLOAD` button on the lower right of this window.\n\n3. Keep the last version and click the button `DOWNLOAD` on the lower right.\n\n4. The integration is now downloaded but it remains to be configured.\n\n### Method 2 : Manual\n\nCopy the gazdebordeaux directory in HA config/custom_components/gazdebordeaux directory.\n\n`scp -r ./gazdebordeaux hass:/root/config/custom_components`\n\n## Configuration\nAfter the installation, restart your HA application. You could now add the `Gaz De Bordeaux` directly like any other integration. You should be prompted with a form asking for your login and password.\nThis is the login you should use to check your consumption on the following website: https://life.gazdebordeaux.fr/\n\n## Home Assistant Energy module integration\n\nYou probably want to integrate Gaz De Bordeaux data into the Home Assistant Energy module.\n\n![Dashboard](images/energy_module.png)\n\nIn Home Assistant energy configuration panel, you can set directly the sensor `gazdebordeaux:energy_consumption` in the gas consumption section, and `sensor.currently_bill_cost_to_date`\n\n## Specific dashboard\n\nIf you prefer a specific dashboard to the Energy module, I recommend using the following template\n```yaml\n  - title: Energy\n    path: energy\n    icon: mdi:lightning-bolt\n    type: sidebar\n    badges: []\n    cards:\n      - chart_type: line\n        period: day\n        type: statistics-graph\n        entities:\n          - entity: gazdebordeaux:energy_consumption\n            name: Conso\n        stat_types:\n          - state\n        title: Conso kWh\n        hide_legend: true\n      - type: statistic\n        entity: gazdebordeaux:energy_consumption\n        period:\n          calendar:\n            period: month\n        stat_type: change\n        view_layout:\n          position: sidebar\n        name: Month consumption\n      - type: statistic\n        entity: gazdebordeaux:energy_cost\n        period:\n          calendar:\n            period: month\n        stat_type: change\n        unit: €\n        view_layout:\n          position: sidebar\n        name: Month cost\n      - type: entities\n        entities:\n          - entity: sensor.current_bill_gas_cost_to_date\n            icon: mdi:currency-eur\n          - entity: sensor.current_bill_gas_usage_to_date\n          - entity: sensor.current_energy_usage_to_date\n        view_layout:\n          position: sidebar\n      - chart_type: line\n        period: day\n        type: statistics-graph\n        entities:\n          - entity: gazdebordeaux:energy_cost\n            name: Coût\n        stat_types:\n          - state\n        hide_legend: true\n        title: Coût €\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchriscamicas%2Fgazdebordeaux-ha","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchriscamicas%2Fgazdebordeaux-ha","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchriscamicas%2Fgazdebordeaux-ha/lists"}