Earlier 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…
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?
Monitoring Home Power Consumption for less than $25
81–90 of 137 posts
Re: Monitoring Home Power Consumption for less than $25
#82Earlier quoted context omitted.
Interestingly, in the UK utilities are using GSM SIM cards in Smart Meters, and a mixture of SMS and data to monitor/send electricity usage.
Those smart meters should be outrageously expensive both in production and running. Are utilities government-sponsored in UK?
I’m confused why you think this would be particularly expensive, though; the components aren’t that expensive, and neither is data service for the minimal data the meter will send. I would imagine it’s more expensive than a PLC or general radio solution, but on the other hand it’s got the benefit of requiring minimal new infrastructure.
Re: Monitoring Home Power Consumption for less than $25
#83Nice method, but for future record you don't really need to mess with mains to hook up Sense or OpenEnergyMonitor, they use inductive current clamps which work by detecting the field around the a single terminal of your incoming mains. Pretty much as safe as it gets with this stuff.
Sense actually has you install a 240v breaker in addition to the clamps. https://sense.com/help/installguide.pdf https://youtu.be/qh9m2xuDrW4
Re: Monitoring Home Power Consumption for less than $25
#84It's weird that he didn't give the ELK stack a chance. Kibana would be awesome at graphing this and data ingestion would also be very simple. Very useful for automatically generating graphs based on data. Would have automated the whole "writing PHP + jQuery + SQLITE3" part entirely - and consume the JSON directly and created visualizations based on that.
Do you realize that an ELK stack has an enormous overhead comparing to a bare php script? Your idea may be good for a large-scale monitoring deployment, but it's totally overengineered for a simple, in-house monitoring system.
Re: Monitoring Home Power Consumption for less than $25
#85Earlier quoted context omitted.
That's great, but using a 64-bit key in 2017 isn't "taking security seriously". Especially if you are designing meters that will have a lifespan of 10+ years, therefore must be secure until 2027 and beyond.
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…
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
#86Since the transmission is not authenticated, I wonder if it is possible the shield or interfere with your own transmission and broadcast a fake report instead.
Re: Monitoring Home Power Consumption for less than $25
#87Earlier quoted context omitted.
Those smart meters should be outrageously expensive both in production and running. Are utilities government-sponsored in UK?
They’re not. I’m confused why you think this would be particularly expensive, though; the components aren’t that expensive, and neither is data service for the minimal data the meter will send. I would imagine it’s more expensive than a PLC or general radio solution, but on the other hand it’s got the benefit of requiring minimal new infrastructure.
This is what LPWAN like LoRa, Sigfox, NbIoT and Nwave are made for.
Re: Monitoring Home Power Consumption for less than $25
#88Earlier quoted context omitted.
Those smart meters should be outrageously expensive both in production and running. Are utilities government-sponsored in UK?
They’re not. I’m confused why you think this would be particularly expensive, though; the components aren’t that expensive, and neither is data service for the minimal data the meter will send. I would imagine it’s more expensive than a PLC or general radio solution, but on the other hand it’s got the benefit of requiring minimal new infrastructure.
Re: Monitoring Home Power Consumption for less than $25
#89Earlier 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
#90Earlier quoted context omitted.
They’re not. I’m confused why you think this would be particularly expensive, though; the components aren’t that expensive, and neither is data service for the minimal data the meter will send. I would imagine it’s more expensive than a PLC or general radio solution, but on the other hand it’s got the benefit of requiring minimal new infrastructure.
GSM assembly with SIM holder costs about $5 in a mass-production-wise quantities. I don't know about UK, but here in Russia typical "dumb" resource meter costs between 10 and 30 USD. Smart meter could not be more than 2x expensive to be competitive. So you should squeeze all other functionality into $5 production cost just to have zero margin, and you should completely forget about autonomy. And I don't even want to…
I agree that the WAN tech is perhaps more suitable in theory, but that ignores the fact that there is already a ubiquitous GSM network in place.