An Elegant Solution For Smart Home Device Integration

Integrating non-smart devices into your home automation system can be a cumbersome process, involving the wiring of multiple modules. However, [Pricelesstoolkit] has created the ESPClicker — a compact, ESP8266-based module that can remotely “press buttons” and simplify this process.

The ESPClicker’s core feature is its three relays that can be soldered to the button terminals of any existing “dumb” device, as [Pricelesstoolkit] demonstrated with his coffee machine in the video after the break. One of the relays can also be configured in the normally closed configuration. A compact twelve pin connector provides a removable wiring interface for the buttons, additional relays, power and even a contactless power detector that can be wrapped around an AC wire.

[PricelessToolkit] has done several Home Assistant related projects, and we recently featured his little Home Assistant controlled guardian bot. We’ve also seen other project that make use of ESPHome, like a iPod style scroll wheel and a LEGO train set.

Continue reading “An Elegant Solution For Smart Home Device Integration”

Cheaper Sodastream With A Big CO2 Tank Is A Semi-Dangerous Way To Save

Sodastream machines are a fun way to turn tap water into carbonated water. However, the canisters are expensive and generally require a trip to the store to get a replacement. Lifehacker has a workaround that may make life easier for the bubble-addicted set.

The trick is simple: simply buy a larger bottle of CO2, and hook it up to the Sodastream in place of the regular cartridge. CO2 can be bought in large cylinders at a far cheaper rate than Sodastream will charge you for their proprietary canisters. All you need is a local supplier of food-grade CO2 in cylinders, and you can visit them when you need a refill or swap.

There are several caveats, though, which the comment section dicussed when we featured a similar hack before. Getting an extra-large CO2 canister can pose a risk to life if there’s a leak. Alarms may not save you as the heavy gas has a tendency to lurk low to the ground. You should also consider using a regulator to lower the pressure from your large canister to something closer to the levels the Sodastream machine is built to withstand. Beyond that, you want to ensure you’re using food-grade CO2. Don’t go bubbling cheap welding gas through your water if you want to live a long and healthy life.

It’s a neat hack, it’s just one that requires you to practice proper gas safety at all times. Reports are that a cylinder costing less than $200 can last you for several years though, with ultra-cheap refills, so it may indeed be worth the hassle! Go forth and bubble, friends.

A Free TV With A Catch: New Normal Or Inevitable Hardware Bonanza?

The dystopian corporate dominated future may have taken a step closer, as a startup called Telly promises a free 55 inch 4K TV with a catch — a second screen beneath the main one that displays adverts. The viewers definitely aren’t the customers but the product, and will no doubt have every possible piece of data that can be harvested from them sold to the highest bidder. There’s even a microphone and camera pointed at the viewer, to complete the 1984 experience. In a sense it’s nothing new, as certain TV manufacturers have been trying to slip adverts into the interfaces on their paid-for smart TVs for years.

Oddly we’re not convinced though, that the eventual outcome of this will be as sinister as readers might expect. Indeed if the past is anything to go by, it could even herald an eventual bonanza of 4K screens for hardware hackers. To explain why, we have to travel back to the late 1990s, when free hardware for adverts startups were last tried. Back then there were a spate of companies using the same model of free or super-cheap hardware, and without exception they ran into the fundamental problem that people who rely on a free product in exchange for adverts aren’t generally high value consumers who can bring in the revenue to support buying a ton of consumer electronics. The “free” hardware from several of these startups then found its way onto the surplus market — or in the case of CueCat barcode scanners, directly into the hands of hardware hackers, and was repurposed for use in the way our community knows best.

So yes. Telly represents all that’s wrong for the privacy of viewers about the current media landscape. But who knows, it might just spawn a hacking scene all of its own. As a final note we think that they’ll have an interesting time protecting their brand name if they ever enter the British market, where “telly” has been slang for television ever since the technology entered the mainstream.

A Guard Bot For Your Home Assistant

While fixed sensors, relays, and cameras can be helpful in monitoring your home, there are still common scenarios you need to physically go and check something. Unfortunately, this is often the case when you’re away from home. To address this challenge, [PriceLessToolkit] created a guardian bot that can be controlled through Home Assistant.

