Converting A Bottle Style Water Cooler To Self-fill From The Tap

water-cooler-water-line-conversion

[Roy Bean] thought it was pretty silly for the Milwaukee Makerspace to keep buying bottles of water for their water cooler. He rigged up a system that automatically fills the refrigerated reservoir in their water cooler. It’s a functional hack that also provided an excuse for him to learn about a couple of different sensors.

What you see above is the meat and potatoes of the hack. The well is where water from a bottle drains into the cooler. This has been covered with a sheet of acrylic to keep the drinking water clean. There is a copper pipe which has been plumbed into the tap water supply. The other two bits are redundant level sensors to make sure the water valve shuts off without overflowing. One of them is a capacitive proximity sensor, the other is a conductivity sensor hacked together using stainless steel hardware submerged in the pool.

If you’re worried about the taste or odor of your tap water just add in a single or multiple stage under-counter filter system when plumbing in the water line. The filters are easy to find and we’d bet they cost less than a contract with a bottled water company.

[Thanks Pete]

Winch Hack Lets Your Change Chandelier Light Bulbs At Ground Level

We’ve seen a lot of hacks from [Lou] and his latest continues the tradition of excellence. The entryway of his home is a couple of stories high and features a chandelier. Unfortunately he doesn’t have a ladder tall enough to use when changing light bulbs. Even if he did have a way to get up there it would be nice if the light fixture could come to him instead. This hack makes that happen by adding an electric winch to lower the light fixture.

Watching the installation process makes us think that [Lou] might be a little reckless. He’s up in the attic mounting a winch to the rafters before he cuts the board holding the fifty-pound chandelier’s junction box in place. He mentions foregoing the recommended cable fastener in lieu of some baling wire. But he does manage the task without dropping the ball so to speak — perhaps we shouldn’t be so critical of his methods. After altering the chandelier mounting bracket to work with a winch [Lou] wires an outlet in the attic and adds a plug to the cord on the light. This means he needs to go into the attic to unplug the light before lowering the fixture on the winch. But he’s not done yet. After the break you can watch the second part of the project with improves upon this by adding a wall switch to control the winch and extension cord management to route the power.

[Lou] really loves his automated home gadgets. Check out the gaming table which drops from the ceiling.

Continue reading “Winch Hack Lets Your Change Chandelier Light Bulbs At Ground Level”

Pebble Watch Hack Makes It A Home Automation Controller

[Enrico] loves his Pebble watch, and recently had a chance to explore the code package used to customize its function. It turned out to be really easy to work with so he set out to make the Pebble watch into a home automation controller (dead link; Internet Archive).

So far the two bits of hardware used in his experiments are shown in the image above. The watch itself serves as the controller, interacting with the Ethernet relay board seen in the background. The watch communicates via Bluetooth but you don’t have to know much about that thanks to the example files available from the repository. With communications taken care of he needed a menu system to access commands on the watch. Instead of coding his own he hacked a playlist into the built-in music menu. This allows him to switch the relays on and off again as if he were playing or pausing audio tracks. See it in action after the break.

Continue reading “Pebble Watch Hack Makes It A Home Automation Controller”

Sump Pump Alarm Sends Text Message As Water Rises

sump-pump-monitor

We’ve got some friends who have two sump pumps. One is a backup and sounds an alarm when it is switched on. But this only works as long as they’re home to hear it. [Felix Rusu] came up with a solution what will text him if the sump pump fails. This way he can head home, or call someone to check in on the problem if he’s away.

We saw a pretty complicated monitoring system back in January. This one uses a single ultrasonic rangefinder which we think is much simpler. It’s accurate to about 1cm and is simple to use — it’s very popular with the hobby electronics crowd which helps with price and availability of sample code. We hem and haw about the use of a Raspberry Pi board with the project. On the one hand it’s a cheap way to get the sensor on the network and provides the infrastructure you need to send any number of alerts. On the other hand, it’s a lot of power for this particular application. But we figure it can be extended to monitor other utilities in [Felix’s] home, like a sensor to alert him of a leaking water heater. And we think everyone can argue that a monitor like this is well worth the time and effort he spent to develop it.

Hidden Servo Automates Slat-style Window Blinds

slat-blind-automation

[Home Awesomation] has been working on automating his slat-style window blinds. His focus has been on adjusting the angle of the slats, not on completely retracting the shades. Since the slat angle adjustment requires little torque a servo motor turns out to be just perfect for the job. The good news is that the existing blinds in his house have room in the top enclosure to completely hide his add-on hardware.

The image above is a screenshot from the demo which you can watch after the break. The top enclosure for the blinds is just shown at the top of the frame. Here [HA] is demonstrating a few different control designs which he has been trying out. You can see what looks like a Molex connector with some type of component attached to it. That’s an IR motion sensor and he’s really happy with its performance. He feels the same way about the black momentary push switch sticking down next to the power cable. But his DIY solution that works quite well is the pull string attached to a flexible piece of metal. When that metal bends enough to touch a stationary conductor it completes the circuit, telling the Arduino to start driving the servo.

The main idea behind the project is to poll a temperature sensor, closing the blind automatically to help keep the place cool during the day. We figure if he’s already using a microcontroller to drive the project he might as well throw a cheap Bluetooth in module there and make it controllable with a smart phone.

Continue reading “Hidden Servo Automates Slat-style Window Blinds”

Building A Replacement For A Broken Dehumidifier Controller

dehumidifier-replacement-controller

We’ve thought of doing a project like this ourselves as the dehumidifier we ordered online runs the fan 24/7 no matter what the humidity conditions. But it wasn’t that [Davide Gironi] was unhappy with the features on his unit. It’s that the dehumidifier controller stopped working so he replaced it with one of his own design. The original humidity sensor was mechanical and simply broke. He used an AVR along with a humidity and frost sensor to get the appliance up and running again.

A DHT22 humidity sensor is polled by the ATmega8 chip and compared to the user-adjustable trimpot value. If it is above that threshold the unit is switched on using one of the relays seen in the image above. The one problem you have to watch out for when using compressor cooled appliances is ice accumulation on the radiator. [Davide] uses a thermistor for temperature feedback, switching the compressor off when it gets below 7C and turning it back on again when it is above 12C.

The replacement still uses the reservoir sensor and indicator LEDs. We, however, would recommend using the watchdog timer on the chip to ensure that it is reset if something goes wrong in the code.

Solar Powered Robot Mows Your Lawn While You Chill Indoors

We’ve heard quite a number of radio ads lately trying to sell an automatic lawn mowing robot (like a Roomba for your grass). But wouldn’t it be a lot more fun to hack your own from an existing lawnmower? That’s what [Daniel Epperson] did. In fact, the project has been ongoing for years. But he wrote in to share the latest development which adds solar charging capabilities to the robot mower.

First off let’s discuss the fact that this is not an electric lawnmower. This is the Prius of lawnmowers, bringing together hybrid technology to cut the grass with the gasoline powered motor, and to propel the rig with electricity. [Danny’s] worked hard to shoe-horn just about every feature imaginable (other than autonomy) into the thing, and that’s why the batteries can be charged from mains, an alternator powered by the gas motor, and now from the PV panel mounted on top of it. Get the entire project overview in his roundup post.

This a wireless video feed and the mower is driven by remote-controlled. So you can give your yard a trim without getting sweaty. After the jump we’ve embedded a clip of an earlier revision demonstrating that remote control. If you’re not interest in having all the features you could simply build an analog version.

Continue reading “Solar Powered Robot Mows Your Lawn While You Chill Indoors”