{"id":16151229,"url":"https://github.com/stefansundin/temper-collectd","last_synced_at":"2026-04-27T22:31:05.001Z","repository":{"id":148603265,"uuid":"46236802","full_name":"stefansundin/temper-collectd","owner":"stefansundin","description":":snowflake: Collectd support for TEMPer USB Device.","archived":false,"fork":false,"pushed_at":"2017-01-02T00:37:29.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-06T22:44:55.657Z","etag":null,"topics":["collectd","linux","temper"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stefansundin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2015-11-15T21:31:56.000Z","updated_at":"2019-01-06T00:43:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"ed12d18c-cb66-4660-ad2a-032ee268229c","html_url":"https://github.com/stefansundin/temper-collectd","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/stefansundin/temper-collectd","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefansundin%2Ftemper-collectd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefansundin%2Ftemper-collectd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefansundin%2Ftemper-collectd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefansundin%2Ftemper-collectd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stefansundin","download_url":"https://codeload.github.com/stefansundin/temper-collectd/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefansundin%2Ftemper-collectd/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32358509,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T20:07:02.737Z","status":"ssl_error","status_checked_at":"2026-04-27T20:07:00.910Z","response_time":128,"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":["collectd","linux","temper"],"created_at":"2024-10-10T00:55:11.817Z","updated_at":"2026-04-27T22:31:04.986Z","avatar_url":"https://github.com/stefansundin.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Install\n\nPython 3:\n\n```shell\nsudo apt-get install python3-usb python3-pip\nsudo pip3 install -r requirements.txt\nsudo cp 60-temper.rules /lib/udev/rules.d/\nsudo ln -s `pwd`/temper.py /usr/local/bin/temper.py\n```\n\nPython 2:\n\n```shell\nsudo apt-get install python-usb python-pip\nsudo pip install -r requirements.txt\nsudo cp 60-temper.rules /lib/udev/rules.d/\nsudo ln -s `pwd`/temper.py /usr/local/bin/temper.py\n```\n\n## collectd.conf\n\n```\nLoadPlugin exec\n\u003cPlugin exec\u003e\n  Interval 60\n  Exec \"your_username:input\" \"/usr/local/bin/temper.py\"\n\u003c/Plugin\u003e\n```\n\n```shell\nsudo service collectd restart\n```\n\n## graph example\n\n```\nCOLLECTD=/var/lib/collectd/rrd/raspberrypi/\n\nrrdtool graph graphs/1d_temp.png \\\n  --start -86400 \\\n  --end now \\\n  -w 1200 -h 400 \\\n  -a PNG \\\n  --slope-mode \\\n  --title \"temp (1 day)\" \\\n  --watermark \"$DATE\" \\\n  --vertical-label \"Temperature (C)\" \\\n  --x-grid HOUR:1:HOUR:6:HOUR:1:0:%H \\\n  DEF:temp1=$COLLECTD/temper-0/temperature.rrd:value:AVERAGE \\\n  LINE1:temp1#ff0000:\"temper\" \\\n  \u003e /dev/null\n\nrrdtool graph 1m_temp.png \\\n  --start -2592000 \\\n  --end now \\\n  -w 1200 -h 400 \\\n  -a PNG \\\n  --slope-mode \\\n  --title \"temp (1 month)\" \\\n  --watermark \"$DATE\" \\\n  --vertical-label \"Temperature (C)\" \\\n  --x-grid HOUR:4:WEEK:1:DAY:1:0:%d \\\n  DEF:temp1=$COLLECTD/temper-0/temperature.rrd:value:AVERAGE \\\n  LINE1:temp1#ff0000:\"temper\" \\\n  \u003e /dev/null\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstefansundin%2Ftemper-collectd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstefansundin%2Ftemper-collectd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstefansundin%2Ftemper-collectd/lists"}