Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/malykhin/octoprint-printer_poweroff
Octoprint plugin for automating printer power off in different scenarios. Works with Meross smart plugs.
https://github.com/malykhin/octoprint-printer_poweroff
meross octoprint plugin
Last synced: about 1 month ago
JSON representation
Octoprint plugin for automating printer power off in different scenarios. Works with Meross smart plugs.
- Host: GitHub
- URL: https://github.com/malykhin/octoprint-printer_poweroff
- Owner: malykhin
- Created: 2021-12-15T07:50:06.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-12T01:38:29.000Z (about 2 years ago)
- Last Synced: 2024-10-24T21:35:46.457Z (3 months ago)
- Topics: meross, octoprint, plugin
- Language: Python
- Homepage:
- Size: 125 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OctoPrint-Printer_poweroff
Octoprint plugin to power off printer features in cases of:
- successful print;
- print cancelled because of the error;
- extruder or bed overheat.Works with Meross smart plugs.
## Setup
Install manually using this URL:
https://github.com/malykhin/OctoPrint-Printer_poweroff/archive/master.zip
## Settings
Plugin setup is done via this screen:
![settings screenshot](resources/settings.png)
Breakdown:
- `Device Name` - smart socket name. Use the Meross app to check/change it.
- `Meross Email` / `Meross Password` - Your Meross app credentials
- `Power Off Delay` - number of seconds from printer finishes print and power-off event.
- `Cut-off Extruder Temp` / `Cut-off Bed Temp` - Maximum extruder and bed temperatures. The printer will be shut off immediately if reached.
- `Enabled` - enables power-off on print end or error. The temperature guard works when the plugin is installed and is not controlled by this checkbox.