Home Monitoring, Without All The Sensors

Smart homes come with a lot of perks, not least among which is the ability to monitor the goings-on in your home, track them, and make trends. Each piece of monitoring equipment, such as sensors or cameras, is another set of wires that needs to be run and another “thing” that needs to be maintained on your system. There are sometimes clever ways of avoiding sensors, though, while still retaining the usefulness of having them.

In this build, [squix] uses existing sensors for electricity metering that he already had in order to alert him when his oven is pre-heated. The sensor is a Shelly 3EM, and the way that it interfaces with his home automation is by realizing that his electric oven will stop delivering electricity to the heating elements once it has reached the desired temperature. He is able to monitor the sudden dramatic decrease in electricity demand at his house with the home controller, and use that decrease to alert him to the fact that his oven is ready without having to install something extra like a temperature sensor.

While this particular sensor may only be available in some parts of Europe, we presume the idea would hold out across many different sensors and even other devices. Even a small machine learning device should be able to tell what loads are coming on at what times, and then be programmed to perform functions based on that data.

Continue reading “Home Monitoring, Without All The Sensors”

Amp Volt Ohm Meter Model 8 Mark III From The 1960s

There’s hardly any piece of test equipment more fundamental than a volt ohm meter. Today you’re likely to have a digital one, but for most of history, these devices had real needle meters. The AVOmeter Model 8 Mark III that [Jeff Tranter] shows off had an odd banana-shaped meter. Maybe that goes with the banana plugs. You can get a closer view of this vintage piece of equipment in the video after the break.

Even the outside description of the meter is interesting. There were several unique features. For example, if the meter goes full scale a little button pops out and disconnects the probes to protect the meter. Another unusual control reversed the polarity of the leads so you didn’t have to swap them manually.

Some of the other features will be familiar to anyone who has used a good analog meter. For example, the meter movement has a mirror under the needle. This is used to make sure you are looking straight down on the needle when making readings. If you can see the reflection of the needle, then you are off to one side and will not read the precise value you are interested in.

If you only want to see the insides, [Jeff] teases you until around the six minute mark. There are no active devices and this meter is old enough to not use a printed circuit board. The AC ranges work with a transformer and germanium diodes. The rest of the circuit is mostly a bunch of resistors.

The point to point wiring always makes us wonder who built this thing sixty years ago. You can only wonder what they would think if they knew we were looking at their handiwork in the year 2020.

We see a lot of meter clocks, but it would be a shame to tear this unique meter apart for its movement. Perhaps someone should make a clock that outputs a voltage to a terminal so you could read it with your favorite meter. This instrument was probably pretty precise for its day, but we doubt it can match a modern 6.5 digit digital instrument.

Continue reading “Amp Volt Ohm Meter Model 8 Mark III From The 1960s”

Agilent LCR Meter Teardown

Since 1999, one of the more popular manufacturers of test equipment has been Agilent, the spun-off former instrument division of Hewlett-Packard. From simple multimeters to fully-equipped oscilloscopes, they have been covering every corner of this particular market. And, with the help of [Kerry Wong] and his teardown of an Agilent LCR meter, we can also see that they’ve been making consistent upgrades to their equipment as well.

The particular meter that [Kerry] took apart was an Agilent U1731B, a capable LCR (inductance, capacitance, resistance) meter. He had needed one for himself and noted that while they’re expensive when new, they can be found at a bargain used, but that means dealing with older versions of hardware. For example, his meter uses an 8-bit ADC while the more recent U1733 series uses a 24-bit ADC. The other quality of this meter that [Kerry] made special note of was how densely populated the circuit board is, presumably to save on the design of a VLSI circuit.

While we don’t claim to stump for Agilent in any way, it’s good to know that newer releases of their equipment actually have improved hardware and aren’t just rebadged or firmware-upgraded versions of old hardware with a bigger price tag attached. Also, there wasn’t really any goal that [Kerry] had in mind besides sheer curiosity and a willingness to dive deep into electronics details, as those familiar with his other projects know already.

Monitor Power Consumption Of Low-Power Devices

Perhaps the most important consideration to make when designing a battery-operated device of any kind is the power consumption. Keeping it running for longer between battery changes is often a key design point. To that end, if you need to know how small programming changes will impact the power consumption of your device then [Daniel] has a great tool that you might find helpful: an ESP8266-based live power meter.

