X-Git-Url: https://git.realraum.at/?p=homepage.git;a=blobdiff_plain;f=src%2F_posts%2F2018-07-01-saving-power-of-powerful-printers.html;fp=src%2F_posts%2F2018-07-01-saving-power-of-powerful-printers.html;h=0000000000000000000000000000000000000000;hp=7f7a711645b3237ce22c7eba4f207115ff6649af;hb=afbb02fc33e2a7afc03c52d3293778510394b57e;hpb=8828a2e98fffe3a3e952d1841bbc0579710a269c diff --git a/src/_posts/2018-07-01-saving-power-of-powerful-printers.html b/src/_posts/2018-07-01-saving-power-of-powerful-printers.html deleted file mode 100644 index 7f7a711..0000000 --- a/src/_posts/2018-07-01-saving-power-of-powerful-printers.html +++ /dev/null @@ -1,33 +0,0 @@ ---- -layout: post -status: publish -published: true -title: Saving power of powerful printers -author: - display_name: xro - login: xro - email: xro@realraum.at - url: '' -author_login: xro -author_email: xro@realraum.at -wordpress_id: 1032 -wordpress_url: http://wp.realraum.at/?p=1032 -date: '2018-07-01 17:14:46 -0500' -date_gmt: '2018-07-01 15:14:46 -0500' -categories: -- realraum News -- Projekte -- english -tags: [] -comments: [] ---- -

At home, my Samsung laser-printer uses 15W during standby. So, a few years back, in order to save power, I put it on a USB-controlled power-plug. Pretty soon I added a tiny script that would query cups if a print-job was queued and would switch the printer on and afterwards off again. It turned out to be a pretty effective power saving measure.

-

-usbpowerswitching

-

Our two very big and reliable printers at realraum were even more power hungry, so I wanted to to something similar for the space.

-

Using the hardware I had on hand, I cobbled together the following:

-

* A BeagleBone Green to act as cups print-server and to run the python scripts.
-* An empty 230V power-plug case, housing a 5V power-supply (for the BB) and a small opto-coupler isolated relay to switch the plug.
-* A second power-plug case with a second small opto-coupler isolated relay.

-

While there is a lot of room for optimization, like a leaner BeagleBone image and better housing for the power-plugs, printing- and power-saving-wise it works very well.

-

As always you can find our code on Github. Stay tuned for updates.