entrippy / OctoPrint-OctoHue

Illuminate your print job and signal its status using a Philips Hue lights.
GNU Affero General Public License v3.0
18 stars 4 forks source link

Delayed and automated power off. #44

Open tockmos opened 3 years ago

tockmos commented 3 years ago

Hi, i use this plugin with Hue Smart Plugs to switch power on/off for my printers.

Works great, but it would be nice to have delayed and automated power off:

  1. Delaying power off until Hot end is 50 degrees C.
  2. Automatic shut of 15 min after a print is done.
entrippy commented 10 months ago

ooohhh... this is a gnarly one.

I see the intent, and given the name (octohue) it makes sense to extend support for it maybe, but it is beyond the original scope of the plugin.

Let me have a think on this. Everything is doable, but I also need to avoid this sprawling into an everything app.

entrippy commented 4 months ago

@tockmos help me think something through here.... time and temp... whichever comes last? As in power off after 15 mins, but only if the temp is below 50, otherwise wait for 50?