The power meter itself is battery-powered via a 600 mAh battery and monitors an e-paper module, which also displays information about power consumption. It runs using a NodeMCU and measures voltage and current across a 100-ohm resistor to calculate the power use, although the resolution does start to get noisy when the device is in standby/sleep mode. One presumes this could be solved by changing the value of the resistor in order to get more accurate measurements at the expense of losing accuracy during moments of high power consumption.

While this power monitor was built specifically to monitor power consumption on this particular e-paper display project, it should be easily portable into other battery-based systems that need fine tuning in order to maximize battery life. As a bonus, the display is already included in the project. There are ways of getting even more information about your battery usage, although if power consumption is important than you may want to stick with a more straightforward tool like this one.

Digital Panel Meter Tear Down

[Big Clive] had some 22mm digital AC voltmeters, made to put in a panel. There was a time when this would have been a significant pain, since it required you to make a large square hole. Of course, in a world of CNC and 3D printers that isn’t as big a deal as it used to be, but the ones [Clive] has are nice because having a round footprint you can drill a hole for them with a hole saw or a stepped bit. Of course, he wasn’t satisfied to just use these inexpensive meters. He had to tear one apart to look inside. You can see his review and teardown in the video below. The meters are available in a range of AC voltages, although [Clive] didn’t think the ones he had would safely handle their rated maximum.

Inside, the modules reminded us of cordwood construction in a way. Most of the electronics are on a small round board. But several components connect to the board and the bottom cap in a vertical orientation. The meters are available in several colors, but [Clive] likes the red ones as they appear brighter than the others. The voltage reading compared favorably to a Fluke meter.

Continue reading “Digital Panel Meter Tear Down”

Repurposing Moving Coil Meters To Monitor Server Performance

Snazzy analog meters can lend a retro flair to almost any project, but these days they often seem to be retasked as indicators for completely different purposes than originally intended. That’s true for these Vu meters repurposed as gauges for a Raspberry Pi server, and we think the build log is as informative as the finished product is good-looking.

As [MrWunderbar] admits, the dancing needles of moving-coil meters lend hipster cred to a project, but getting his Vu meters to cooperate and display network utilization and disk I/O on his Raspberry Pi NAS server was no mean feat. His build log is full of nice details on how to measure the internal resistance of the meter and determine a proper series resistor. He also has a lengthy discussion of the relative merits of driving the meters using a PWM signal or using a DAC; in the end, [MrWunderbar] chose to go the DAC route, and the video below shows the desired rapid but smooth swings as disk and network usage change. He also goes into great depth on pulling usage parameters from psutil and parsing the results for display on the meters.

Looking for more analog meter goodness? We saw a similar CPU load meter a few months back, and there was this mash-up of Nixies and old meters for a solar energy CEO’s desk.

Continue reading “Repurposing Moving Coil Meters To Monitor Server Performance”

How Smart Is The Grid?

Marketing and advertising groups often have a tendency to capitalize on technological trends faster than engineers and users can settle into the technology itself. Perhaps it’s no surprise that it is difficult to hold back the motivation to get a product to market and profit. Right now the most glaring example is the practice of carelessly putting WiFi in appliances and toys and putting them on the Internet of Things, but there is a similar type of fiasco playing out in the electric power industry as well. Known as the “smart grid”, an effort is underway to modernize the electric power grid in much the same way that the Internet of Things seeks to modernize household appliances, but to much greater and immediate benefit.

A Cutler-Hammer industrial breaker ominously predicts the coming confusion in the smart grid arena.
Photo by Bryan Cockfield

To that end, if there’s anything in need of modernization it’s the electric grid. Often still extensively using technology that was pioneered in the 1800s like synchronous generators and transformers (not to mention metering and billing techniques that were perfected before the invention of the transistor), there is a lot of opportunity to add oversight and connectivity to almost every part of the grid from the power plant to the customer. Additionally, most modern grids are aging rapidly at the same time that we are asking them to carry more and more electricity. Modernization can also help the aging infrastructure become more efficient at delivering energy.

While the term “smart grid” is as nebulous and as ill-defined as “Internet of Things” (even the US Government’s definition is muddied and vague), the smart grid actually has a unifying purpose behind it and, so far, has been an extremely useful way to bring needed improvements to the power grid despite the lack of a cohesive definition. While there’s no single thing that suddenly transforms a grid into a smart grid, there are a lot of things going on at once that each improve the grid’s performance and status reporting ability.

Continue reading “How Smart Is The Grid?”