The robot’s body is made from 3D printed components designed to house the various modules neatly. The ESP32 camera module provides WiFi and video capabilities, while the Arduino Pro Mini serves as the bot’s controller. Other peripherals include a light and radar sensor, an LED ring for status display, and a speaker for issuing warnings to potential intruders. The motor controllers are salvaged from two 9-gram servos. The onboard LiPo battery can be charged wirelessly with an integrated charging coil and controller by driving the bot onto a 3D printed dock.

This build is impressive in its design and execution, especially considering how messy it can get when multiple discrete modules are wired together. The rotating caster wheels made from bearings add an elegant touch.

If you’re interested in building your own guard bot, you can find the software, CAD models, and schematics on GitHub. If you’re looking to add other gadgets to your Home Assistant setup, we’ve seen it connect to boilers, blinds, beds and 433 MHz sensors.

Continue reading “A Guard Bot For Your Home Assistant”

Home Heating With Bitcoin Miners Is Now A Real Thing

If you were reading this post a month ago, you could have been forgiven for thinking it was an April Fools post. But we assure you, this is no joke. A company called HeatBit has recently opened preorders for their second generation of Bitcoin miner that doubles as a space heater.

The logic goes something like this: if you’re going to be using an electric space heater anyway, which essentially generates heat by wasting a bunch of energy with a resistive element, why not replace that element with a Bitcoin miner instead? Or at least, some of the element. The specs listed for the HeatBit Mini note that the miner itself only consumes 300 watts, which is only responsible for a fraction of the device’s total heat output. Most of the thermal work is actually done by a traditional 1000 watt heater built inside the 46 cm (18 inch) tall cylindrical device.

Continue reading “Home Heating With Bitcoin Miners Is Now A Real Thing”

Reverse Engineering An Oil Burner Comms Board, With A Few Lucky Breaks

Here’s a question for you: How do you reverse engineer a circuit when you don’t even have it in hand? It’s an interesting problem, and it adds a level of difficulty to the already iffy proposition that reverse engineering generally presents. And yet, not only did [themole] find a way to replicate a comms board for his oil burner, he extended and enhanced the circuit for integration into his home automation network.

By way of backstory, [themole] has a wonky Buderus oil burner, which occasionally goes into safety mode and shuts down. With one too many cold showers as a result, he looked for ways to communicate with the burner controller. Luckily, Buderus sells just the thing — a serial port module that plugs into a spare slot in the controller. Unluckily, the board costs a bundle, and that’s even if you can find it. So armed with nothing but photos of the front and back of the board, the finding of which was a true stroke of luck, he set about figuring out the circuit.

With only a dozen components or so and a couple of connectors, the OEM board gave up its secrets pretty easily; it’s really just a level shifter to make the boiler talk RS-232. But that’s a little passé these days, and [the78mole] was more interested in a WiFi connection. So his version of the card includes an ESP32 module, which handles wireless duties as well as the logic needed to talk to the burner using the Buderus proprietary protocol. The module plugs right into the burner controller and connects it to ESPHome, so no more cold showers for [themole].

We thought this one was pretty cool, especially the way [themole] used the online photos of the board to not only trace the circuit but to get accurate — mostly — measurements of the board using an online measuring tool. That’s a tip we’ll keep in our back pocket.

Thanks to [Jieffe] for the tip.

Tiny Microcontroller Uses Real-Time Operating System

Most of the computers we interact with on a day-to-day basis use an operating system designed for flexibility. While these are great tools for getting work done or scrolling your favorite sites, they have a weakness when it comes to interacting quickly with a real-world environment. For these kinds of low-latency, high-reliability systems you may want to turn to something like freeRTOS which is optimized for this kind of application and which [Parikshit Pagare] has used to build his home automation system.

This build is based around an ESP32 for which freeRTOS, designed specifically for embedded systems, is uniquely suited. There are several channels built in capable of monitoring temperature, functioning as a smoke alarm, and sensing whether someone is at the front door. All of these are reported to a small OLED screen but are also updated on an Android app as well, which happens nearly instantaneously thanks to the real-time operating system. There are a number of user-controllable switches as well that are capable of turning lights or fans on and off.

For a home automation system, it’s one of the most low-cost and fully-featured we’ve seen and if you’re still having trouble coming across a Raspberry Pi as they sort out supply issues, something like this might make an excellent substitute at a fraction of the price. If you’re looking to expand even beyond this build, one of the gold standards for ESP32-based automation design is this build from [Marcus] which not only demonstrates how to build a system like this but goes into great detail on the ESPHome environment.

Continue reading “Tiny Microcontroller Uses Real-Time Operating System”