So I wanted to get myself a Kill-a-watt. Being who I am, I wanted information regarding its accuracy, especially at low power draws. I found a comparison with a industry grade equipment (Fluke is about the best out there in handheld electrical meters). It’s not encouraging, so I thought about a more proper meter, but it’s not easy to find an actual power meter that is accurate at low loads, isn’t a hassle to install and doesn’t cost an arm and a leg.

What do you use? Am I overthinking it?

Edit: thanks everyone for chiming in! To clarify a few things:

  • I wasn’t (at least initially) looking for a permanent installation on my home server, but rather a good instrument to measure things around the house once I’m done fiddling with the server.
  • the comparison with Fluke was just to illustrate what kind of error we can expect from a Kill-a-watt. It would be nice to have a Fluke power meter, but there’s nothing I do at home would even come close to justify it. The kill-a-watt is such an old design and the company behind it seems to focus on cheap trinkets. I was just hoping to find something a bit better than what P3 offers. Wouldn’t mind paying up to $75 for the same features and better accuracy.
  • I looked for a multimeter that measured power somehow as I need a better one that can measure capacitance too anyway. Didn’t find it.
  • jqubed@lemmy.world
    link
    fedilink
    English
    arrow-up
    5
    ·
    3 months ago

    Are you looking to measure draw for one specific device or across circuits in your whole home. I’ve been considering two systems: IoTaWatt and Lantern Power Monitor. Both are open source and open hardware.

    IoTaWatt uses entirely custom hardware for the actual device but serves its own webpage that can be accessed easily at home from any device and if you’re technically savvy can pass to other services. My reservation with it is if at some point in the future the hardware dies, how easy will it be to recreate if the main project goes dormant, even with the hardware open source? What if a chip manufacturer goes out of business or discontinues a part?

    In contrast, the Lantern Power Monitor runs on Raspberry Pi with a relatively basic custom board you can solder yourself with minimal skill; I suspect you could even make it work with a breadboard. Recent shortages notwithstanding, Raspberry Pi seems to keep their models pretty available for a long time, so that inspires a little more confidence. On the flip side, the software primarily runs on a mobile app. There is an iPhone app but it doesn’t have as many features as the Android app. But what happens if the project is abandoned and the app is no longer updated to stay compatible with newer phones or operating systems? And the app by default sends the data to an outside server maintained by the main developer. He doesn’t charge for the hosting and it makes it easy to access from anywhere, but some people might have concerns about that. You can also configure it to self-host from the Raspberry Pi but then you need to have the know-how to make it accessible outside your home (if you want). Underneath it also relies on some other open source data analysis components and I assume if you really know what you’re doing you can pass it out to other software.

    Of course, in the end I don’t have the budget to do either project right now.

    • zout@fedia.io
      link
      fedilink
      arrow-up
      3
      arrow-down
      1
      ·
      3 months ago

      It will be technically a bit more challenging, but I don’t think you need to use the lantern power monitor software with the device. The device seems to be built around two MCP3008 IC’s, which are basic 8 channel analog to digital converters. The values from these can be read and processed (like, sent to home assistant) using a python script on the raspberry. This is the kind of minimal programming effort someone with no experience could do using chatgpt.

    • acockworkorangeOP
      link
      fedilink
      English
      arrow-up
      2
      ·
      3 months ago

      One specific equipment at a time. Though I intend to delve into what you’re mentioning at some point.