{"id":43543866,"url":"https://github.com/roeldev/youless-client","last_synced_at":"2026-02-03T18:39:28.164Z","repository":{"id":225415653,"uuid":"765924828","full_name":"roeldev/youless-client","owner":"roeldev","description":"Client written in Go for YouLess energy monitor ","archived":false,"fork":false,"pushed_at":"2025-03-10T15:42:01.000Z","size":126,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-14T19:22:11.570Z","etag":null,"topics":["client","energy-monitor","go","golang","home-automation","iot","youless"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/roeldev.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":"2024-03-01T22:22:18.000Z","updated_at":"2025-03-10T15:40:31.000Z","dependencies_parsed_at":"2024-03-22T19:30:50.149Z","dependency_job_id":"fddda5b8-b92e-4721-be3a-ee587e9099b9","html_url":"https://github.com/roeldev/youless-client","commit_stats":null,"previous_names":["project-casa/youless-client","roeldev/youless-client"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/roeldev/youless-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roeldev%2Fyouless-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roeldev%2Fyouless-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roeldev%2Fyouless-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roeldev%2Fyouless-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/roeldev","download_url":"https://codeload.github.com/roeldev/youless-client/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roeldev%2Fyouless-client/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29052751,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-03T15:43:47.601Z","status":"ssl_error","status_checked_at":"2026-02-03T15:43:46.709Z","response_time":96,"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":["client","energy-monitor","go","golang","home-automation","iot","youless"],"created_at":"2026-02-03T18:39:27.609Z","updated_at":"2026-02-03T18:39:28.158Z","avatar_url":"https://github.com/roeldev.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"Client for YouLess energy monitor\n=================================\n[![Latest release][latest-release-img]][latest-release-url]\n[![Build status][build-status-img]][build-status-url]\n[![Go Report Card][report-img]][report-url]\n[![Documentation][doc-img]][doc-url]\n\n[latest-release-img]: https://img.shields.io/github/release/roeldev/youless-client.svg?label=latest\n\n[latest-release-url]: https://github.com/roeldev/youless-client/releases\n\n[build-status-img]: https://github.com/roeldev/youless-client/actions/workflows/test.yml/badge.svg\n\n[build-status-url]: https://github.com/roeldev/youless-client/actions/workflows/test.yml\n\n[report-img]: https://goreportcard.com/badge/github.com/roeldev/youless-client\n\n[report-url]: https://goreportcard.com/report/github.com/roeldev/youless-client\n\n[doc-img]: https://godoc.org/github.com/roeldev/youless-client?status.svg\n\n[doc-url]: https://pkg.go.dev/github.com/roeldev/youless-client\n\n\nPackage `youless` contains a client which can read from the api of a _YouLess_ device.\n\n```sh\ngo get github.com/roeldev/youless-client\n```\n\n```go\nimport \"github.com/roeldev/youless-client\"\n```\n\n### API\n\n| Method            | Endpoint | Description                         |\n|-------------------|----------|-------------------------------------|\n| `GetDeviceInfo`   | /d       | Get device information              |\n| `GetMeterReading` | /e       | Get meter reading                   |\n| `GetPhaseReading` | /f       | Get phase reading                   |\n| `GetP1Telegram`   | /V?p=#   | Get P1 telegram                     | \n| `GetLog`          | /V       | Get report of `Electricity` utility |\n|                   | /W       | Get report of `Gas` utility         |\n|                   | /K       | Get report of `Water` utility       |\n|                   | /Z       | Get report of `S0` utility          |\n\n### Utilities\n\n| Const         | Page | Units     |\n|---------------|------|-----------|\n| `Electricity` | `V`  | Watt, kWh |\n| `S0`          | `Z`  | Watt, kWh |\n| `Gas`         | `W`  | L, m3     |\n| `Water`       | `K`  | L, m3     |\n\n### Intervals\n\n| Const      | Interval   | Param | LS110 history* | LS120 history*   | Unit (electricity/s0) | Unit (gas/water) |\n|------------|------------|-------|----------------|------------------|-----------------------|------------------|\n| `PerMin`   | 1 minute   | `h`   | 1 hour (2x30)  | 10 hours (20x30) | watt                  | n/a              |\n| `Per10Min` | 10 minutes | `w`   | 1 day (3x48)   | 10 days (30x48)  | watt                  | liter            |\n| `PerHour`  | 1 hour     | `d`   | 7 days (7x24)  | 70 days (70x24)  | watt                  | liter            |\n| `PerDay`   | 1 day      | `m`   | 1 year (12x31) | 1 year (12x31)   | kWh                   | m3 (cubic meter) |\n\n* = max. history (amount of pages x data entries)\n\n### Units\n\n| Const        | API equiv. | Utilities       |\n|--------------|------------|-----------------|\n| `Watt`       | Watt       | electricity, s0 |\n| `KWh`        | kWh        | electricity, s0 |\n| `Liter`      | L          | gas, water      |\n| `CubicMeter` | m3         | gas, water      |\n\n## Documentation\n\nAdditional detailed documentation is available at [pkg.go.dev][doc-url]\n\n## Links\n\n- YouLess: https://youless.nl\n- YouLess API info: http://wiki.td-er.nl/index.php?title=YouLess\n\n## Created with\n\n\u003ca href=\"https://www.jetbrains.com/?from=roeldev\" target=\"_blank\"\u003e\u003cimg src=\"https://resources.jetbrains.com/storage/products/company/brand/logos/GoLand_icon.png\" width=\"35\" /\u003e\u003c/a\u003e\n\n## License\n\nCopyright © 2024-2025 [Roel Schut](https://roelschut.nl). All rights reserved.\n\nThis project is governed by a BSD-style license that can be found in the [LICENSE](LICENSE) file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froeldev%2Fyouless-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Froeldev%2Fyouless-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froeldev%2Fyouless-client/lists"}