It is extremely strange they don't use even primitive encryption. I work for Russian company "Strizh Telematics", we are making smart resource meters. We take security very seriously here: all transmits are encrypted with 64 bit keys and data protocols are specifically protected from statistical and repeat-packet attacks.
I'm curious, if someone finds a vulnerability in your algorithms somewhere, will you be able to quickly deploy updates to all the installed smart meters? Because, honestly, "taking security very seriously" doesn't mean anything anymore.
Monitoring Home Power Consumption for less than $25
101–110 of 137 posts
Re: Monitoring Home Power Consumption for less than $25
#102> Some research told me that the power company accomplishes this via a simple radio broadcast on the 900Mhz spectrum. Interesting. Around here (mainland Europe) they're currently installing "smart" meters which do this using CPL rather than radio. > And with one simple command, I was reading the power (and probably water) meters for my entire neighborhood That is a bit troubling from a physical security perspective,…
What about thieves going around selecting data and pinpointing the house the one with the least consumption so they can find out if you are absent or not. Incredible techonology
Plus you’ll see dogs/locks/neighbors which are the actual important things...
Re: Monitoring Home Power Consumption for less than $25
#103Re: Monitoring Home Power Consumption for less than $25
#104Earlier quoted context omitted.
No, the meter is sealed, which is the benefit of this type of arrangement. The meter just sits attached to the meter on the outside, so it's obvious that nothing is tampered with. Many power companies even sell their own (branded) kits that does this. It's also very rare to have someone come read the meter. Like all other parts of society anything that can be automated at almost any cost has been already. I have had…
> I have had no one read water or power meters for many years. Ah, that makes more sense now :) Over here we still have people that come to read the meters every 3 months.
Re: Monitoring Home Power Consumption for less than $25
#105Earlier quoted context omitted.
Still, the comment above still stands. Not sure about the key bruteforcing estimates, surely a couple of days of readings would be enough. Are the keys stored on the devices? Is it a shared key?
Every device has it's own unique keys - one for transmitting data and another for receiving commands. They are burned with firmware in production. If you are interested in bruteforcing - I can send you two weeks worth of my home water meters' data packets to play with :) See, the CRC is calculated for encrypted data, so there is no way to know if the guessed key is correct.
Re: Monitoring Home Power Consumption for less than $25
#106Earlier quoted context omitted.
You just need to build a baseline: hide a device and record activity over a long-ish period of time and then it's easier to sense patterns
Unless your house has something very valuable, I kind of doubt most thieves would spend this much time plotting to break in.
Re: Monitoring Home Power Consumption for less than $25
#107Earlier quoted context omitted.
Our most talkative meters are currently broadcasting 4 packets of data per hour. Water meters with autonomous power are limited to one or two (for central hot water supply) packets per day. With all the randomness added collecting data for successful key bruteforcing will take months or even years. On the other hand, using 64 bits allows us to use 16- or even 8-bit microcontrollers, which is beneficial to power consu…
> Of four recources commonly metered in Russia - electricity, water, gas and heat When you say "heat" - is this steam from a combined heat & power plant? I was aware these were quite widespread in Russia but didn't know they were metered.
Re: Monitoring Home Power Consumption for less than $25
#108Earlier quoted context omitted.
Every device has it's own unique keys - one for transmitting data and another for receiving commands. They are burned with firmware in production. If you are interested in bruteforcing - I can send you two weeks worth of my home water meters' data packets to play with :) See, the CRC is calculated for encrypted data, so there is no way to know if the guessed key is correct.
No MACs?
Re: Monitoring Home Power Consumption for less than $25
#109Useful for finding the 12/12 or 18/6 pattern spikes of a weed grow house also.. `
Re: Monitoring Home Power Consumption for less than $25
#110Earlier quoted context omitted.
There's no way to tie the signal to a specific house without the serial number or a reading.
Monitor the usage and look for a change? E.g. I see the person come home and turn on their lights, whichever meter shows an increase at that time is theirs.