←back to thread

940 points mihau | 2 comments | | HN request time: 0.534s | source
Show context
ComputerGuru ◴[] No.45264279[source]
I was informed maybe 7 or 8 years back that my electric company would be replacing my analog meter with a smart one and always intended to try and glean more information about my electric consumption habits from it. It took me a lot longer than I intended, but last year I finally bought an RTL-SDR in the hopes of being able to get realtime info from the meter. Unfortunately, it seems that it's not one of the ones that emits consumption info over ISM bands for consumption by household appliances (so far as I can tell) and I ended up only capturing info from TPMS sensors off of passing cars (which was cool, but not really what I was looking for).

Do note that if you purchase an RTL-SDR these days, you'll probably get a v4 which, at least as of last year, does not play out-of-the-box at all with the software available on the Ubuntu apt repos and the RTL-SDR drivers that ship with 24.04 out-of-the-box — there were some hardware protocol/interface changes between v3 and v4 that make the old drivers incompatible and you'll get a litany of misleading or non-specific errors if you try without downloading and installing the latest drivers from GitHub (or somewhere).

replies(4): >>45264405 #>>45264952 #>>45266484 #>>45268545 #
vel0city ◴[] No.45264405[source]
A number of smart meters communicate over the mains wires, especially when they're in very sparse areas. There was even a thought for a bit to offer internet services over the power distribution cables, but I don't think they ever really got effective data rates high enough to be competitive.
replies(4): >>45264440 #>>45266146 #>>45272117 #>>45275774 #
1. dpb001 ◴[] No.45275774[source]
In the early 2000’s there were efforts to provide broadband over power lines (BPL). I think one of the biggest obstacles was the radio frequency interference it generated.
replies(1): >>45275950 #
2. vel0city ◴[] No.45275950[source]
Re-reading some of the history of it that does sound like RF interference was more of a concern than data rates. Some places even attempted roll-outs but were stymied by regulators wanting more studies about potential impacts.

https://en.wikipedia.org/wiki/Broadband_over_power_lines

Thanks for correcting me on that.