{"id":13413403,"url":"https://github.com/maxatome/go-vitotrol","last_synced_at":"2025-04-13T16:20:35.452Z","repository":{"id":12777620,"uuid":"72781849","full_name":"maxatome/go-vitotrol","owner":"maxatome","description":"golang client library to Viessmann Vitotrol web service","archived":false,"fork":false,"pushed_at":"2024-09-19T08:22:06.000Z","size":98,"stargazers_count":23,"open_issues_count":0,"forks_count":9,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-03-27T07:11:20.591Z","etag":null,"topics":["golang","golang-package","viessmann","vitodens","vitotrol"],"latest_commit_sha":null,"homepage":"https://godoc.org/github.com/maxatome/go-vitotrol","language":"Go","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/maxatome.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":"2016-11-03T19:59:43.000Z","updated_at":"2024-09-19T08:22:05.000Z","dependencies_parsed_at":"2024-11-06T06:35:19.139Z","dependency_job_id":null,"html_url":"https://github.com/maxatome/go-vitotrol","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxatome%2Fgo-vitotrol","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxatome%2Fgo-vitotrol/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxatome%2Fgo-vitotrol/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxatome%2Fgo-vitotrol/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maxatome","download_url":"https://codeload.github.com/maxatome/go-vitotrol/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248741690,"owners_count":21154354,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["golang","golang-package","viessmann","vitodens","vitotrol"],"created_at":"2024-07-30T20:01:39.532Z","updated_at":"2025-04-13T16:20:35.417Z","avatar_url":"https://github.com/maxatome.png","language":"Go","funding_links":[],"categories":["Messaging","消息系统","Relational Databases","\u003cspan id=\"消息-messaging\"\u003e消息 Messaging\u003c/span\u003e","消息传递","消息","机器学习"],"sub_categories":["Advanced Console UIs","SQL 查询语句构建库","Search and Analytic Databases","\u003cspan id=\"高级控制台用户界面-advanced-console-uis\"\u003e高级控制台用户界面 Advanced Console UIs\u003c/span\u003e","交流","检索及分析资料库"],"readme":"Package `go-vitotrol` provides access to the Viessmann™\nVitotrol™ cloud API for controlling/monitoring boilers.\n\n[![Build Status](https://travis-ci.org/maxatome/go-vitotrol.svg)](https://travis-ci.org/maxatome/go-vitotrol)\n[![Coverage Status](https://coveralls.io/repos/github/maxatome/go-vitotrol/badge.svg?branch=master)](https://coveralls.io/github/maxatome/go-vitotrol?branch=master)\n[![Go Report Card](https://goreportcard.com/badge/github.com/maxatome/go-vitotrol)](https://goreportcard.com/report/github.com/maxatome/go-vitotrol)\n[![GoDoc](https://godoc.org/github.com/maxatome/go-vitotrol?status.svg)](https://godoc.org/github.com/maxatome/go-vitotrol)\n\nSee https://www.viessmann.com/app_vitodata/VIIWebService-1.16.0.0/iPhoneWebService.asmx\n\nOnly requests I really need are currently implemented:\n- Login\n- GetDevices\n- RequestRefreshStatus\n- RequestWriteStatus\n- GetData\n- WriteData\n- RefreshData\n- GetErrorHistory\n- GetTimesheet\n- WriteTimesheetData\n- GetTypeInfo\n\nAny pull-request is welcome.\n\n## Install\n\n### The `vitotrol` command\n\nTo obtain a `vitotrol` executable in `$GOPATH/bin/` directory if\n`GOPATH` environment variable exists or in `$HOME/go/bin` otherwise:\n\n#### starting go 1.18\n\n```\ngo install github.com/maxatome/go-vitotrol/cmd/vitotrol@master\n```\n\n#### before go 1.18\n\n```\ngo get -u github.com/maxatome/go-vitotrol/cmd/vitotrol\n```\n\n### The library\n```\ngo get -u github.com/maxatome/go-vitotrol\n```\n\n`-u` became useless since go 1.18.\n\n## Example\n\nSee `cmd/vitotrol/*.go` for an example of use.\n\nExecutable `vitotrol` usage follows:\n\n```\nusage: vitotrol [OPTIONS] ACTION [PARAMS]\n  -config string\n        login+password config file\n  -debug\n        print debug information\n  -device string\n        DeviceID, index, DeviceName, DeviceId@LocationID, DeviceName@LocationName (see `devices' action) (default \"0\")\n  -json\n        used by `timesheet' action to display timesheets using JSON format\n  -login string\n        login on vitotrol API\n  -password string\n        password on vitotrol API\n  -verbose\n        print verbose information\n\nACTION \u0026 PARAMS can be:\n- devices              list all available devices\n- list [attrs|timesheets]  list attribute (default) or timesheet names\n- get ATTR_NAME ...    get the value of attributes ATTR_NAME, ... on vitodata\n                         server\n- get all              get all known attributes on vitodata server\n- rget ATTR_NAME ...   refresh then get the value of attributes ATTR_NAME, ...\n                         on vitodata server\n- rget all             refresh than get all known attributes on vitodata server\n- bget ATTR_IDX ...    get the value of attributes ATTR_IDX, ... on vitodata\n                         server without checking their validity before (for\n                         developing purpose)\n- rbget ATTR_IDX ...   refresh then get the value of attributes ATTR_IDX, ...\n                         on vitodata server without checking their validity\n                         before (for developing purpose)\n- set ATTR_NAME VALUE  set the value of attribute ATTR_NAME to VALUE\n- timesheet TIMESHEET ...\n                       get the timesheet TIMESHEET data\n- set_timesheet TIMESHEET '{\"wday\":[{\"from\":630,\"to\":2200},...],...}'\n                       replace the whole timesheet TIMESHEET\n                       wday is either a day (eg. mon) or a range of days\n                       (eg. mon-wed or sat-mon)\n                       The JSON content can be in a file with the syntax @file\n- errors               get the error history\n- remote_attrs         list server available attributes\n                         (for developing purpose)\n```\n\nThe config file is a two lines file containing the LOGIN on the first\nline and the PASSWORD on the second, and is named\n`$HOME/.vitotrol-api` by default (when all `--config`, `--login` and\n`--password` options are missing or empty):\n\n```\nLOGIN\nPASSWORD\n```\n\n## License\n\ngo-vitotrol is released under the MIT License.\n\n\n## Miscellaneous\n\nWant to automatically feed an Influx database with attribute values?\nSee [vitotrol2influx](https://github.com/maxatome/vitotrol2influx).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxatome%2Fgo-vitotrol","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaxatome%2Fgo-vitotrol","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxatome%2Fgo-vitotrol/lists"}