I’ve been building Power Trace, a standalone local energy monitoring app for Tuya-compatible smart relays (tested on Atorch GR2PWS, should work with other Tuya Local Protocol devices too).
Important upfront: this is not a Home Assistant integration. It’s a separate app with its own web UI — I know a lot of you are running LocalTuya + the HA Energy Dashboard already, and for people already deep in HA, that’s probably the better fit. Power Trace is aimed more at people who want energy monitoring without needing to run all of HA, or who want a dedicated tool just for this.
What it does:
Runs entirely on your local network — no cloud account, no telemetry. Shows live voltage, current, power, power factor and accumulated consumption in a browser UI, with history and charts.
The part I spent most of my time on is the analysis engine. It computes a 0–100 health score from accumulated history and looks for patterns and correlations — voltage sags tied to load spikes, recurring peak-load windows, that kind of thing — and explains them in plain language rather than just plotting a line.
A real example from my own data: it found that load spikes above ~230W correlate with a 25V average voltage sag, 80 occurrences over the tracked period — pointed me at a weak supply line I wouldn’t have caught just eyeballing a chart.
Platforms: Windows (.exe), Debian/Ubuntu (.deb, amd64), Raspberry Pi (.deb, arm64). Free, no accounts, no telemetry.
Honesty check: currently distributed as prebuilt packages rather than open source. Happy to discuss why, and genuinely curious what this community would want to see if it did move that direction — HACS integration, entity export to HA, something else?