{"id":18756477,"url":"https://github.com/octoprint/octoprint-pisupport","last_synced_at":"2025-07-23T02:05:09.120Z","repository":{"id":40390193,"uuid":"351821927","full_name":"OctoPrint/OctoPrint-PiSupport","owner":"OctoPrint","description":"OctoPrint plugin that provides additional information about your Pi in the UI","archived":false,"fork":false,"pushed_at":"2025-07-22T14:09:43.000Z","size":144,"stargazers_count":27,"open_issues_count":3,"forks_count":5,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-07-22T14:32:36.462Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/OctoPrint.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,"zenodo":null}},"created_at":"2021-03-26T15:09:26.000Z","updated_at":"2025-07-22T14:09:47.000Z","dependencies_parsed_at":"2025-01-07T22:07:51.052Z","dependency_job_id":"8788356c-c61a-4d0b-9ddd-ad3eaf01aed6","html_url":"https://github.com/OctoPrint/OctoPrint-PiSupport","commit_stats":{"total_commits":56,"total_committers":5,"mean_commits":11.2,"dds":0.3035714285714286,"last_synced_commit":"a30645756563dc56559e4055f58c95f5169e35fc"},"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/OctoPrint/OctoPrint-PiSupport","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OctoPrint%2FOctoPrint-PiSupport","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OctoPrint%2FOctoPrint-PiSupport/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OctoPrint%2FOctoPrint-PiSupport/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OctoPrint%2FOctoPrint-PiSupport/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OctoPrint","download_url":"https://codeload.github.com/OctoPrint/OctoPrint-PiSupport/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OctoPrint%2FOctoPrint-PiSupport/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266604009,"owners_count":23954725,"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","status":"online","status_checked_at":"2025-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-11-07T17:36:47.771Z","updated_at":"2025-07-23T02:05:09.086Z","avatar_url":"https://github.com/OctoPrint.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pi Support\n\nThe Pi Support plugin provides additional information about your Pi in the UI and also\nalerts you about undervoltage or overheating issues observed on your Pi or if your Pi is\nunsupported. If you are running OctoPi, the Pi Support plugin will also provide additional\ninformation about that.\n\nOctoPrint will only load this plugin when it detects that it is being run on a\nRaspberry Pi.\n\nThis plugin was bundled right with OctoPrint's sources until version 1.6.0. It has been\nextracted into a standalone project to allow for a different release cycle, but is still\nconsidered a bundled plugin.\n\n## Setup\n\nThe plugin is part of the core dependencies of OctoPrint 1.6.0+ and will be installed automatically alongside it.\n\nIn case you want to manually install it into an older version for whatever reason, install via the bundled\n[Plugin Manager](https://docs.octoprint.org/en/master/bundledplugins/pluginmanager.html)\nor manually using this URL:\n\n    https://github.com/OctoPrint/OctoPrint-PiSupport/archive/main.zip\n\nTo install and/or rollback to a specific version `\u003cversion\u003e`, either use this URL in the plugin manager:\n\n    https://github.com/OctoPrint/OctoPrint-PiSupport/archive/\u003cversion\u003e.zip\n\nor run\n\n    pip install OctoPrint-PiSupport==\u003cversion\u003e\n\nin your OctoPrint virtual environment, substituting `\u003cversion\u003e` accordingly.\n\n## Events\n\n### plugin_pi_support_throttle_state\n\n*(as `Events.PLUGIN_PI_SUPPORT_THROTTLE_STATE`)*\n\nA change in throttle state was detected.\n\nPayload:\n  * `raw_value`: The raw throttle state value as received from `vcgencmd get_throttled`\n  * `current_undervolate`: Whether there is currently an undervoltage condition\n  * `past_undervoltage`: Whether there has been an undervoltage condition since last boot\n  * `current_overheat`: Whether there is currently an overheat condition\n  * `past_overheat`: Whether there has been an overheat condition since last boot\n  * `current_issue`: Whether there is currently an undervoltage or overheat condition\n  * `past_issue`: Whether there has been either an undervoltage or overheat condition since last boot\n\n## Helpers\n\n### get_throttled\n\nAccess to `get_throttle_state`, to retrieve the current throttle state. Returns a `dict`\nwith the same fields as the `PLUGIN_PI_SUPPORT_THROTTLE_STATE` event payload. By setting\nthe keyword argument `run_now` set to `True`, the throttle state will be refreshed before\nreturning.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foctoprint%2Foctoprint-pisupport","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foctoprint%2Foctoprint-pisupport","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foctoprint%2Foctoprint-pisupport/lists"}