{"id":24302781,"url":"https://github.com/taigrr/temper-cli","last_synced_at":"2026-02-23T00:30:55.342Z","repository":{"id":142544306,"uuid":"613220481","full_name":"taigrr/temper-cli","owner":"taigrr","description":"CLI for reading TEMPer data","archived":false,"fork":false,"pushed_at":"2023-03-13T19:24:02.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-17T00:19:42.152Z","etag":null,"topics":["temper","temperature-monitoring"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"0bsd","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/taigrr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"taigrr","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2023-03-13T06:26:25.000Z","updated_at":"2023-03-13T06:38:38.000Z","dependencies_parsed_at":"2024-03-16T14:11:24.886Z","dependency_job_id":null,"html_url":"https://github.com/taigrr/temper-cli","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taigrr%2Ftemper-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taigrr%2Ftemper-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taigrr%2Ftemper-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taigrr%2Ftemper-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/taigrr","download_url":"https://codeload.github.com/taigrr/temper-cli/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242225833,"owners_count":20092662,"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":["temper","temperature-monitoring"],"created_at":"2025-01-17T00:19:21.998Z","updated_at":"2026-02-23T00:30:55.322Z","avatar_url":"https://github.com/taigrr.png","language":"Go","funding_links":["https://github.com/sponsors/taigrr"],"categories":[],"sub_categories":[],"readme":"# temper\n\n[![Latest Release](https://img.shields.io/github/release/taigrr/temper-cli.svg?style=for-the-badge)](https://github.com/taigrr/temper-cli/releases)\n[![Software License](https://img.shields.io/badge/license-0BSD-blue.svg?style=for-the-badge)](/LICENSE)\n[![Go ReportCard](https://goreportcard.com/badge/github.com/taigrr/temper-cli?style=for-the-badge)](https://goreportcard.com/report/taigrr/temper-cli)\n\nA simple golang command-line that takes a reading of a TEMPer USB and prints it\nto STDOUT. Uses the [temper](https://github.com/taigrr/temper) library.\n\n## Installation\n\nMake sure you have a working Go environment (Go 1.26+ is required).\nSee the [install instructions](http://golang.org/doc/install.html).\n\nTo install temper-cli, run:\n\n    go install github.com/taigrr/temper-cli@latest\n\n## Usage\n\n```\ntemper-cli          # print temperature in Celsius\ntemper-cli -f       # print temperature in Fahrenheit\n```\n\n\nOn Linux you need to set up some udev rules to be able to access the device as\na non-root/regular user.\nEdit `/etc/udev/rules.d/99-temper.rules` and add these lines:\n\n```\nSUBSYSTEM==\"hidraw\", ATTRS{idVendor}==\"1a86\", ATTRS{idProduct}==\"e025\", GROUP=\"plugdev\", SYMLINK+=\"temper%n\"\nSUBSYSTEM==\"hidraw\", ATTRS{idVendor}==\"0c45\", ATTRS{idProduct}==\"7401\", GROUP=\"plugdev\", SYMLINK+=\"temper%n\"\nSUBSYSTEM==\"hidraw\", ATTRS{idVendor}==\"0c45\", ATTRS{idProduct}==\"7402\", GROUP=\"plugdev\", SYMLINK+=\"temper%n\"\nSUBSYSTEM==\"hidraw\", ATTRS{idVendor}==\"1130\", ATTRS{idProduct}==\"660c\", GROUP=\"plugdev\", SYMLINK+=\"temper%n\"\n```\nNote that there are many versions of the TEMPer USB and your\n`idVendor` and `idProduct` ATTRs may differ.\nThis cli is tested with the model available [here](https://www.pcsensor.com/product-details?product_id=782\u0026brd=1).\nThis is not an endorsement of the product.\n\nMake sure your user is part of the `plugdev` group and reload the rules with\n`sudo udevadm control --reload-rules`.\nUnplug and replug the device.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftaigrr%2Ftemper-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftaigrr%2Ftemper-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftaigrr%2Ftemper-cli/lists"}