{"id":17680585,"url":"https://github.com/robacarp/raspberry-pi-temperature","last_synced_at":"2025-03-30T19:12:08.979Z","repository":{"id":66257230,"uuid":"178431125","full_name":"robacarp/raspberry-pi-temperature","owner":"robacarp","description":null,"archived":false,"fork":false,"pushed_at":"2019-03-29T16:54:10.000Z","size":20,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-05T21:35:27.139Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/robacarp.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,"publiccode":null,"codemeta":null}},"created_at":"2019-03-29T15:29:26.000Z","updated_at":"2019-03-29T16:54:11.000Z","dependencies_parsed_at":"2023-02-20T18:45:49.260Z","dependency_job_id":null,"html_url":"https://github.com/robacarp/raspberry-pi-temperature","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/robacarp%2Fraspberry-pi-temperature","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robacarp%2Fraspberry-pi-temperature/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robacarp%2Fraspberry-pi-temperature/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robacarp%2Fraspberry-pi-temperature/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/robacarp","download_url":"https://codeload.github.com/robacarp/raspberry-pi-temperature/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246365645,"owners_count":20765546,"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":[],"created_at":"2024-10-24T09:08:24.090Z","updated_at":"2025-03-30T19:12:08.953Z","avatar_url":"https://github.com/robacarp.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"### Send CPU / GPU temperature from a raspberry-pi to AWS Cloudwatch\n\n![](temperature-graph.png)\n\n#### Installation\n\nNeeds:\n\n- python3 (should be installed)\n- pip `curl -O https://bootstrap.pypa.io/get-pip.py \u0026\u0026 sudo python3 getpip.py`\n- aws cli `sudo pip3 install awscli --upgrade`\n- environment variables for AWS CLI (added to /etc/environment):\n  - `AWS_ACCESS_KEY_ID`\n  - `AWS_SECRET_ACCESS_KEY`\n\nAWS CLI version: `aws-cli/1.16.134 Python/3.5.3 Linux/4.14.62-v7+ botocore/1.12.124`\n\n#### AWS IAM Permissions\n\nCreate a dedicated AWS API user, and attach this policy to it:\n\n    {\n        \"Version\": \"2012-10-17\",\n        \"Statement\": [\n            {\n                \"Sid\": \"VisualEditor0\",\n                \"Effect\": \"Allow\",\n                \"Action\": \"cloudwatch:PutMetricData\",\n                \"Resource\": \"*\"\n            }\n        ]\n    }\n\nThen create an Access Key and put the Key ID and Secret in /etc/environment.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobacarp%2Fraspberry-pi-temperature","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frobacarp%2Fraspberry-pi-temperature","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobacarp%2Fraspberry-pi-temperature/lists"}