Exploring The Downsides Of Cooling Roof Paint

The idea of painting a roof or wall white in order to reflect sunshine and keep the building’s insides cool is hardly a new one, and even in the loosest interpretation of the word ‘white’ it generally works pretty well. This is also what [NightHawkInLight] found after using an off-the-shelf silicone-based coating for his shed’s tin roof, though with a few caveats.

One might say that this is mostly a problem for people who live in non-desert climates — like Michigan in this case — yet it’s undeniable that having a cooler indoors in a high-humidity climate will inevitably lead to a higher indoor humidity level. This was the first issue that was encountered, though it mostly meant that instead of running an air conditioner eight hours a day, a weekly dehumidifier session was required, which was at least less expensive in terms of kWh.

While the current silicone-based paint on the roof stays above ambient, in a subsequent test both [NightHawkInLight]’s DIY sub-ambient cooling paint and a commercial option get a sample panel down to around ambient temperature, which could cool down the roof even more. Of course, in this case the humidity issues would get worse, with likely condensation forming that would have to be dealt with.

Overall, a cooling paint on the roof is a pretty thing even if you’re not living in the desert, but you have to be able to tame the resulting humidity and condensation issues.

Continue reading “Exploring The Downsides Of Cooling Roof Paint”

Defeating Bacteria In Hot Water Systems With A Heat Exchanger

The average hot water is a relatively simple appliance to understand. It uses gas or electricity to dump energy into water in the form of heat, keeping it at a pleasant temperature for uses like bathing and cleaning. Basic mechanisms are in place to ensure the water stays at a relatively constant temperature, neither too hot where it could cause burns, nor too cold such that it wouldn’t be fit for purpose.

One of the problems, though, is that sometimes storing water at the desired temperature can create the perfect breeding ground for bacteria. However, a neat little trick developed by NIST could solve that problem rather elegantly.

Continue reading “Defeating Bacteria In Hot Water Systems With A Heat Exchanger”

USB-C Adapted For Legacy Sprinkler Systems

In the modern world USB has become a truly universal connector, with its inclusion on almost every major piece of consumer electronics. It has even expanded well beyond things that we’d think of as consumer electronics, like the solenoids on automatic sprinkler systems.

This project comes to us from [Ray Wang] at opensprinkler.org who has been working on various ways of controlling the old sprinkler standards, which generally rely on a 24 VAC power supply to drive solenoids. This tests uses the power available from USB-PD and closely examines four methods of energizing the solenoids: unipolar PWM, dual voltage, synthesizing an AC wave from a DC supply, and producing a bipolar square wave. The bipolar square wave had some interesting results, being able to get pretty close to the behavior of a true sine wave while minimizing the dedrmand on power electronics.

For those working on old sprinkler systems, or many other antiquated systems that still rely on 24 VAC, this project shows that USB can deliver a surprising amount of power in unique ways, and the fact that it’s near-ubiquitous and affordable makes it that much easier to adapt into situations it was never really designed for.

These old sprinkler systems have other ways of working on modern systems as well, like this one which replaces the AC source for a DC one, but with a few caveats.

Dissecting A Lethal Universal Travel Adapter

The world’s refusal to standardize on a single type of mains power outlet has led to a vibrant market of so-called travel adapters, all of which try to outdo each other in convenience and universality. This comes at the cost of complexity, something which ultimately reflects in the price. The cheapo $9.26 universal travel adapter that [Brainiac 75] got off an online retailer’s site is thereby a good example of how safety suffers if the overarching goal is to ‘make it cheap’.

The first exciting discovery is that when you plug any of its three sets of connectors into an outlet, the others become live at the same voltage. This would suggest that they’re just wired together, a fact soon confirmed with a quick resistance check between the respective prongs. Though to the adapter’s credit, the prongs are not live when fully retracted into the enclosure. Yet as demonstrated in the video, the retracting of prongs is not enforced, so mistakes here are possible.

The adapter also has two USB ports that claim to provide 5 V at 2.1 A, with as it turns out no hard cut-off. This is probably the best part of the adapter despite not featuring any advanced charging features. After opening the adapter, you can see that the sliding mains prongs connect to a central bus bar when either unfolded or extended, which is definitely straightforward, but doesn’t enforce that only one type of prongs can be used at any given time.

