IoTaWatt Open Source WiFi Electric Power Monitor
51–60 of 83 posts
Re: IoTaWatt Open Source WiFi Electric Power Monitor
#52Just an FYI that your home may already have a grid-connected meter outside, and it may already have a wireless interface. For example, if you're a ComEd customer in the Chicago area, your smart meter is Zigbee-enabled and works with a handful of approved devices: https://www.comed.com/WaysToSave/ForYourHome/Pages/SmartMete... The information won't be as finely detailed since it's not sensing every circuit in the home…
And even meters that don't have zigbee might be readable using an RTL-SDR. You do have to figure out which one is yours and which are your neighbors, though.
Re: IoTaWatt Open Source WiFi Electric Power Monitor
#53Earlier quoted context omitted.
And even meters that don't have zigbee might be readable using an RTL-SDR. You do have to figure out which one is yours and which are your neighbors, though.
Pretty sure that the datastream is encrypted. Being able to sniff your neighbor's power consumption from far away is a pretty large security hole.
"Using a cheap RTL-SDR, it didn’t take long for [k-roy] to tap into this transmission and stumbled across the power readings for his entire neighborhood using a simple command"
https://hackaday.com/2017/12/21/read-home-power-meters-with-...
Re: IoTaWatt Open Source WiFi Electric Power Monitor
#54Re: IoTaWatt Open Source WiFi Electric Power Monitor
#55Re: IoTaWatt Open Source WiFi Electric Power Monitor
#56Other than that... easy install, great instructions.
Re: IoTaWatt Open Source WiFi Electric Power Monitor
#57Re: IoTaWatt Open Source WiFi Electric Power Monitor
#58Earlier quoted context omitted.
I track my usage with the tesla powerwall unofficial api and have since learned not to worry about my fridge, it's my dryer that really eats up all the power (and my furnace fan). Also realized leaving my lights on vs off doesn't change my usage at all so I'm not worried about turning them off like I used to.
Beauty of leds lighting I assume?
Re: IoTaWatt Open Source WiFi Electric Power Monitor
#59Earlier quoted context omitted.
And even meters that don't have zigbee might be readable using an RTL-SDR. You do have to figure out which one is yours and which are your neighbors, though.
Pretty sure that the datastream is encrypted. Being able to sniff your neighbor's power consumption from far away is a pretty large security hole.
https://github.com/bemasher/rtlamr
I have not gotten around to figuring out which one is mine or a good way to system to store/display the data but I certainly can read the date.
In the grand scheme of things it is a minor to medium security flaw, power usage could be used to infer which houses contain valuable items and when people are home. I'd say medium at most since a lot of other things Visible curbside indicate this as well (lights, cars in the driveway, etc.). On the other hand, electronics are pretty efficient. A wealthy house with all the lights on is still using less electricity than a small apartment using an electric stove. But I guess if you were really interested in stealing electric cars then it would be really useful.
Re: IoTaWatt Open Source WiFi Electric Power Monitor
#60Is there anything simpler/cheaper that can go into a wall socket and be queried over bluetooth? (or join an existing wifi network)
https://github.com/arendst/tasmota/
* Some new versions of these outlets come with firmware that can not be patched/flashed so do some research.
Also most of these are limited to 10 amps of restive load... inductive loads like motors, compressors, and to an extent power supplies, will have peak loads 3-4x there 'real' consumption which can damage the relay if its not rated for the high initial load. If anyone knows of a cheap alternative or cheap DIY that can handle +20A I would be very interested as it would be nice to be able to control things like fridges without worrying the outlet will fail closed & my food will spoil.