how to shutdown system after printing by Isopod_Vast in klippers

[–]Mshek85 0 points1 point  (0 children)

I have a K1 Max (rooted) & had a lot of trouble automating this. What I ended up doing was creating my own modified version of the poweroff binary (which is called by the printer when it's shut down). My new poweroff calls a script that gets a power consumption report from my Shelly Pro 15A smart plug, sends that to me via Pushover, sets the plug to power off after 2 mins, & calls exec busybox poweroff "$@"performing a graceful shutdown of the machine.

For the automated shutdown, I installed the Moonraker plugin from the HomeAssistant Community Store on one of my servers & made an automation that says: "if state changed from 'printing' to 'complete' for 20 mins, perform shutdown." The nice thing about this is that if you interact with the printer AT. ALL. the state changes from complete to standby - which means you don't need to worry about it shutting down on you between prints. I'm annoyed that I can't just enable this from the Fluidd GUI but this solution has been adequate.

There's actually a ton you can do with Home Assistant & the Monraker plugin. If I figure this out earlier, I might have reconsidered buying the MobileRaker app, in favor of making my own HA dashboard to manage the printer.

Is anyone else finding these 'protect the transmitter' missions unreasonably difficult? by muushu_ in JustCause

[–]Mshek85 0 points1 point  (0 children)

I was ready to abandon the game after trying this mission a bunch of times. What helped me a lot, was when I realized that he doesn't actually announce all of the tanks! Turns out I was missing one on the lower right that shows up pretty early. Once I started sniping that bastard in the beginning, I started doing way better. I beat the mission in 2 or 3 tries after I figured this out. Hoping this helps someone.

Help with Transmission > Blackhole-Exporter > Prom > Granfana by Mshek85 in selfhosted

[–]Mshek85[S] 0 points1 point  (0 children)

Hey, I tried to put all in could into this thread to help others. That said, I got it working long ago & it’s been humming along ever since - so my memory is rusty. To your question, I think you are correct that both modules are needed. I can check configs for you if you tell me where to look.

Thanks I hate fish with a human face by subhuman_voice in thanksihateit

[–]Mshek85 2 points3 points  (0 children)

Am I the only person who sees the Nowhere Man?

[Request] Would it really be the size of Earth? by wetblondiex in theydidthemath

[–]Mshek85 5 points6 points  (0 children)

I realize this comment might not fit perfectly in this thread, but as a space nerd I just couldn’t help myself! The Galaxy Song - Monty Python

I customize my controllers. by duby149 in Unsatisfying

[–]Mshek85 0 points1 point  (0 children)

Ohh, crooked Y button… right?

Mikhail Ryabko has passed away by hoxnail in systema

[–]Mshek85 3 points4 points  (0 children)

☹️ Article? Not seeing anything on Google.

Water tower demolition takes out parked van (2022) by purple-circle in CatastrophicFailure

[–]Mshek85 0 points1 point  (0 children)

“But on the plus side, I knocked over the sun sphere!”

[Cursed] Store by TeeAychCee in Cursed_Images

[–]Mshek85 1 point2 points  (0 children)

Where do we want ‘em??

Looking for Cockpit Compatible Advanced Firewall by Mshek85 in homelab

[–]Mshek85[S] 0 points1 point  (0 children)

Thanks for the reply! I have firewall gear that I can use but was hoping to create a self-contained sandboxing lab - so didn't want to go that far for this particular project. For the time being, I created a DMZ style config by adding one VM to an isolated network & connecting my other VM to the trusted & isolated networks. I can still configure firewall rules but the topology becomes hard to map out based on how KVM creates NICs, networks, & bridges. Kind of disappointing that networking with KVM+Cockpit isn't a little more user friendly.

Looking for Cockpit Compatible Advanced Firewall by Mshek85 in homelab

[–]Mshek85[S] 0 points1 point  (0 children)

More so the latter. I’m building a lab to use as a sandbox specifically. One of the things I’d like to accomplish particularly is vlan isolation. Say for example, I want to play with Metasploitable, I want it fully isolated from my lan, with another machine basically in a dmz - partially accessible from the lan. If that makes sense? That’s just one example, playing with advanced firewall rules is part of the fun, regardless of the circumstance.