To make it safer, [Brainiac75] removed the less useful US and UK plugs, taping over the empty holes. It’s now just a USB charger with a universal mains port to plug random non-EU plugs into, which is probably relatively safe and a better idea than really using it as a travel adapter.

Continue reading “Dissecting A Lethal Universal Travel Adapter”

Woodstove Assistant Keeps The Heat On Safely

Those who have never lived in a cold climate might romanticize winters around a fire, keeping warm under blankets while snow gently falls outside. While it certainly can be a cozy experience, using a woodstove comes with a number of pitfalls, and when operated improperly can even cause house-destroying chimney fires. Modern stoves operated properly with properly dried wood make this possibility extremely remote, but it’s still worth keeping an eye on. Reddit user [nas886] built a system called Oru which takes a lot of the guesswork out using one of these pieces of heating equipment.

The real danger of a woodstove isn’t necessarily running the fire too hot, although that can be a problem, but running it too cold. Without full combustion of the wood, flammable creosote builds up on the inside of the chimney which eventually can combust. This system uses a probe placed in the stovepipe to monitor the temperature of the exhaust gasses. If it’s too low an ESP32 notifies [nas886] remotely with with a status LED inside a seperate custom-built walnut enclosure so that more wood can quickly be added or airflow increased to bring up the temperature, and in the case that the fire gets too hot the LED changes to a different color and the air can be closed off a bit.

Woodstoves themselves have quite a bit of variability in the size wood they can burn, the amount they can hold at once, their efficiency, and their thermal mass, so this could find utility for anyone from those with tiny stoves that have to be fed constantly to those trying to get all-night burns in massive units, all without having to constantly sit by the fire and monitor it. [nas886] found initial success selling a few of these custom units and plans to put it into further production as well, but the general idea is not too difficult to replicate for most of us here either.

Continue reading “Woodstove Assistant Keeps The Heat On Safely”

Hacking A Cat Litter Box

[Joseph DiGiovanni] is the owner of a Litter Robot 4. It’s a convenient mechanized litter box for cats that can clean itself to reduce unwelcome odors inside the home. He wanted to run automations based on the operation of the litter box, but was not eager to use the manufacturer’s cloud service to do it. Instead, he set about reverse engineering the device for his own ends.

Since the Litter Robot 4 relies on an ESP32 microcontroller for external connectivity, it was entirely possible for [Joseph] to whip up a custom firmware for the device instead. He started with ESPHome as a base, which is a popular firmware used for building smarthome devices based on Espressif hardware. The architecture of the Litter Robot 4 helped in this regard. It uses a PIC microcontroller to handle the low level hardware control, while the ESP32 is responsible for connecting to the cloud over WiFi. This allowed [Joseph] to mess with the connectivity features and get the device hooked up to Home Assistant without compromising the basic mechancial functionality of the device or any of the safety features.

All [Joseph] had to do was figure out how the original hardware’s ESP32 talked to the PIC and emulate that in his own firmware, which was achieved with some snooping and data capture and processing with an LLM. This was used as a basis to whip up an ESPHome firmware that could integrate the hardware neatly with Home Assistant.

Files are on Codeberg for those eager to tinker. It’s not the first time we’ve looked at cat litter management, and it won’t be the last. Video after the break.

Continue reading “Hacking A Cat Litter Box”

Smarting Up A Doorbell With Zigbee

Once upon a time a doorbell was little more than a button, a transformer, and a bell tucked somewhere around the house. These days, they get a little bit fancier. [Philipp Schweizer] has recently been exploring how to turn existing dumb doorbells into smarter ones.

The build is based around a wired doorbell setup, in particular, a Vistadoor ADV-100. [Philipp] was able to find a simple place to tap in to a signal that went to 5 V when the doorbell was rung. He wanted to hook this into his smart home system as easily as possible. Thus, he grabbed a rather unique part—the ESP32-H2. This is notable in the ESP32 family for having no WiFi connectivity. What it does have, however, is an 802.15.4 radio good for Thread and Zigbee communications.

[Phillip] explains that hooking the ESP32-H2 up to fire a notification to Home Assistant every time the doorbell goes off is easy—and it doesn’t mess with the standard doorbell’s chiming behavior one bit. He also explains how to set up neat automations, such as having a separate smart camera capture an image when the door bell is fired.

If you’re looking to integrate an existing doorbell into your Home Assistant setup, this project could be just what you need. We’ve featured some other neat doorbell builds too, like this touchless design from the dark days of the coronavirus pandemic.